fix(core): update

This commit is contained in:
Philipp Kunz 2022-12-29 12:17:58 +01:00
parent 5e6ec0d311
commit 5d460cf002
3 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@
"@apiglobal/typedrequest-interfaces": "2.0.1",
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/smartjson": "^5.0.5",
"@pushrocks/smartsocket": "^2.0.12",
"@pushrocks/smartsocket": "^2.0.13",
"@pushrocks/smartstring": "^4.0.2"
},
"browserslist": [

View File

@ -10,7 +10,7 @@ specifiers:
'@pushrocks/isohash': ^2.0.0
'@pushrocks/smartenv': ^5.0.4
'@pushrocks/smartjson': ^5.0.5
'@pushrocks/smartsocket': ^2.0.12
'@pushrocks/smartsocket': ^2.0.13
'@pushrocks/smartstring': ^4.0.2
'@pushrocks/tapbundle': ^5.0.4
'@types/node': ^18.11.18
@ -20,7 +20,7 @@ dependencies:
'@apiglobal/typedrequest-interfaces': 2.0.1
'@pushrocks/isohash': 2.0.0
'@pushrocks/smartjson': 5.0.5
'@pushrocks/smartsocket': 2.0.12
'@pushrocks/smartsocket': 2.0.13
'@pushrocks/smartstring': 4.0.5
devDependencies:
@ -69,7 +69,7 @@ packages:
'@apiglobal/typedrequest-interfaces': 2.0.1
'@pushrocks/isohash': 2.0.0
'@pushrocks/smartjson': 5.0.5
'@pushrocks/smartsocket': 2.0.12
'@pushrocks/smartsocket': 2.0.13
'@pushrocks/smartstring': 4.0.5
transitivePeerDependencies:
- bufferutil
@ -675,8 +675,8 @@ packages:
transitivePeerDependencies:
- supports-color
/@pushrocks/smartsocket/2.0.12:
resolution: {integrity: sha512-coqUh03zrMWe73TZV6QcEcDSgmCG8hRTQt7kZ91Pflo5aCYVIsXT70SkZEmgVpSk1PS73xpx4lbNLrWRjsj4NQ==}
/@pushrocks/smartsocket/2.0.13:
resolution: {integrity: sha512-s1hPcZrGdmGGbhN7iGBnoLTcNYLjHjfBKiRUYh4R35yuvUoS5JVBO2tHnnzLHOv/uCKy6wSXi8l+WX5rYctcNg==}
dependencies:
'@apiglobal/typedrequest-interfaces': 2.0.1
'@pushrocks/isohash': 2.0.0

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedsocket',
version: '2.0.17',
version: '2.0.18',
description: 'a typedrequest extension supporting websockets'
}