fix(build): Update Node types and other dependencies, add tspublish.json for api client

This commit is contained in:
2024-10-21 14:23:43 +02:00
parent c502d410b1
commit 41f9f93d1c
6 changed files with 1058 additions and 827 deletions

View File

@ -0,0 +1,12 @@
{
"name": "@serve.zone/api",
"dependencies": [
"@serve.zone/interfaces",
"@push.rocks/smartpromise",
"@push.rocks/smartrx",
"@push.rocks/smartstream",
"@api.global/typedrequest",
"@api.global/typedsocket",
"@tsclass/tsclass"
]
}