@sentio/sdk 1.37.0-rc.3 → 1.37.0-rc.4
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 +9 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentio/sdk",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "1.37.0-rc.
|
|
4
|
+
"version": "1.37.0-rc.4",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"compile_target": "yarn tsc -b src/target-ethers-sentio/tsconfig.json",
|
|
7
7
|
"compile": "tsc -p . && cp src/utils/*.csv lib/utils",
|
|
@@ -14,14 +14,13 @@
|
|
|
14
14
|
"test": "jest",
|
|
15
15
|
"test-nocache": "yarn jest --clearCache && yarn jest",
|
|
16
16
|
"gen": "yarn compile_target && yarn gen_bultin_evm",
|
|
17
|
-
"gen_bultin_evm": "typechain --target lib/target-ethers-sentio --out-dir src/builtin/internal 'src/abis/*.json'"
|
|
18
|
-
"docs": "typedoc --options typedoc.json"
|
|
17
|
+
"gen_bultin_evm": "typechain --target lib/target-ethers-sentio --out-dir src/builtin/internal 'src/abis/*.json'"
|
|
19
18
|
},
|
|
20
19
|
"dependencies": {
|
|
21
20
|
"@ethersproject/providers": "~5.7.0",
|
|
22
|
-
"@sentio/base": "^1.37.0-rc.
|
|
21
|
+
"@sentio/base": "^1.37.0-rc.4",
|
|
23
22
|
"@sentio/cli": "^1.0.0",
|
|
24
|
-
"@sentio/protos": "^1.37.0-rc.
|
|
23
|
+
"@sentio/protos": "^1.37.0-rc.4",
|
|
25
24
|
"@typechain/ethers-v5": "^10.0.0",
|
|
26
25
|
"bignumber.js": "^9.1.0",
|
|
27
26
|
"command-line-args": "^5.2.1",
|
|
@@ -48,8 +47,7 @@
|
|
|
48
47
|
"@types/fs-extra": "^9.0.13",
|
|
49
48
|
"@types/google-protobuf": "^3.15.6",
|
|
50
49
|
"@types/js-yaml": "^4.0.5",
|
|
51
|
-
"@types/node": "^18.0.4"
|
|
52
|
-
"typedoc": "^0.23.15"
|
|
50
|
+
"@types/node": "^18.0.4"
|
|
53
51
|
},
|
|
54
52
|
"bin": {
|
|
55
53
|
"processor-runner": "./lib/processor-runner.js"
|
|
@@ -65,5 +63,8 @@
|
|
|
65
63
|
"engines": {
|
|
66
64
|
"node": ">=16"
|
|
67
65
|
},
|
|
68
|
-
"
|
|
66
|
+
"typedoc": {
|
|
67
|
+
"entryPoint": "./src/index.ts"
|
|
68
|
+
},
|
|
69
|
+
"gitHead": "034f733c9beb56eba8b1c3944f7a055cd18968e2"
|
|
69
70
|
}
|