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