@sentio/sdk 0.3.16 → 0.3.17
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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"scripts": {
|
|
5
5
|
"compile": "tsc --build tsconfig.json && cp src/cli/webpack.config.js dist/cli",
|
|
6
6
|
"build": "yarn compile && yarn gen_test_abi",
|
|
7
|
-
"pub": "yarn
|
|
7
|
+
"pub": "yarn build && yarn publish --no-git-tag-version --access public",
|
|
8
8
|
"start_ts": "ts-node --files src/processor.ts ../examples/x2y2/src/processor.ts",
|
|
9
9
|
"start_ts_solana": "ts-node --files src/processor.ts ../examples/mirrorworld/src/processor.ts",
|
|
10
10
|
"start": "ts-node --files src/processor.ts ../examples/x2y2/dist/lib.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"processor": "./dist/processor.js",
|
|
21
21
|
"sentio": "./dist/cli/cli.js"
|
|
22
22
|
},
|
|
23
|
-
"version": "0.3.
|
|
23
|
+
"version": "0.3.17",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@ethersproject/providers": "^5.6.7",
|
|
26
26
|
"@project-serum/anchor": "^0.25.0",
|