fix(core): update

This commit is contained in:
Philipp Kunz 2023-02-12 19:08:50 +01:00
parent 4164458d80
commit 3b7378386f
2 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@ packages:
'@pushrocks/lik': 6.0.2
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartpromise': 3.1.7
'@pushrocks/webrequest': 3.0.16
'@pushrocks/webrequest': 3.0.17
transitivePeerDependencies:
- supports-color
dev: true
@ -702,7 +702,7 @@ packages:
'@pushrocks/smartfeed': 1.0.11
'@pushrocks/smartxml': 1.0.6
'@pushrocks/smartyaml': 2.0.5
'@pushrocks/webrequest': 3.0.16
'@pushrocks/webrequest': 3.0.17
'@tsclass/tsclass': 3.0.48
transitivePeerDependencies:
- supports-color
@ -843,8 +843,8 @@ packages:
- utf-8-validate
dev: true
/@pushrocks/webrequest/3.0.16:
resolution: {integrity: sha512-/GcRuMKepNpsNaaR5xdQlPKhne8D1hnXir8GZNda3wSog7C1oj9dMVkejDDuviJPkA6O4dDNFaHE4/XsLUM+Mg==}
/@pushrocks/webrequest/3.0.17:
resolution: {integrity: sha512-Y84rlL2sKFvmHHCuNBZtLxZv2BDGjrlUqcg0DY6hMNTUZYB0jb1kmHIl+EVxBEEqO/QgcZdbQB0am/PAP9OfOw==}
dependencies:
'@adobe/fetch': 4.0.1
'@pushrocks/smartdelay': 2.0.13

View File

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