fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-26 11:00:06 +02:00
parent 5009bec70c
commit 25a7397548
3 changed files with 11 additions and 11 deletions

View File

@ -26,7 +26,7 @@
"@apiglobal/typedrequest": "^2.0.8",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/smartjson": "^5.0.2",
"@pushrocks/smartjson": "^5.0.3",
"@pushrocks/smartsocket": "^2.0.7",
"@pushrocks/smartstring": "^4.0.2"
},

View File

@ -9,7 +9,7 @@ specifiers:
'@gitzone/tstest': ^1.0.72
'@pushrocks/isohash': ^2.0.0
'@pushrocks/smartenv': ^5.0.2
'@pushrocks/smartjson': ^5.0.2
'@pushrocks/smartjson': ^5.0.3
'@pushrocks/smartsocket': ^2.0.7
'@pushrocks/smartstring': ^4.0.2
'@pushrocks/tapbundle': ^5.0.4
@ -19,7 +19,7 @@ dependencies:
'@apiglobal/typedrequest': 2.0.12
'@apiglobal/typedrequest-interfaces': 1.0.15
'@pushrocks/isohash': 2.0.0
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartjson': 5.0.3
'@pushrocks/smartsocket': 2.0.7
'@pushrocks/smartstring': 4.0.5
@ -468,7 +468,7 @@ packages:
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartfile-interfaces': 1.0.7
'@pushrocks/smarthash': 3.0.1
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartjson': 5.0.3
'@pushrocks/smartmime': 1.0.5
'@pushrocks/smartpath': 5.0.5
'@pushrocks/smartpromise': 3.1.7
@ -495,7 +495,7 @@ packages:
/@pushrocks/smarthash/3.0.1:
resolution: {integrity: sha512-S9BiLsxTJB4KOXiiqcdp9QHc8srctHQxoWqDNVw7mGJbU6KuCHbFW6NUcEe2us5z389dGNEbbPMy7+0mAdTXVA==}
dependencies:
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartjson': 5.0.3
'@pushrocks/smartpromise': 3.1.7
'@types/through2': 2.0.36
through2: 4.0.2
@ -509,8 +509,8 @@ packages:
fast-json-stable-stringify: 2.1.0
lodash.clonedeep: 4.5.0
/@pushrocks/smartjson/5.0.2:
resolution: {integrity: sha512-zYy4jaZhBA0JUnheDinARS82fpQZrwLZZWTBHK40UJ4q2n/a/CvFvNDaN81I1PODubV6dsRF4M0JjLk2VJ5XMA==}
/@pushrocks/smartjson/5.0.3:
resolution: {integrity: sha512-QaRRRDNwgocFR/UiFbXJ8g9gw0UbBKgKz93R9+qms+EbWXHtSiB8VDbSKg2Xvi2FMnf/Df+FMXQKnU9yH+ex+g==}
dependencies:
'@pushrocks/smartstring': 4.0.5
'@types/buffer-json': 2.0.1
@ -671,7 +671,7 @@ packages:
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartenv': 5.0.3
'@pushrocks/smartexpress': 4.0.21
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartjson': 5.0.3
'@pushrocks/smartlog': 3.0.1
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smartrx': 2.0.27
@ -783,7 +783,7 @@ packages:
'@adobe/helix-fetch': 3.1.2
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartenv': 5.0.3
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartjson': 5.0.3
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/webstore': 2.0.5
transitivePeerDependencies:
@ -795,7 +795,7 @@ packages:
'@apiglobal/typedrequest-interfaces': 1.0.15
'@pushrocks/lik': 6.0.0
'@pushrocks/smartenv': 5.0.3
'@pushrocks/smartjson': 5.0.2
'@pushrocks/smartjson': 5.0.3
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/smartrx': 2.0.27
fake-indexeddb: 4.0.0

View File

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