@injectivelabs/sdk-ts 1.10.25-alpha.6 → 1.10.25

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 (2) hide show
  1. package/package.json +9 -8
  2. package/CHANGELOG.md +0 -5939
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@injectivelabs/sdk-ts",
3
3
  "description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.",
4
- "version": "1.10.25-alpha.6",
4
+ "version": "1.10.25",
5
+ "sideEffects": "false",
5
6
  "license": "Apache-2.0",
6
7
  "author": {
7
8
  "name": "Bojan Angjelkoski",
@@ -36,17 +37,17 @@
36
37
  "@cosmjs/stargate": "^0.30.1",
37
38
  "@ethersproject/bytes": "^5.7.0",
38
39
  "@injectivelabs/core-proto-ts": "^0.0.11",
39
- "@injectivelabs/exceptions": "^1.10.2-alpha.0",
40
+ "@injectivelabs/exceptions": "^1.10.2",
40
41
  "@injectivelabs/grpc-web": "^0.0.1",
41
42
  "@injectivelabs/grpc-web-node-http-transport": "^0.0.2",
42
43
  "@injectivelabs/grpc-web-react-native-transport": "^0.0.2",
43
44
  "@injectivelabs/indexer-proto-ts": "^0.0.9",
44
45
  "@injectivelabs/mito-proto-ts": "1.0.1",
45
- "@injectivelabs/networks": "^1.10.2-alpha.0",
46
- "@injectivelabs/test-utils": "^1.10.1-alpha.0",
47
- "@injectivelabs/token-metadata": "^1.10.11-alpha.0",
48
- "@injectivelabs/ts-types": "^1.10.1-alpha.0",
49
- "@injectivelabs/utils": "^1.10.2-alpha.0",
46
+ "@injectivelabs/networks": "^1.10.2",
47
+ "@injectivelabs/test-utils": "^1.10.1",
48
+ "@injectivelabs/token-metadata": "^1.10.11",
49
+ "@injectivelabs/ts-types": "^1.10.1",
50
+ "@injectivelabs/utils": "^1.10.2",
50
51
  "@metamask/eth-sig-util": "^4.0.0",
51
52
  "axios": "^0.27.2",
52
53
  "bech32": "^2.0.0",
@@ -67,7 +68,7 @@
67
68
  "shx": "^0.3.2",
68
69
  "snakecase-keys": "^5.4.1"
69
70
  },
70
- "gitHead": "ff63233ad75b74e14206d6abec1dd4b7e1402788",
71
+ "gitHead": "ed95617936ba663d25c8a93bd5485e3e770d8025",
71
72
  "typedoc": {
72
73
  "entryPoint": "./src/index.ts",
73
74
  "readmeFile": "./README.md",