Phase5
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 9s
CI / Go — node-agent tests (push) Failing after 9s
CI / Go — edge-gateway build (push) Successful in 13s

This commit is contained in:
smueller
2026-06-26 13:00:01 +02:00
parent 4262464cd5
commit d29a02f2a4
93 changed files with 1875 additions and 55 deletions

21
pnpm-lock.yaml generated
View File

@@ -29,6 +29,9 @@ importers:
'@hexahost/auth':
specifier: workspace:*
version: link:../../packages/auth
'@hexahost/catalog':
specifier: workspace:*
version: link:../../packages/catalog
'@hexahost/config':
specifier: workspace:*
version: link:../../packages/config
@@ -172,6 +175,9 @@ importers:
apps/worker:
dependencies:
'@hexahost/catalog':
specifier: workspace:*
version: link:../../packages/catalog
'@hexahost/config':
specifier: workspace:*
version: link:../../packages/config
@@ -235,6 +241,21 @@ importers:
specifier: ^3.0.8
version: 3.2.6(@types/node@22.20.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)
packages/catalog:
devDependencies:
'@hexahost/typescript-config':
specifier: workspace:*
version: link:../typescript-config
'@types/node':
specifier: ^22.10.2
version: 22.20.0
typescript:
specifier: ^5.7.3
version: 5.9.3
vitest:
specifier: ^3.0.8
version: 3.2.6(@types/node@22.20.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)
packages/config:
dependencies:
zod: