@farmslot/recipe-harness 0.16.3 → 0.18.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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ All notable changes to `@farmslot/recipe-harness` are tracked here.
|
|
|
6
6
|
|
|
7
7
|
- Active-development baseline; add user-facing changes here before release or package publication.
|
|
8
8
|
|
|
9
|
+
## 0.18.0 - 2026-09-20
|
|
10
|
+
|
|
11
|
+
- Published against `@farmslot/protocol` 0.30.0 so one protocol copy serves every dependent (child checklist units and the acceptance ledger arrive through that pin).
|
|
12
|
+
|
|
13
|
+
## 0.17.0 - 2026-09-18
|
|
14
|
+
|
|
15
|
+
- Publish against `@farmslot/protocol` 0.29.0 so downstream installs resolve one protocol version.
|
|
16
|
+
|
|
9
17
|
## 0.16.3 - 2026-09-17
|
|
10
18
|
|
|
11
19
|
- Publish against `@farmslot/protocol` 0.28.0 so a consumer that also installs `@farmslot/agent-runtime` 0.10.0 resolves one protocol copy.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farmslot/recipe-harness",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.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.
|
|
116
|
+
"@farmslot/protocol": "0.30.0",
|
|
117
117
|
"commander": "^12.0.0",
|
|
118
118
|
"semver": "^7.7.3",
|
|
119
119
|
"ws": "^8.18.0"
|