Phase8
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 17s

This commit is contained in:
smueller
2026-06-26 13:33:03 +02:00
parent ab21f53cdd
commit b335f6a497
39 changed files with 1477 additions and 20 deletions

25
pnpm-lock.yaml generated
View File

@@ -41,6 +41,9 @@ importers:
'@hexahost/database':
specifier: workspace:*
version: link:../../packages/database
'@hexahost/dns':
specifier: workspace:*
version: link:../../packages/dns
'@hexahost/metering':
specifier: workspace:*
version: link:../../packages/metering
@@ -190,6 +193,9 @@ importers:
'@hexahost/database':
specifier: workspace:*
version: link:../../packages/database
'@hexahost/dns':
specifier: workspace:*
version: link:../../packages/dns
'@hexahost/metering':
specifier: workspace:*
version: link:../../packages/metering
@@ -325,6 +331,25 @@ importers:
specifier: ^5.7.3
version: 5.9.3
packages/dns:
dependencies:
'@hexahost/database':
specifier: workspace:*
version: link:../database
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/eslint-config: {}
packages/metering: