fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-05 16:57:15 +02:00
parent 2ecd968dff
commit dce3390609
3 changed files with 678 additions and 1437 deletions

View File

@ -15,14 +15,14 @@
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.11.24"
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.8"
},
"dependencies": {
"@api.global/typedrequest-interfaces": "^3.0.18",
"@api.global/typedrequest-interfaces": "^3.0.19",
"@push.rocks/smartlog-interfaces": "^3.0.0",
"@tsclass/tsclass": "^4.0.52"
"@tsclass/tsclass": "^4.0.54"
},
"browserslist": [
"last 1 chrome versions"

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/interfaces',
version: '1.0.49',
version: '1.0.50',
description: 'interfaces for working with containers'
}