Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4562ac355b | |||
b029dc191e |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartsocket",
|
||||
"version": "2.0.10",
|
||||
"version": "2.0.11",
|
||||
"description": "easy and secure websocket communication",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
@ -38,6 +38,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.63",
|
||||
"@gitzone/tsbundle": "^2.0.7",
|
||||
"@gitzone/tsrun": "^1.2.37",
|
||||
"@gitzone/tstest": "^1.0.72",
|
||||
"@pushrocks/tapbundle": "^5.0.4",
|
||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -3,6 +3,7 @@ lockfileVersion: 5.4
|
||||
specifiers:
|
||||
'@apiglobal/typedrequest-interfaces': ^2.0.1
|
||||
'@gitzone/tsbuild': ^2.1.63
|
||||
'@gitzone/tsbundle': ^2.0.7
|
||||
'@gitzone/tsrun': ^1.2.37
|
||||
'@gitzone/tstest': ^1.0.72
|
||||
'@pushrocks/isohash': ^2.0.0
|
||||
@ -39,6 +40,7 @@ dependencies:
|
||||
|
||||
devDependencies:
|
||||
'@gitzone/tsbuild': 2.1.65
|
||||
'@gitzone/tsbundle': 2.0.7
|
||||
'@gitzone/tsrun': 1.2.39_@types+node@18.11.18
|
||||
'@gitzone/tstest': 1.0.74_@types+node@18.11.18
|
||||
'@pushrocks/tapbundle': 5.0.4
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartsocket',
|
||||
version: '2.0.10',
|
||||
version: '2.0.11',
|
||||
description: 'easy and secure websocket communication'
|
||||
}
|
||||
|
Reference in New Issue
Block a user