fix(core): update

This commit is contained in:
Philipp Kunz 2023-02-11 18:19:02 +01:00
parent f882b0a90f
commit 1e58f77142
3 changed files with 4392 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"@types/node": "^18.6.4" "@types/node": "^18.6.4"
}, },
"dependencies": { "dependencies": {
"@adobe/helix-fetch": "^3.1.1", "@adobe/fetch": "^4.0.1",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^5.0.2", "@pushrocks/smartenv": "^5.0.2",
"@pushrocks/smartjson": "^5.0.1", "@pushrocks/smartjson": "^5.0.1",

4390
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

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