BREAKING CHANGE(core): update

This commit is contained in:
2023-08-04 16:10:47 +02:00
parent 912572cba5
commit 10fac39d30
7 changed files with 2071 additions and 1417 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@apiglobal/typedrequest",
"name": "@api.global/typedrequest",
"version": "2.0.13",
"private": false,
"description": "make typed requests towards apis",
@@ -14,21 +14,22 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/smartenv": "^5.0.3",
"@pushrocks/smartexpress": "^4.0.21",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.7.6"
"@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"
},
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^2.0.0",
"@pushrocks/isounique": "^1.0.5",
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/webrequest": "^3.0.13"
"@api.global/typedrequest-interfaces": "^2.0.0",
"@push.rocks/isounique": "^1.0.5",
"@push.rocks/lik": "^6.0.3",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/webrequest": "^3.0.32"
},
"files": [
"ts/**/*",
@@ -45,4 +46,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}