lyra-ai-agent 0.1.8 → 0.1.9

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyra-ai-agent",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "description": "lyra CLI: a Sui-native, policy-bound AI finance agent. Real on-chain work gated by deterministic policy, simulation, and approval",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "@opentui/solid": "^0.1.97",
38
38
  "lyra-core": "^0.1.2",
39
39
  "lyra-gateway": "^0.1.6",
40
- "lyra-plugin-onchain": "^0.1.8",
40
+ "lyra-plugin-onchain": "^0.1.9",
41
41
  "lyra-plugin-system": "^0.1.2",
42
42
  "lyra-plugin-telegram": "^0.1.2",
43
43
  "picocolors": "^1.1.1",