@orkestrel/database 0.0.8 → 0.0.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkestrel/database",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "A typed database abstraction for the @orkestrel line — a single core engine over pluggable storage drivers. Part of the @orkestrel line.",
5
5
  "keywords": [
6
6
  "database",
@@ -70,12 +70,13 @@
70
70
  "format": "oxfmt --config .oxfmtrc.json --write .",
71
71
  "format:check": "oxfmt --config .oxfmtrc.json --check .",
72
72
  "lint:check": "oxlint --config .oxlintrc.json --deny-warnings .",
73
- "test": "npm run test:src && npm run test:policy && npm run test:guides",
73
+ "test": "npm run test:src && npm run test:policy && npm run test:config && npm run test:guides",
74
74
  "test:src": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:core --project src:browser --project src:server",
75
75
  "test:src:core": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:core",
76
76
  "test:src:browser": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:browser",
77
77
  "test:src:server": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:server",
78
78
  "test:policy": "vitest run --config vite.config.ts --no-cache --reporter=dot --project policy",
79
+ "test:config": "vitest run --config vite.config.ts --no-cache --reporter=dot --project config",
79
80
  "test:guides": "vitest run --config vite.config.ts --reporter=dot --project guides",
80
81
  "build": "npm run clean && npm run build:src",
81
82
  "build:src": "npm run build:src:core && npm run build:src:browser && npm run build:src:server",
@@ -92,8 +93,8 @@
92
93
  },
93
94
  "devDependencies": {
94
95
  "@microsoft/api-extractor": "^7.58.12",
95
- "@orkestrel/guide": "^0.0.9",
96
- "@orkestrel/scaffold": "^0.0.26",
96
+ "@orkestrel/guide": "^0.0.10",
97
+ "@orkestrel/scaffold": "^0.0.29",
97
98
  "@types/node": "^26.1.2",
98
99
  "@vitest/browser-playwright": "^4.1.10",
99
100
  "oxfmt": "^0.61.0",