fix(core): update

This commit is contained in:
Philipp Kunz 2023-05-01 13:11:41 +02:00
parent 363bc1c025
commit ba231de502
3 changed files with 14 additions and 15 deletions

View File

@ -28,7 +28,7 @@
"@pushrocks/smartenv": "^5.0.2",
"@pushrocks/smartjson": "^5.0.1",
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/webstore": "^2.0.6"
"@pushrocks/webstore": "^2.0.7"
},
"files": [
"ts/**/*",

View File

@ -17,8 +17,8 @@ dependencies:
specifier: ^4.0.2
version: 4.0.2
'@pushrocks/webstore':
specifier: ^2.0.6
version: 2.0.6
specifier: ^2.0.7
version: 2.0.7
devDependencies:
'@gitzone/tsbuild':
@ -70,7 +70,7 @@ packages:
'@pushrocks/lik': 6.0.2
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartpromise': 3.1.10
'@pushrocks/webrequest': 3.0.21
'@pushrocks/webrequest': 3.0.22
transitivePeerDependencies:
- supports-color
dev: true
@ -424,7 +424,6 @@ packages:
resolution: {integrity: sha512-I+i/QhC6kLsXsWyW19UgD1vH2r1YWVxK19VMxt2CEuvxMyC6tuCd0vqud9vv5JxaxsJwxWlOsrURkgL4tXeILQ==}
dependencies:
'@pushrocks/smartpromise': 4.0.2
dev: false
/@pushrocks/smartenv@5.0.5:
resolution: {integrity: sha512-VWON1OJ4qV2/9hzJbgRquRekaO9am3b8W82tgCwgO6LBg23ea2tanfd+gESVMbRFduxHVoFLvlhSBcDGM5zsLA==}
@ -716,7 +715,7 @@ packages:
'@pushrocks/smartfeed': 1.0.11
'@pushrocks/smartxml': 1.0.6
'@pushrocks/smartyaml': 2.0.5
'@pushrocks/webrequest': 3.0.21
'@pushrocks/webrequest': 3.0.22
'@tsclass/tsclass': 3.0.48
transitivePeerDependencies:
- supports-color
@ -861,21 +860,21 @@ packages:
- utf-8-validate
dev: true
/@pushrocks/webrequest@3.0.21:
resolution: {integrity: sha512-HorNaPz0ZhLWIGFTqpXz0VFjqIFdnZ2RznOgQP8vbyaY4N4nuQnjBOFYuP3caBAZaYoDIanMGXb1iybnKmPgGA==}
/@pushrocks/webrequest@3.0.22:
resolution: {integrity: sha512-u70mLqRsCxoirHRg8z9aLCQAAOHK6l0NIxE9RUJ6uz7K8KOuiHQ+KHetaAgRFYivIgJ8QFo6gM1DbvQHD2XGOg==}
dependencies:
'@adobe/fetch': 4.0.10
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartdelay': 3.0.1
'@pushrocks/smartenv': 5.0.5
'@pushrocks/smartjson': 5.0.5
'@pushrocks/smartpromise': 3.1.10
'@pushrocks/webstore': 2.0.6
'@pushrocks/smartpromise': 4.0.2
'@pushrocks/webstore': 2.0.7
transitivePeerDependencies:
- supports-color
dev: true
/@pushrocks/webstore@2.0.6:
resolution: {integrity: sha512-YFxKoxRPsssmuPNyQH/mXrK8Rb4lzExFJLYw/aTbnFoKpODQDfJqWp/OyAcQw11E+Y9aMeYrBTOn36phKyFFGw==}
/@pushrocks/webstore@2.0.7:
resolution: {integrity: sha512-1xNn3XDfknAR6T9en6mr2R+y97qGt19TVzqIFxhBjRas+g84pztP530EE9h66v6pDNhC0oBON1NGxYIpx1IOGw==}
dependencies:
'@apiglobal/typedrequest-interfaces': 2.0.1
'@pushrocks/lik': 6.0.2
@ -2287,7 +2286,7 @@ packages:
dev: true
/escape-string-regexp@1.0.5:
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=}
engines: {node: '>=0.8.0'}
dev: true

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/webrequest',
version: '3.0.22',
version: '3.0.23',
description: 'securely request from browsers'
}