@orkestrel/scaffold 0.0.48 → 0.0.49

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.48",
3
+ "version": "0.0.49",
4
4
  "description": "Scaffold workspaces with five commands: new, audit, repair, catalog, and overwrite.",
5
5
  "keywords": [
6
6
  "audit",
@@ -87,6 +87,7 @@
87
87
  "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",
88
88
  "build:src:bin": "vite build --config configs/src/vite.bin.config.ts",
89
89
  "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')})\"",
90
+ "build:inventory": "node -e \"import('./dist/src/server/index.js').then((m)=>{const p=process.argv[1]??'host.json',n=m.stageInventory(process.cwd(),p).entries.length;console.log('build-inventory: staged '+n+' file(s) into '+p)})\"",
90
91
  "prepack": "npm run build",
91
92
  "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test && npm run test:distribution -- --mode release"
92
93
  },
@@ -103,7 +104,7 @@
103
104
  "@orkestrel/guide": "^0.0.12",
104
105
  "@orkestrel/html": "^0.0.4",
105
106
  "@orkestrel/probe": "^0.0.2",
106
- "@orkestrel/test": "^0.0.9",
107
+ "@orkestrel/test": "^0.0.10",
107
108
  "@types/node": "^26.2.0",
108
109
  "@vitest/browser-playwright": "^4.1.11",
109
110
  "oxfmt": "^0.64.0",