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"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.5"
"@api.global/typedserver": "^3.0.4",
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.80",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.5.6"
},
"dependencies": {
"@apiglobal/typedserver": "^2.0.65",
"@push.rocks/smartdelay": "^3.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/webstore": "^2.0.8"
"@push.rocks/webstore": "^2.0.9"
},
"files": [
"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';
// test dependencies
import * as typedserver from '@apiglobal/typedserver';
import * as typedserver from '@api.global/typedserver';
let testServer: typedserver.servertools.Server;

View File

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