fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-20 19:23:20 +01:00
parent c1b15daaca
commit a484060888
3 changed files with 11 additions and 11 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.15",
"@pushrocks/smartsocket": "^2.0.16",
"@pushrocks/smartstring": "^4.0.2"
},
"browserslist": [

View File

@ -10,7 +10,7 @@ specifiers:
'@pushrocks/isohash': ^2.0.0
'@pushrocks/smartenv': ^5.0.5
'@pushrocks/smartjson': ^5.0.5
'@pushrocks/smartsocket': ^2.0.15
'@pushrocks/smartsocket': ^2.0.16
'@pushrocks/smartstring': ^4.0.2
'@pushrocks/tapbundle': ^5.0.4
'@types/node': ^18.15.3
@ -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.15
'@pushrocks/smartsocket': 2.0.16
'@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.15
'@pushrocks/smartsocket': 2.0.16
'@pushrocks/smartstring': 4.0.5
transitivePeerDependencies:
- bufferutil
@ -77,14 +77,14 @@ packages:
- utf-8-validate
dev: true
/@apiglobal/typedsocket/2.0.18:
resolution: {integrity: sha512-r9Y8SSa5t2v3Ow9ZUqZXizqmMxoIx3kvOY71+lAOp4fUMKh102n+0nqZ+2sVKYMYspkZKE7obtKLOm4HjZ5FhQ==}
/@apiglobal/typedsocket/2.0.19:
resolution: {integrity: sha512-JBjqBSKXiFgoFrgwr3ohkPN1lzHQd/fbCrcacgVf/mP0QGGQAeIm2ugiEutGSfFYiG6q3MXBtX3gn/5ZpiNwTw==}
dependencies:
'@apiglobal/typedrequest': 2.0.12
'@apiglobal/typedrequest-interfaces': 2.0.1
'@pushrocks/isohash': 2.0.0
'@pushrocks/smartjson': 5.0.5
'@pushrocks/smartsocket': 2.0.15
'@pushrocks/smartsocket': 2.0.16
'@pushrocks/smartstring': 4.0.5
transitivePeerDependencies:
- bufferutil
@ -486,7 +486,7 @@ packages:
resolution: {integrity: sha512-fQtQQbnDkh9zOx7NqLzOjS9DhxA62V1iSa3/TPj5jZigRBG3nUTIw83hIBvVhInwZNA7Es12JUNcD41+wv1LjA==}
dependencies:
'@apiglobal/typedrequest': 2.0.12
'@apiglobal/typedsocket': 2.0.18
'@apiglobal/typedsocket': 2.0.19
'@pushrocks/lik': 6.0.2
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartenv': 5.0.5
@ -772,8 +772,8 @@ packages:
transitivePeerDependencies:
- supports-color
/@pushrocks/smartsocket/2.0.15:
resolution: {integrity: sha512-gmDzshTdLTEC4F3KL1PlRTzlL5U2FXJizSUztNFWEPksiM6whoeMNA024ZW6aHJoPt4JwbEAlVTealj/PJnktg==}
/@pushrocks/smartsocket/2.0.16:
resolution: {integrity: sha512-iFcfBmLrlDw+npCEq2dVJA3GLV8gGJwzaGaaCTHsth864lcE8xhWz9aMxXJvfzYd3HH37R2upYIuXyfIeWllUw==}
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.19',
version: '2.0.20',
description: 'a typedrequest extension supporting websockets'
}