@edge-protocol/sdk 0.5.4 → 0.5.6

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -139,7 +139,7 @@ type TransactionOutcome =
139
139
  // Example approved outcome
140
140
  {
141
141
  status: 'approved',
142
- digest: 'AwGc1j8CJvsJtqMMj1cnoJP9uGgbUCGHJ2gVatKQ1y4d',
142
+ digest: '0xabc123...txdigest',
143
143
  auto: true,
144
144
  }
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edge-protocol/sdk",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "Programmable trust infrastructure for autonomous AI agents on Sui. Give agents your rules, not your keys.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",