@injectivelabs/sdk-ts 1.16.38-alpha.0 → 1.16.38-alpha.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 +29 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/sdk-ts",
|
|
3
|
-
"version": "1.16.38-alpha.
|
|
3
|
+
"version": "1.16.38-alpha.2",
|
|
4
4
|
"description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -78,55 +78,39 @@
|
|
|
78
78
|
"files": [
|
|
79
79
|
"dist"
|
|
80
80
|
],
|
|
81
|
-
"scripts": {
|
|
82
|
-
"fetch:ofac": "node --experimental-fetch ./../../etc/ofac.cjs",
|
|
83
|
-
"build": "pnpm type-check && tsdown",
|
|
84
|
-
"build:fast": "tsdown",
|
|
85
|
-
"build:watch": "tsdown --watch",
|
|
86
|
-
"clean": "shx rm -rf coverage *.log junit.xml .build-cache dist && shx mkdir -p dist",
|
|
87
|
-
"type-check": "tsc --noEmit",
|
|
88
|
-
"test": "vitest",
|
|
89
|
-
"test:watch": "vitest --watch",
|
|
90
|
-
"test:ci": "vitest run --coverage --reporter=verbose",
|
|
91
|
-
"coverage": "vitest run --coverage",
|
|
92
|
-
"coverage:show": "live-server coverage",
|
|
93
|
-
"dev": "ts-node -r tsconfig-paths/register src/index.ts",
|
|
94
|
-
"start": "node dist/index.js",
|
|
95
|
-
"lint": "eslint . --ext .ts,.js"
|
|
96
|
-
},
|
|
97
81
|
"dependencies": {
|
|
98
|
-
"@cosmjs/amino": "
|
|
99
|
-
"@cosmjs/proto-signing": "
|
|
100
|
-
"@cosmjs/stargate": "
|
|
82
|
+
"@cosmjs/amino": "^0.33.0",
|
|
83
|
+
"@cosmjs/proto-signing": "^0.33.0",
|
|
84
|
+
"@cosmjs/stargate": "^0.33.0",
|
|
101
85
|
"@injectivelabs/abacus-proto-ts-v2": "1.17.2",
|
|
102
86
|
"@injectivelabs/core-proto-ts-v2": "1.17.1",
|
|
103
|
-
"@injectivelabs/exceptions": "1.16.38-alpha.0",
|
|
104
87
|
"@injectivelabs/grpc-web": "^0.0.1",
|
|
105
88
|
"@injectivelabs/grpc-web-node-http-transport": "^0.0.2",
|
|
106
89
|
"@injectivelabs/grpc-web-react-native-transport": "^0.0.2",
|
|
107
90
|
"@injectivelabs/indexer-proto-ts-v2": "1.17.2",
|
|
108
91
|
"@injectivelabs/mito-proto-ts-v2": "1.17.1",
|
|
109
|
-
"@injectivelabs/networks": "1.16.38-alpha.0",
|
|
110
92
|
"@injectivelabs/olp-proto-ts-v2": "1.17.1",
|
|
111
|
-
"@injectivelabs/ts-types": "1.16.38-alpha.0",
|
|
112
|
-
"@injectivelabs/utils": "1.16.38-alpha.0",
|
|
113
93
|
"@noble/curves": "^1.8.1",
|
|
114
94
|
"@noble/hashes": "^1.7.1",
|
|
115
95
|
"@protobuf-ts/grpcweb-transport": "^2.11.1",
|
|
116
96
|
"@protobuf-ts/runtime": "^2.11.1",
|
|
117
97
|
"@protobuf-ts/runtime-rpc": "^2.11.1",
|
|
118
98
|
"@scure/base": "^1.2.6",
|
|
119
|
-
"axios": "
|
|
99
|
+
"axios": "^1.8.1",
|
|
120
100
|
"bip39": "^3.1.0",
|
|
121
101
|
"cosmjs-types": "^0.9.0",
|
|
122
102
|
"crypto-js": "^4.2.0",
|
|
123
|
-
"ethers": "
|
|
103
|
+
"ethers": "^6.13.5",
|
|
124
104
|
"google-protobuf": "^3.21.4",
|
|
125
|
-
"http-status-codes": "
|
|
105
|
+
"http-status-codes": "^2.3.0",
|
|
126
106
|
"rxjs": "7.8.2",
|
|
127
107
|
"secp256k1": "^4.0.3",
|
|
128
108
|
"snakecase-keys": "^5.4.1",
|
|
129
|
-
"viem": "
|
|
109
|
+
"viem": "^2.40.3",
|
|
110
|
+
"@injectivelabs/exceptions": "1.16.38-alpha.1",
|
|
111
|
+
"@injectivelabs/networks": "1.16.38-alpha.1",
|
|
112
|
+
"@injectivelabs/ts-types": "1.16.38-alpha.1",
|
|
113
|
+
"@injectivelabs/utils": "1.16.38-alpha.1"
|
|
130
114
|
},
|
|
131
115
|
"devDependencies": {
|
|
132
116
|
"@types/crypto-js": "^4.2.2",
|
|
@@ -140,10 +124,20 @@
|
|
|
140
124
|
"_moduleAliases": {
|
|
141
125
|
"~sdk-ts": "dist"
|
|
142
126
|
},
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
127
|
+
"scripts": {
|
|
128
|
+
"fetch:ofac": "node --experimental-fetch ./../../etc/ofac.cjs",
|
|
129
|
+
"build": "pnpm type-check && tsdown",
|
|
130
|
+
"build:fast": "tsdown",
|
|
131
|
+
"build:watch": "tsdown --watch",
|
|
132
|
+
"clean": "shx rm -rf coverage *.log junit.xml .build-cache dist && shx mkdir -p dist",
|
|
133
|
+
"type-check": "tsc --noEmit",
|
|
134
|
+
"test": "vitest",
|
|
135
|
+
"test:watch": "vitest --watch",
|
|
136
|
+
"test:ci": "vitest run --coverage --reporter=verbose",
|
|
137
|
+
"coverage": "vitest run --coverage",
|
|
138
|
+
"coverage:show": "live-server coverage",
|
|
139
|
+
"dev": "ts-node -r tsconfig-paths/register src/index.ts",
|
|
140
|
+
"start": "node dist/index.js",
|
|
141
|
+
"lint": "eslint . --ext .ts,.js"
|
|
142
|
+
}
|
|
143
|
+
}
|