@sentio/sdk 2.14.0 → 2.14.1-rc.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.
Files changed (1) hide show
  1. package/package.json +54 -54
package/package.json CHANGED
@@ -1,53 +1,8 @@
1
1
  {
2
2
  "name": "@sentio/sdk",
3
+ "version": "2.14.1-rc.1",
3
4
  "license": "Apache-2.0",
4
- "version": "2.14.0",
5
5
  "type": "module",
6
- "dependencies": {
7
- "@mysten/sui.js": "npm:@sentio/sui.js@^0.32.0-patch.1",
8
- "@project-serum/anchor": "^0.26.0",
9
- "@sentio/bigdecimal": "^9.1.1-patch.3",
10
- "@sentio/ethers-v6": "^1.0.28",
11
- "@solana/web3.js": "^1.74.0",
12
- "@types/prettier": "^2.7.2",
13
- "aptos-sdk": "npm:aptos@^1.8.3",
14
- "bs58": "^5.0.0",
15
- "chalk": "^5.2.0",
16
- "csv-parse": "^5.3.0",
17
- "ethers": "npm:@sentio/ethers@^6.3.0-patch.4",
18
- "lodash-es": "^4.17.21",
19
- "mkdirp": "^1.0.4",
20
- "node-fetch": "^3.3.1",
21
- "p-queue": "^7.3.4",
22
- "prettier": "^2.8.7",
23
- "superstruct_solana": "npm:superstruct@^0.14.2",
24
- "typechain": "^8.0.0",
25
- "yaml": "^2.2.1",
26
- "js-sha3": "^0.8.0",
27
- "nice-grpc-client-middleware-retry": "^3.1.3",
28
- "nice-grpc-prometheus": "^0.1.6",
29
- "nice-grpc": "^2.1.4",
30
- "nice-grpc-common": "^2.0.2",
31
- "@coral-xyz/borsh": "^0.27.0",
32
- "typedoc": "^0.24.1",
33
- "@sentio/protos": "^2.14.0",
34
- "@sentio/runtime": "^2.14.0"
35
- },
36
- "devDependencies": {
37
- "@certusone/wormhole-sdk": "^0.9.10",
38
- "@types/google-protobuf": "^3.15.6",
39
- "@types/lodash-es": "^4.17.6",
40
- "@types/mkdirp": "^1.0.2",
41
- "typescript": "^5.0.4",
42
- "tslib": "^2.5.0",
43
- "jest": "^29.5.0"
44
- },
45
- "peerDependencies": {
46
- "tsup": "npm:@sentio/tsup@^6.7.0"
47
- },
48
- "resolutions": {
49
- "superstruct": "^1.0.3"
50
- },
51
6
  "exports": {
52
7
  ".": "./lib/index.js",
53
8
  "./core": "./lib/core/index.js",
@@ -80,25 +35,70 @@
80
35
  },
81
36
  "files": [
82
37
  "{lib,src}",
83
- "!{lib,src}/*/tests",
84
- "!**/*.test.{js,ts}"
38
+ "!**/*.test.{js,ts}",
39
+ "!{lib,src}/*/tests"
85
40
  ],
41
+ "resolutions": {
42
+ "superstruct": "^1.0.3"
43
+ },
44
+ "dependencies": {
45
+ "@coral-xyz/borsh": "^0.27.0",
46
+ "@mysten/sui.js": "npm:@sentio/sui.js@^0.32.0-patch.1",
47
+ "@project-serum/anchor": "^0.26.0",
48
+ "@sentio/bigdecimal": "^9.1.1-patch.3",
49
+ "@sentio/ethers-v6": "^1.0.28",
50
+ "@solana/web3.js": "^1.74.0",
51
+ "@types/prettier": "^2.7.2",
52
+ "aptos-sdk": "npm:aptos@^1.8.3",
53
+ "bs58": "^5.0.0",
54
+ "chalk": "^5.2.0",
55
+ "csv-parse": "^5.3.0",
56
+ "ethers": "npm:@sentio/ethers@^6.4.0",
57
+ "js-sha3": "^0.8.0",
58
+ "lodash-es": "^4.17.21",
59
+ "mkdirp": "^1.0.4",
60
+ "nice-grpc": "^2.1.4",
61
+ "nice-grpc-client-middleware-retry": "^3.1.3",
62
+ "nice-grpc-common": "^2.0.2",
63
+ "nice-grpc-prometheus": "^0.1.6",
64
+ "node-fetch": "^3.3.1",
65
+ "p-queue": "^7.3.4",
66
+ "prettier": "^2.8.7",
67
+ "superstruct_solana": "npm:superstruct@^0.14.2",
68
+ "typechain": "^8.0.0",
69
+ "typedoc": "^0.24.1",
70
+ "yaml": "^2.2.1",
71
+ "@sentio/protos": "^2.14.1-rc.1",
72
+ "@sentio/runtime": "^2.14.1-rc.1"
73
+ },
74
+ "peerDependencies": {
75
+ "tsup": "npm:@sentio/tsup@^6.7.0"
76
+ },
77
+ "devDependencies": {
78
+ "@certusone/wormhole-sdk": "^0.9.10",
79
+ "@types/google-protobuf": "^3.15.6",
80
+ "@types/lodash-es": "^4.17.6",
81
+ "@types/mkdirp": "^1.0.2",
82
+ "jest": "^29.5.0",
83
+ "tslib": "^2.5.0",
84
+ "typescript": "^5.0.4"
85
+ },
86
86
  "engines": {
87
87
  "node": ">=16"
88
88
  },
89
89
  "scripts": {
90
- "compile": "tsc && cp src/utils/*.csv lib/utils && cp src/tsup.config.ts lib",
91
90
  "build": "pnpm gen && pnpm compile",
92
91
  "build:all": "pnpm --filter=$(node -p \"require('./package.json').name\")... build",
93
- "test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --runInBand --detectOpenHandles",
92
+ "compile": "tsc && cp src/utils/*.csv lib/utils && cp src/tsup.config.ts lib",
94
93
  "gen": "pnpm gen:eth && pnpm gen:aptos && pnpm gen:sui && pnpm gen:solana",
95
- "gen:eth": "ts-node-esm src/eth/codegen/run.ts src/eth/abis src/eth/builtin && pnpm gen:eth_test",
96
- "gen:eth_test": "ts-node-esm src/eth/codegen/run.ts src/eth/tests/abis/eth ./src/eth/tests/types",
97
94
  "gen:aptos": "ts-node-esm src/aptos/codegen/run.ts src/aptos/abis src/aptos/builtin && pnpm gen:aptos_test",
98
95
  "gen:aptos_test": "ts-node-esm src/aptos/codegen/run.ts src/aptos/tests/abis src/aptos/tests/types",
96
+ "gen:docs": "typedoc --options typedoc.json",
97
+ "gen:eth": "ts-node-esm src/eth/codegen/run.ts src/eth/abis src/eth/builtin && pnpm gen:eth_test",
98
+ "gen:eth_test": "ts-node-esm src/eth/codegen/run.ts src/eth/tests/abis/eth ./src/eth/tests/types",
99
+ "gen:solana": "ts-node-esm src/solana/codegen/run.ts src/solana/tests/abis src/solana/tests/types",
99
100
  "gen:sui": "ts-node-esm src/sui/codegen/run.ts src/sui/abis src/sui/builtin && pnpm gen:sui_test",
100
101
  "gen:sui_test": "ts-node-esm src/sui/codegen/run.ts src/sui/tests/abis src/sui/tests/types",
101
- "gen:solana": "ts-node-esm src/solana/codegen/run.ts src/solana/tests/abis src/solana/tests/types",
102
- "gen:docs": "typedoc --options typedoc.json"
102
+ "test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --runInBand --detectOpenHandles"
103
103
  }
104
104
  }