@astrale-os/sdk 0.5.0-beta.18 → 0.5.0-beta.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrale-os/sdk",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.19",
|
|
4
4
|
"description": "Schema-first SDK for defining, composing, and deploying Astrale domains",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"astrale",
|
|
@@ -210,6 +210,11 @@
|
|
|
210
210
|
"./package.json": "./package.json"
|
|
211
211
|
},
|
|
212
212
|
"dependencies": {
|
|
213
|
+
"@astrale-os/kernel-client": "0.6.0-beta.10",
|
|
214
|
+
"@astrale-os/kernel-core": "0.9.0-beta.9",
|
|
215
|
+
"@astrale-os/kernel-dsl": "0.2.0-beta.7",
|
|
216
|
+
"@astrale-os/kernel-protocol": "0.5.0-beta.9",
|
|
217
|
+
"@astrale-os/kernel-server": "0.5.0-beta.10",
|
|
213
218
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
214
219
|
"hono": "^4.13.2",
|
|
215
220
|
"jose": "^6.2.9",
|
|
@@ -217,11 +222,6 @@
|
|
|
217
222
|
"zod": "^4.4.3"
|
|
218
223
|
},
|
|
219
224
|
"devDependencies": {
|
|
220
|
-
"@astrale-os/kernel-client": "0.6.0-beta.10",
|
|
221
|
-
"@astrale-os/kernel-core": "0.9.0-beta.9",
|
|
222
|
-
"@astrale-os/kernel-dsl": "0.2.0-beta.7",
|
|
223
|
-
"@astrale-os/kernel-protocol": "0.5.0-beta.9",
|
|
224
|
-
"@astrale-os/kernel-server": "0.5.0-beta.10",
|
|
225
225
|
"@astrale-os/ox": "^0.1.3",
|
|
226
226
|
"@astrale/commitlint-config": "npm:@jsr/astrale__commitlint-config@~2.0.3",
|
|
227
227
|
"@astrale/typescript-config": "npm:@jsr/astrale__typescript-config@~1.1.3",
|
|
@@ -242,11 +242,6 @@
|
|
|
242
242
|
"yaml": "^2.9.0"
|
|
243
243
|
},
|
|
244
244
|
"peerDependencies": {
|
|
245
|
-
"@astrale-os/kernel-client": ">=0.6.0-beta.10 <1.0.0",
|
|
246
|
-
"@astrale-os/kernel-core": ">=0.9.0-beta.9 <1.0.0",
|
|
247
|
-
"@astrale-os/kernel-dsl": ">=0.2.0-beta.7 <1.0.0",
|
|
248
|
-
"@astrale-os/kernel-protocol": ">=0.5.0-beta.9 <1.0.0",
|
|
249
|
-
"@astrale-os/kernel-server": ">=0.5.0-beta.10 <1.0.0",
|
|
250
245
|
"@astrale-os/ox": ">=0.1.3 <1.0.0",
|
|
251
246
|
"@hono/node-server": "^1.19.0 || ^2.1.1",
|
|
252
247
|
"oxlint": ">=1.78.0 <2.0.0"
|
|
@@ -283,11 +278,11 @@
|
|
|
283
278
|
},
|
|
284
279
|
"scripts": {
|
|
285
280
|
"preinstall": "node -e \"try{require('./.check-workspace.cjs')}catch{}\"",
|
|
286
|
-
"build": "node scripts/clean-dist.mjs &&
|
|
281
|
+
"build": "node scripts/clean-dist.mjs && tsgo && node scripts/verify-no-source-maps.mjs dist && pnpm run verify:package",
|
|
287
282
|
"e2e": "node __e2e__/flagship/runner.mjs",
|
|
288
283
|
"typecheck": "tsgo --noEmit && pnpm run typecheck:types",
|
|
289
284
|
"typecheck:types": "tsgo --noEmit -p __tests__/tsconfig.types.json",
|
|
290
|
-
"test": "pnpm run check:
|
|
285
|
+
"test": "pnpm run check:knowledge && pnpm run check:linter-policy && pnpm run check:issues && vitest run --config __tests__/vitest.config.ts && pnpm run test:node-server-v1 && node --test scripts/*.test.mjs",
|
|
291
286
|
"test:file": "vitest run --config __tests__/vitest.config.ts",
|
|
292
287
|
"test:node-server-v1": "vitest run --config __tests__/vitest.node-server-v1.config.ts",
|
|
293
288
|
"verify:package": "node ./verify-package.mjs",
|
|
@@ -299,7 +294,6 @@
|
|
|
299
294
|
"check:knowledge": "node knowledge/cli/main.mjs check knowledge && bash knowledge/cli/test.sh",
|
|
300
295
|
"check:linter-policy": "node scripts/sync-domain-policy.mjs --check",
|
|
301
296
|
"check:issues": "issues/.cli/issues check && node --test issues/.cli/history.test.mjs && node --test issues/.cli/view-server.test.mjs && node --test issues/.view/contract.test.mjs",
|
|
302
|
-
"check:cohort": "node scripts/cohort/verify.mjs",
|
|
303
297
|
"qualify:publications": "node scripts/qualify-publications.mjs",
|
|
304
298
|
"sync:linter-policy": "node scripts/sync-domain-policy.mjs",
|
|
305
299
|
"redesign:inventory": "node scripts/sdk-v1-redesign/inventory.mjs",
|