@sentio/sdk 1.0.3 → 1.1.0

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/dist/cli/cli.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -5,7 +5,6 @@
5
5
  "compile_target": "yarn tsc -b src/target-ethers-sentio/tsconfig.json",
6
6
  "compile": "tsc -p . && cp src/cli/webpack.config.js dist/cli",
7
7
  "build": "yarn compile_target && yarn gen_bultin_evm && yarn gen_test_abi && yarn compile",
8
- "pub": "rm -rf dist && yarn build && yarn publish --no-git-tag-version --access public",
9
8
  "start_ts": "ts-node --files src/processor-runner.ts ../examples/x2y2/src/processor.ts",
10
9
  "start_ts_solana": "ts-node --files src/processor-runner.ts ../examples/mirrorworld/src/processor.ts",
11
10
  "start": "ts-node --files src/processor-runner.ts ../examples/x2y2/dist/lib.js",
@@ -21,7 +20,7 @@
21
20
  "processor-runner": "./dist/processor-runner.js",
22
21
  "sentio": "./dist/cli/cli.js"
23
22
  },
24
- "version": "1.0.3",
23
+ "version": "1.1.0",
25
24
  "dependencies": {
26
25
  "@ethersproject/providers": "~5.7.0",
27
26
  "@project-serum/anchor": "^0.25.0",