@orkestrel/scaffold 0.0.30 → 0.0.32

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/scaffold",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "Scaffold workspaces with five commands: new, audit, repair, catalog, and overwrite.",
5
5
  "keywords": [
6
6
  "audit",
@@ -78,7 +78,7 @@
78
78
  "test:policy": "vitest run --config vite.config.ts --no-cache --reporter=dot --project policy",
79
79
  "test:config": "vitest run --config vite.config.ts --no-cache --reporter=dot --project config",
80
80
  "test:guides": "vitest run --config vite.config.ts --no-cache --reporter=dot --project guides",
81
- "test:integration": "vitest run --config vite.config.ts --no-cache --reporter=dot --project integration",
81
+ "test:distribution": "vitest run --config vite.config.ts --no-cache --reporter=dot --project distribution",
82
82
  "test:probe": "vitest run --config vite.config.ts --no-cache --reporter=verbose --project probe",
83
83
  "build": "npm run clean && npm run build:src && npm run build:host",
84
84
  "build:src": "npm run build:src:core && npm run build:src:server && npm run build:src:bin",
@@ -86,10 +86,10 @@
86
86
  "build:src:server": "vite build --config configs/src/vite.server.config.ts && npm run copy dist/src/server/index.d.ts dist/src/server/index.d.cts",
87
87
  "build:src:bin": "vite build --config configs/src/vite.bin.config.ts",
88
88
  "build:host": "node -e \"import('./dist/src/server/index.js').then((m)=>{const n=m.stageHost(process.cwd(),'dist/host').length;console.log('build-host: staged '+n+' file(s) into dist/host')})\"",
89
- "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test && npm run test:integration"
89
+ "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test && npm run test:distribution -- --mode release"
90
90
  },
91
91
  "dependencies": {
92
- "@orkestrel/console": "^0.0.5",
92
+ "@orkestrel/console": "^0.0.6",
93
93
  "@orkestrel/contract": "^0.0.11",
94
94
  "@orkestrel/emitter": "^0.0.6",
95
95
  "@orkestrel/markdown": "^0.0.8",
@@ -97,8 +97,9 @@
97
97
  },
98
98
  "devDependencies": {
99
99
  "@microsoft/api-extractor": "^7.58.12",
100
- "@orkestrel/guide": "^0.0.10",
100
+ "@orkestrel/guide": "^0.0.11",
101
101
  "@orkestrel/html": "^0.0.3",
102
+ "@orkestrel/test": "^0.0.2",
102
103
  "@types/node": "^26.2.0",
103
104
  "@vitest/browser-playwright": "^4.1.10",
104
105
  "oxfmt": "^0.62.0",