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