@sentio/sdk 2.13.3 → 2.13.4-rc.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.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sentio/sdk",
|
3
3
|
"license": "Apache-2.0",
|
4
|
-
"version": "2.13.
|
4
|
+
"version": "2.13.4-rc.2",
|
5
5
|
"type": "module",
|
6
6
|
"dependencies": {
|
7
7
|
"@mysten/sui.js": "npm:@sentio/sui.js@^0.32.0-patch.1",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"nice-grpc-common": "^2.0.2",
|
31
31
|
"@coral-xyz/borsh": "^0.27.0",
|
32
32
|
"typedoc": "^0.24.1",
|
33
|
-
"@sentio/protos": "2.13.
|
34
|
-
"@sentio/runtime": "2.13.
|
33
|
+
"@sentio/protos": "2.13.4-rc.2",
|
34
|
+
"@sentio/runtime": "2.13.4-rc.2"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@certusone/wormhole-sdk": "^0.9.10",
|
@@ -99,6 +99,6 @@
|
|
99
99
|
"gen:sui": "ts-node-esm src/sui/codegen/run.ts src/sui/abis src/sui/builtin && pnpm gen:sui_test",
|
100
100
|
"gen:sui_test": "ts-node-esm src/sui/codegen/run.ts src/sui/tests/abis src/sui/tests/types",
|
101
101
|
"gen:solana": "ts-node-esm src/solana/codegen/run.ts src/solana/tests/abis src/solana/tests/types",
|
102
|
-
"docs": "typedoc --options typedoc.json"
|
102
|
+
"gen:docs": "typedoc --options typedoc.json"
|
103
103
|
}
|
104
104
|
}
|