fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-27 16:33:10 +02:00
parent 763afa62cd
commit 627fc42962
4 changed files with 1703 additions and 310 deletions

View File

@ -14,20 +14,20 @@
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.66", "@api.global/typedserver": "^3.0.4",
"@gitzone/tsbundle": "^2.0.8", "@git.zone/tsbuild": "^2.1.70",
"@gitzone/tsrun": "^1.2.44", "@git.zone/tsbundle": "^2.0.8",
"@gitzone/tstest": "^1.0.77", "@git.zone/tsrun": "^1.2.46",
"@push.rocks/tapbundle": "^5.0.12", "@git.zone/tstest": "^1.0.80",
"@types/node": "^20.4.5" "@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.6"
}, },
"dependencies": { "dependencies": {
"@apiglobal/typedserver": "^2.0.65",
"@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartenv": "^5.0.5", "@push.rocks/smartenv": "^5.0.5",
"@push.rocks/smartjson": "^5.0.6", "@push.rocks/smartjson": "^5.0.10",
"@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/webstore": "^2.0.8" "@push.rocks/webstore": "^2.0.9"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ import { expect, tap } from '@push.rocks/tapbundle';
import * as webrequest from '../ts/index.js'; import * as webrequest from '../ts/index.js';
// test dependencies // test dependencies
import * as typedserver from '@apiglobal/typedserver'; import * as typedserver from '@api.global/typedserver';
let testServer: typedserver.servertools.Server; let testServer: typedserver.servertools.Server;

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/webrequest', name: '@push.rocks/webrequest',
version: '3.0.32', version: '3.0.33',
description: 'securely request from browsers' description: 'securely request from browsers'
} }