fix(core): update

This commit is contained in:
Philipp Kunz 2022-05-29 21:43:37 +02:00
parent d791eca5e8
commit f20d737ecf
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/lik": "^6.0.0",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/webrequest": "^3.0.6" "@pushrocks/webrequest": "^3.0.7"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.63", "@gitzone/tsbuild": "^2.1.63",
@ -1020,9 +1020,9 @@
} }
}, },
"node_modules/@pushrocks/webrequest": { "node_modules/@pushrocks/webrequest": {
"version": "3.0.6", "version": "3.0.7",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.6.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.7.tgz",
"integrity": "sha512-32OopKZKqwIRYgQ1zi2TBsWRQgCDkWvpKJktlRgb95LO9HGKy+Li7DYcpqgDl7nWqKGvJ0ykZrEWAMwiXFvLfw==", "integrity": "sha512-u5rBtvQwkJwTwqPXvYHuJnE/s0NoNX7jyWKXvwgl98DBO/IZb8DHU9Un/LMHXxgO0B+fATTr7U5+fWWxZ5gCfQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
@ -7159,9 +7159,9 @@
} }
}, },
"@pushrocks/webrequest": { "@pushrocks/webrequest": {
"version": "3.0.6", "version": "3.0.7",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.6.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebrequest/-/webrequest-3.0.7.tgz",
"integrity": "sha512-32OopKZKqwIRYgQ1zi2TBsWRQgCDkWvpKJktlRgb95LO9HGKy+Li7DYcpqgDl7nWqKGvJ0ykZrEWAMwiXFvLfw==", "integrity": "sha512-u5rBtvQwkJwTwqPXvYHuJnE/s0NoNX7jyWKXvwgl98DBO/IZb8DHU9Un/LMHXxgO0B+fATTr7U5+fWWxZ5gCfQ==",
"requires": { "requires": {
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.2", "@pushrocks/smartenv": "^5.0.2",

View File

@ -30,7 +30,7 @@
"@pushrocks/lik": "^6.0.0", "@pushrocks/lik": "^6.0.0",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/webrequest": "^3.0.6" "@pushrocks/webrequest": "^3.0.7"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

View File

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