@orkestrel/brief 0.0.2 → 0.0.4

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.
Files changed (1) hide show
  1. package/package.json +15 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkestrel/brief",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "A synchronous, deterministic specification compiler: a rough request becomes a closed, content-hashed execution contract another agent can run, gated by a traceable reasoner and projected into every downstream artifact.",
5
5
  "keywords": [
6
6
  "agent",
@@ -65,26 +65,28 @@
65
65
  "build": "npm run clean && npm run build:src",
66
66
  "build:src": "npm run build:src:core",
67
67
  "build:src:core": "vite build --config configs/src/vite.core.config.ts && npm run copy dist/src/core/index.d.ts dist/src/core/index.d.cts",
68
+ "prepack": "npm run build",
68
69
  "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test && npm run test:distribution -- --mode release"
69
70
  },
70
71
  "dependencies": {
71
- "@orkestrel/contract": "^0.0.12",
72
- "@orkestrel/emitter": "^0.0.6",
73
- "@orkestrel/interpret": "^0.0.9",
74
- "@orkestrel/reason": "^0.0.6"
72
+ "@orkestrel/contract": "^0.0.13",
73
+ "@orkestrel/emitter": "^0.0.7",
74
+ "@orkestrel/interpret": "^0.0.10",
75
+ "@orkestrel/reason": "^0.0.7"
75
76
  },
76
77
  "devDependencies": {
77
- "@microsoft/api-extractor": "^7.58.12",
78
- "@orkestrel/guide": "^0.0.11",
79
- "@orkestrel/scaffold": "^0.0.38",
80
- "@orkestrel/test": "^0.0.6",
78
+ "@microsoft/api-extractor": "^7.59.0",
79
+ "@orkestrel/guide": "^0.0.12",
80
+ "@orkestrel/probe": "^0.0.2",
81
+ "@orkestrel/scaffold": "^0.0.47",
82
+ "@orkestrel/test": "^0.0.8",
81
83
  "@types/node": "^26.2.0",
82
- "oxfmt": "^0.63.0",
83
- "oxlint": "^1.78.0",
84
+ "oxfmt": "^0.64.0",
85
+ "oxlint": "^1.79.0",
84
86
  "typescript": "^6.0.3",
85
- "vite": "~8.2.1",
87
+ "vite": "^8.2.2",
86
88
  "vite-plugin-dts": "^5.0.3",
87
- "vitest": "^4.1.10"
89
+ "vitest": "^4.1.11"
88
90
  },
89
91
  "engines": {
90
92
  "node": ">=22.12.0"