fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-19 17:59:47 +02:00
parent f3f2f8e3bf
commit 009985c226
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/webrequest": "^3.0.12"
"@pushrocks/webrequest": "^3.0.13"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
@ -1708,9 +1708,9 @@
}
},
"node_modules/@pushrocks/webrequest": {
"version": "3.0.12",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.12.tgz",
"integrity": "sha512-Qcm9Zmrf7WRd3fdaZ4g7E/E7MPoZ8zhe5bgRH2nrm7MvTiMScvfEQOoJb7grungCHyoOoLqrRofhsCStO8dtPw==",
"version": "3.0.13",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.13.tgz",
"integrity": "sha512-HB5xjOv+BEkKWE7HkU7baI2RB6I76q4jY3fozQOLs0xWu2JLHXFWTpezYDocZzTkd/Ad7b54lxJD6O7ZxgMoFQ==",
"license": "MIT",
"dependencies": {
"@adobe/helix-fetch": "^3.1.1",
@ -9625,9 +9625,9 @@
}
},
"@pushrocks/webrequest": {
"version": "3.0.12",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.12.tgz",
"integrity": "sha512-Qcm9Zmrf7WRd3fdaZ4g7E/E7MPoZ8zhe5bgRH2nrm7MvTiMScvfEQOoJb7grungCHyoOoLqrRofhsCStO8dtPw==",
"version": "3.0.13",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.13.tgz",
"integrity": "sha512-HB5xjOv+BEkKWE7HkU7baI2RB6I76q4jY3fozQOLs0xWu2JLHXFWTpezYDocZzTkd/Ad7b54lxJD6O7ZxgMoFQ==",
"requires": {
"@adobe/helix-fetch": "^3.1.1",
"@pushrocks/smartdelay": "^2.0.13",

View File

@ -28,7 +28,7 @@
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/webrequest": "^3.0.12"
"@pushrocks/webrequest": "^3.0.13"
},
"files": [
"ts/**/*",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedrequest',
version: '2.0.9',
version: '2.0.10',
description: 'make typed requests towards apis'
}