fix(core): update

This commit is contained in:
Philipp Kunz 2022-12-28 14:02:14 +01:00
parent 2640275d04
commit b029dc191e
3 changed files with 4 additions and 1 deletions

View File

@ -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",

View File

@ -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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartsocket',
version: '2.0.10',
version: '2.0.11',
description: 'easy and secure websocket communication'
}