fix(core): update
This commit is contained in:
parent
763afa62cd
commit
627fc42962
18
package.json
18
package.json
@ -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/**/*",
|
||||||
|
1991
pnpm-lock.yaml
generated
1991
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||||
|
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user