@injectivelabs/sdk-ts 1.18.4 → 1.18.5

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/sdk-ts",
3
- "version": "1.18.4",
3
+ "version": "1.18.5",
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": {
@@ -330,10 +330,10 @@
330
330
  "snakecase-keys": "^5.4.1",
331
331
  "viem": "^2.41.2",
332
332
  "ws": "^8.18.0",
333
- "@injectivelabs/exceptions": "1.18.4",
334
- "@injectivelabs/networks": "1.18.4",
335
- "@injectivelabs/ts-types": "1.18.4",
336
- "@injectivelabs/utils": "1.18.4"
333
+ "@injectivelabs/exceptions": "1.18.5",
334
+ "@injectivelabs/networks": "1.18.5",
335
+ "@injectivelabs/ts-types": "1.18.5",
336
+ "@injectivelabs/utils": "1.18.5"
337
337
  },
338
338
  "publishConfig": {
339
339
  "access": "public"