Compare commits

...

2 Commits

Author SHA1 Message Date
54b8a692ba 2.0.2 2022-03-25 00:42:50 +01:00
2f39b5662d fix(core): update 2022-03-25 00:42:50 +01:00
2 changed files with 13 additions and 13 deletions

22
package-lock.json generated
View File

@@ -1,18 +1,18 @@
{
"name": "@apiglobal/typedsocket",
"version": "2.0.1",
"version": "2.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@apiglobal/typedsocket",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest": "^2.0.0",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/smartsocket": "^2.0.5",
"@pushrocks/smartsocket": "^2.0.6",
"@pushrocks/smartstring": "^4.0.2"
},
"devDependencies": {
@@ -4498,9 +4498,9 @@
}
},
"node_modules/@pushrocks/smartsocket": {
"version": "2.0.5",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-2.0.5.tgz",
"integrity": "sha512-6biWmgw1vwF/Q2Lerj8eMXD5GPAtwns1EaEm2nA9fWAwUG5vzHOhnDvn5aEXK2la3l13T6EjQmps7d/9Z3Gy/A==",
"version": "2.0.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-2.0.6.tgz",
"integrity": "sha512-5LlNyfph90rTlhV3f8fqN6HUihvh0BT36b+eiK4Gqw2aXA+EWy7gdS1t6HOvnxuHG0f+pmc9rJzKsMO1dOVC4w==",
"license": "MIT",
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
@@ -4509,7 +4509,7 @@
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartexpress": "^4.0.1",
"@pushrocks/smartexpress": "^4.0.2",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpromise": "^3.1.7",
@@ -14332,9 +14332,9 @@
}
},
"@pushrocks/smartsocket": {
"version": "2.0.5",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-2.0.5.tgz",
"integrity": "sha512-6biWmgw1vwF/Q2Lerj8eMXD5GPAtwns1EaEm2nA9fWAwUG5vzHOhnDvn5aEXK2la3l13T6EjQmps7d/9Z3Gy/A==",
"version": "2.0.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartsocket/-/smartsocket-2.0.6.tgz",
"integrity": "sha512-5LlNyfph90rTlhV3f8fqN6HUihvh0BT36b+eiK4Gqw2aXA+EWy7gdS1t6HOvnxuHG0f+pmc9rJzKsMO1dOVC4w==",
"requires": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^2.0.0",
@@ -14342,7 +14342,7 @@
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartexpress": "^4.0.1",
"@pushrocks/smartexpress": "^4.0.2",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpromise": "^3.1.7",

View File

@@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedsocket",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "a typedrequest extension supporting websockets",
"main": "dist_ts/index.js",
@@ -26,7 +26,7 @@
"@apiglobal/typedrequest": "^2.0.0",
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/smartsocket": "^2.0.4",
"@pushrocks/smartsocket": "^2.0.6",
"@pushrocks/smartstring": "^4.0.2"
},
"browserslist": [