fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-30 01:57:42 +02:00
parent f192a8f041
commit f980bb70b4
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@pushrocks/lik": "^6.0.0", "@pushrocks/lik": "^6.0.0",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^2.0.0", "@pushrocks/smartrequest": "^2.0.4",
"@pushrocks/smartstring": "^4.0.2", "@pushrocks/smartstring": "^4.0.2",
"@tsclass/tsclass": "^4.0.17", "@tsclass/tsclass": "^4.0.17",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
@ -1554,9 +1554,9 @@
} }
}, },
"node_modules/@pushrocks/smartrequest": { "node_modules/@pushrocks/smartrequest": {
"version": "2.0.0", "version": "2.0.4",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrequest/-/smartrequest-2.0.0.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrequest/-/smartrequest-2.0.4.tgz",
"integrity": "sha512-Xmi+2xYvy67aOMg+XO08RaIZ2QjZZonvz7lEFx5esFzu4LIbwYOzN3GEmZ6/gz9yqdGCBknUxTSLfKCO/hZgTg==", "integrity": "sha512-+TI81KFqXzFcAEIzlkIUNHcZsOxqHcFmbD+R92fkVXLX4QcZ5dD8Tho7DlYWkpm+AYxBcAcS5qrBFbpTG/wvaQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
@ -9973,9 +9973,9 @@
} }
}, },
"@pushrocks/smartrequest": { "@pushrocks/smartrequest": {
"version": "2.0.0", "version": "2.0.4",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrequest/-/smartrequest-2.0.0.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartrequest/-/smartrequest-2.0.4.tgz",
"integrity": "sha512-Xmi+2xYvy67aOMg+XO08RaIZ2QjZZonvz7lEFx5esFzu4LIbwYOzN3GEmZ6/gz9yqdGCBknUxTSLfKCO/hZgTg==", "integrity": "sha512-+TI81KFqXzFcAEIzlkIUNHcZsOxqHcFmbD+R92fkVXLX4QcZ5dD8Tho7DlYWkpm+AYxBcAcS5qrBFbpTG/wvaQ==",
"requires": { "requires": {
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smarturl": "^3.0.2", "@pushrocks/smarturl": "^3.0.2",

View File

@ -23,7 +23,7 @@
"dependencies": { "dependencies": {
"@pushrocks/lik": "^6.0.0", "@pushrocks/lik": "^6.0.0",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrequest": "^2.0.0", "@pushrocks/smartrequest": "^2.0.4",
"@pushrocks/smartstring": "^4.0.2", "@pushrocks/smartstring": "^4.0.2",
"@tsclass/tsclass": "^4.0.17", "@tsclass/tsclass": "^4.0.17",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartproxy', name: '@pushrocks/smartproxy',
version: '3.0.11', version: '3.0.12',
description: 'a proxy for handling high workloads of proxying' description: 'a proxy for handling high workloads of proxying'
} }