diff --git a/package.json b/package.json index 69e3736..7dcd4d4 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11e8dd9..cb75f20 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3cb5a49..3631521 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedsocket', - version: '2.0.17', + version: '2.0.18', description: 'a typedrequest extension supporting websockets' }