@tangle-network/agent-runtime 0.25.1 → 0.25.2

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 +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-runtime",
3
- "version": "0.25.1",
3
+ "version": "0.25.2",
4
4
  "description": "Reusable runtime lifecycle for domain-specific agents.",
5
5
  "homepage": "https://github.com/tangle-network/agent-runtime#readme",
6
6
  "repository": {
@@ -107,6 +107,9 @@
107
107
  "peerDependenciesMeta": {
108
108
  "@tangle-network/agent-knowledge": {
109
109
  "optional": true
110
+ },
111
+ "@tangle-network/sandbox": {
112
+ "optional": true
110
113
  }
111
114
  }
112
115
  }