@injectivelabs/sdk-ts 1.17.2-alpha.10 → 1.17.2-alpha.11
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/sdk-ts",
|
|
3
|
-
"version": "1.17.2-alpha.
|
|
3
|
+
"version": "1.17.2-alpha.11",
|
|
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": {
|
|
@@ -326,13 +326,13 @@
|
|
|
326
326
|
"ethers": "^6.16.0",
|
|
327
327
|
"eventemitter3": "^5.0.1",
|
|
328
328
|
"http-status-codes": "^2.3.0",
|
|
329
|
-
"rxjs": "7.8.2
|
|
329
|
+
"rxjs": "7.8.2",
|
|
330
330
|
"snakecase-keys": "^5.4.1",
|
|
331
331
|
"viem": "^2.41.2",
|
|
332
|
-
"@injectivelabs/exceptions": "1.17.2-alpha.
|
|
333
|
-
"@injectivelabs/ts-types": "1.17.2-alpha.
|
|
334
|
-
"@injectivelabs/utils": "1.17.2-alpha.
|
|
335
|
-
"@injectivelabs/networks": "1.17.2-alpha.
|
|
332
|
+
"@injectivelabs/exceptions": "1.17.2-alpha.11",
|
|
333
|
+
"@injectivelabs/ts-types": "1.17.2-alpha.11",
|
|
334
|
+
"@injectivelabs/utils": "1.17.2-alpha.11",
|
|
335
|
+
"@injectivelabs/networks": "1.17.2-alpha.11"
|
|
336
336
|
},
|
|
337
337
|
"publishConfig": {
|
|
338
338
|
"access": "public"
|