@farmslot/recipe-harness 0.14.0 → 0.15.0

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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to `@farmslot/recipe-harness` are tracked here.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## 0.15.0 - 2026-08-14
8
+
9
+ - Align the packaged Recipe Protocol dependency with 0.21.0 so consumers use one execution-capability and evidence contract runtime.
10
+
7
11
  ## 0.14.0 - 2026-08-03
8
12
 
9
13
  - feat(visual-review): start navigation maps at the top level with independently collapsible branches and expand/collapse-all controls.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farmslot/recipe-harness",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -113,7 +113,7 @@
113
113
  "prepublishOnly": "node ../../scripts/quality/check-farmslot-package-readiness.mjs --publish --packages @farmslot/recipe-harness"
114
114
  },
115
115
  "dependencies": {
116
- "@farmslot/protocol": "0.18.0",
116
+ "@farmslot/protocol": "0.21.0",
117
117
  "commander": "^12.0.0",
118
118
  "semver": "^7.7.3",
119
119
  "ws": "^8.18.0"