fix(core): update

This commit is contained in:
Philipp Kunz 2024-04-17 20:15:46 +02:00
parent a7751006cc
commit 98f224e6f4
3 changed files with 473 additions and 1250 deletions

View File

@ -14,18 +14,18 @@
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
"@api.global/typedserver": "^3.0.26", "@api.global/typedserver": "^3.0.27",
"@git.zone/tsbuild": "^2.1.72", "@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsbundle": "^2.0.15", "@git.zone/tsbundle": "^2.0.15",
"@git.zone/tsrun": "^1.2.46", "@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.86", "@git.zone/tstest": "^1.0.88",
"@push.rocks/tapbundle": "^5.0.15", "@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.11.24" "@types/node": "^20.12.7"
}, },
"dependencies": { "dependencies": {
"@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartenv": "^5.0.12", "@push.rocks/smartenv": "^5.0.12",
"@push.rocks/smartjson": "^5.0.14", "@push.rocks/smartjson": "^5.0.18",
"@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/webstore": "^2.0.13" "@push.rocks/webstore": "^2.0.13"
}, },

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/webrequest', name: '@push.rocks/webrequest',
version: '3.0.35', version: '3.0.36',
description: 'securely request from browsers' description: 'A module for making secure web requests from browsers with support for caching and fault tolerance.'
} }