fix(core): update

This commit is contained in:
Philipp Kunz 2023-10-20 17:39:08 +02:00
parent 3a384307ee
commit 0a9236a605
3 changed files with 1865 additions and 957 deletions

View File

@ -14,22 +14,22 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@api.global/typedserver": "^3.0.1",
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/smartenv": "^5.0.3",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.7"
"@api.global/typedserver": "^3.0.5",
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/smartenv": "^5.0.10",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.7"
},
"dependencies": {
"@api.global/typedrequest-interfaces": "^3.0.1",
"@push.rocks/isounique": "^1.0.5",
"@push.rocks/lik": "^6.0.3",
"@push.rocks/lik": "^6.0.5",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/webrequest": "^3.0.32"
"@push.rocks/webrequest": "^3.0.33"
},
"files": [
"ts/**/*",

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedrequest',
version: '3.0.1',
version: '3.0.2',
description: 'make typed requests towards apis'
}