lyra-plugin-onchain 0.1.0 → 0.1.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lyra-plugin-onchain",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The Sui on-chain tools for Lyra: SUI transfers, DeepBook market data, Walrus receipts/memory — every write policy-checked, simulated, and recorded on-chain via lyra::policy",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@mysten/sui": "^1.40.0",
|
|
49
49
|
"@mysten/walrus": "^0.6.4",
|
|
50
50
|
"@scallop-io/sui-scallop-sdk": "^2.4.5",
|
|
51
|
-
"lyra-core": "0.
|
|
51
|
+
"lyra-core": "^0.1.1",
|
|
52
52
|
"navi-sdk": "^1.7.3",
|
|
53
53
|
"zod": "^3.23.8"
|
|
54
54
|
}
|