feat: add core registry schemas

This commit is contained in:
chungyeong
2026-05-09 23:56:10 +09:00
parent 44103839af
commit 4a7fc94f5c
18 changed files with 1267 additions and 12 deletions

48
pnpm-lock.yaml generated
View File

@@ -44,7 +44,7 @@ importers:
version: 2.1.6
tsup:
specifier: 8.3.5
version: 8.3.5(postcss@8.5.14)(tsx@4.19.2)(typescript@5.6.3)
version: 8.3.5(postcss@8.5.14)(tsx@4.19.2)(typescript@5.6.3)(yaml@2.6.1)
tsx:
specifier: 4.19.2
version: 4.19.2
@@ -53,11 +53,38 @@ importers:
version: 5.6.3
vite:
specifier: 6.0.3
version: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)
version: 6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1)
vitest:
specifier: 2.1.8
version: 2.1.8(@types/node@22.10.2)
apps/cli:
dependencies:
commander:
specifier: 12.1.0
version: 12.1.0
dotenv:
specifier: 17.4.2
version: 17.4.2
pg:
specifier: 8.20.0
version: 8.20.0
zod:
specifier: 3.24.1
version: 3.24.1
packages/core:
dependencies:
dotenv:
specifier: 17.4.2
version: 17.4.2
yaml:
specifier: 2.6.1
version: 2.6.1
zod:
specifier: 3.24.1
version: 3.24.1
packages/db:
dependencies:
drizzle-orm:
@@ -2058,6 +2085,11 @@ packages:
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
engines: {node: '>=0.4'}
yaml@2.6.1:
resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==}
engines: {node: '>= 14'}
hasBin: true
zod@3.24.1:
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
@@ -3219,12 +3251,13 @@ snapshots:
pirates@4.0.7: {}
postcss-load-config@6.0.1(postcss@8.5.14)(tsx@4.19.2):
postcss-load-config@6.0.1(postcss@8.5.14)(tsx@4.19.2)(yaml@2.6.1):
dependencies:
lilconfig: 3.1.3
optionalDependencies:
postcss: 8.5.14
tsx: 4.19.2
yaml: 2.6.1
postcss@8.5.14:
dependencies:
@@ -3383,7 +3416,7 @@ snapshots:
ts-interface-checker@0.1.13: {}
tsup@8.3.5(postcss@8.5.14)(tsx@4.19.2)(typescript@5.6.3):
tsup@8.3.5(postcss@8.5.14)(tsx@4.19.2)(typescript@5.6.3)(yaml@2.6.1):
dependencies:
bundle-require: 5.1.0(esbuild@0.24.2)
cac: 6.7.14
@@ -3393,7 +3426,7 @@ snapshots:
esbuild: 0.24.2
joycon: 3.1.1
picocolors: 1.1.1
postcss-load-config: 6.0.1(postcss@8.5.14)(tsx@4.19.2)
postcss-load-config: 6.0.1(postcss@8.5.14)(tsx@4.19.2)(yaml@2.6.1)
resolve-from: 5.0.0
rollup: 4.60.3
source-map: 0.8.0-beta.0
@@ -3455,7 +3488,7 @@ snapshots:
'@types/node': 22.10.2
fsevents: 2.3.3
vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2):
vite@6.0.3(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1):
dependencies:
esbuild: 0.24.2
postcss: 8.5.14
@@ -3464,6 +3497,7 @@ snapshots:
'@types/node': 22.10.2
fsevents: 2.3.3
tsx: 4.19.2
yaml: 2.6.1
vitest@2.1.8(@types/node@22.10.2):
dependencies:
@@ -3531,4 +3565,6 @@ snapshots:
xtend@4.0.2: {}
yaml@2.6.1: {}
zod@3.24.1: {}