|
1 | 1 | { |
2 | 2 | "name": "@injectivelabs/sdk-ts", |
3 | | - "version": "1.17.2-alpha.8", |
| 3 | + "version": "1.17.2-alpha.9", |
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": { |
|
319 | 319 | "lint": "eslint . --ext .ts,.js" |
320 | 320 | }, |
321 | 321 | "dependencies": { |
| 322 | + "viem": "catalog:", |
| 323 | + "axios": "catalog:", |
| 324 | + "ethers": "catalog:", |
| 325 | + "@scure/base": "catalog:", |
| 326 | + "@scure/bip39": "catalog:", |
| 327 | + "@noble/curves": "catalog:", |
| 328 | + "@noble/hashes": "catalog:", |
| 329 | + "eventemitter3": "catalog:", |
322 | 330 | "@cosmjs/amino": "catalog:", |
323 | | - "@cosmjs/proto-signing": "catalog:", |
324 | 331 | "@cosmjs/stargate": "catalog:", |
325 | | - "@injectivelabs/grpc-web-node-http-transport": "^0.0.2", |
326 | | - "@injectivelabs/grpc-web-react-native-transport": "^0.0.2", |
| 332 | + "http-status-codes": "catalog:", |
| 333 | + "@cosmjs/proto-signing": "catalog:", |
| 334 | + "@injectivelabs/utils": "workspace:*", |
| 335 | + "@injectivelabs/networks": "workspace:*", |
| 336 | + "@injectivelabs/ts-types": "workspace:*", |
327 | 337 | "@injectivelabs/exceptions": "workspace:*", |
328 | 338 | "@injectivelabs/grpc-web": "^0.0.1", |
329 | 339 | "@injectivelabs/olp-proto-ts-v2": "1.17.3", |
330 | 340 | "@injectivelabs/core-proto-ts-v2": "1.17.3", |
331 | 341 | "@injectivelabs/mito-proto-ts-v2": "1.17.3", |
332 | 342 | "@injectivelabs/abacus-proto-ts-v2": "1.17.4", |
333 | 343 | "@injectivelabs/indexer-proto-ts-v2": "1.17.5", |
334 | | - "@injectivelabs/networks": "workspace:*", |
335 | | - "@injectivelabs/ts-types": "workspace:*", |
336 | | - "@injectivelabs/utils": "workspace:*", |
337 | | - "@noble/curves": "catalog:", |
338 | | - "@noble/hashes": "catalog:", |
339 | | - "@protobuf-ts/grpcweb-transport": "^2.11.1", |
340 | | - "@protobuf-ts/runtime": "^2.11.1", |
341 | | - "@protobuf-ts/runtime-rpc": "^2.11.1", |
342 | | - "@scure/base": "catalog:", |
343 | | - "@scure/bip39": "catalog:", |
344 | | - "axios": "catalog:", |
| 344 | + "@injectivelabs/grpc-web-node-http-transport": "^0.0.2", |
| 345 | + "@injectivelabs/grpc-web-react-native-transport": "^0.0.2", |
| 346 | + "rxjs": "7.8.2:", |
345 | 347 | "cosmjs-types": "0.9.0", |
346 | | - "ethers": "catalog:", |
347 | | - "http-status-codes": "catalog:", |
348 | | - "rxjs": "catalog:", |
349 | 348 | "snakecase-keys": "^5.4.1", |
350 | | - "viem": "catalog:" |
| 349 | + "@protobuf-ts/runtime": "^2.11.1", |
| 350 | + "@protobuf-ts/runtime-rpc": "^2.11.1", |
| 351 | + "@protobuf-ts/grpcweb-transport": "^2.11.1" |
351 | 352 | }, |
352 | 353 | "publishConfig": { |
353 | 354 | "access": "public" |
|
0 commit comments