@farmslot/agent-runtime 0.5.0 → 0.5.1

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.5.1 - 2026-08-02
6
+
7
+ - Align the published protocol dependency with 0.16.0 so downstream installs use one Recipe Protocol version.
8
+
5
9
  ## 0.5.0 - 2026-08-01
6
10
 
7
11
  - **BREAKING:** Require structured run summaries when validating recipe artifact packages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farmslot/agent-runtime",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "prepublishOnly": "node ../../scripts/quality/check-farmslot-package-readiness.mjs --publish --packages @farmslot/agent-runtime"
33
33
  },
34
34
  "dependencies": {
35
- "@farmslot/protocol": "0.15.0"
35
+ "@farmslot/protocol": "0.16.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^22.0.0",