@injectivelabs/sdk-ts 1.17.2-alpha.4 → 1.17.2-alpha.7

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 +9 -5
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "@injectivelabs/sdk-ts",
3
- "version": "1.17.2-alpha.4",
3
+ "version": "1.17.2-alpha.7",
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": {
7
7
  "name": "InjectiveLabs",
8
8
  "email": "admin@injectivelabs.org"
9
9
  },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/InjectiveLabs/injective-ts"
13
+ },
10
14
  "type": "module",
11
15
  "sideEffects": false,
12
16
  "exports": {
@@ -324,10 +328,10 @@
324
328
  "rxjs": "7.8.2",
325
329
  "snakecase-keys": "^5.4.1",
326
330
  "viem": "^2.41.2",
327
- "@injectivelabs/exceptions": "1.17.2-alpha.4",
328
- "@injectivelabs/ts-types": "1.17.2-alpha.4",
329
- "@injectivelabs/networks": "1.17.2-alpha.4",
330
- "@injectivelabs/utils": "1.17.2-alpha.4"
331
+ "@injectivelabs/networks": "1.17.2-alpha.7",
332
+ "@injectivelabs/exceptions": "1.17.2-alpha.7",
333
+ "@injectivelabs/ts-types": "1.17.2-alpha.7",
334
+ "@injectivelabs/utils": "1.17.2-alpha.7"
331
335
  },
332
336
  "devDependencies": {
333
337
  "shx": "^0.3.4"