@injectivelabs/sdk-ts 1.0.127 → 1.0.128
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/README.md +1 -0
- package/package.json +12 -7
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@injectivelabs/sdk-ts)
|
|
4
4
|
[](https://www.npmjs.com/package/@injectivelabs/sdk-ts)
|
|
5
|
+
[](https://lgtm.com/projects/g/InjectiveLabs/injective-ts/alerts/) [](https://lgtm.com/projects/g/InjectiveLabs/injective-ts/context:javascript)
|
|
5
6
|
[]()
|
|
6
7
|
|
|
7
8
|
_Accessing decentralized finance through TypeScript (for Web and Node environment)_
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/sdk-ts",
|
|
3
3
|
"description": "SDK in TypeScript for building Injective applications in a Node environment.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.128",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Bojan Angjelkoski",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"@improbable-eng/grpc-web": "^0.15.0",
|
|
36
36
|
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
|
|
37
37
|
"@injectivelabs/chain-api": "^1.8.0-rc8",
|
|
38
|
-
"@injectivelabs/exceptions": "^1.0.
|
|
38
|
+
"@injectivelabs/exceptions": "^1.0.12",
|
|
39
39
|
"@injectivelabs/exchange-api": "^2.2.77",
|
|
40
40
|
"@injectivelabs/indexer-api": "^1.0.16",
|
|
41
|
-
"@injectivelabs/networks": "^1.0.
|
|
42
|
-
"@injectivelabs/token-metadata": "^1.0.
|
|
43
|
-
"@injectivelabs/ts-types": "^1.0.
|
|
44
|
-
"@injectivelabs/utils": "^1.0.
|
|
41
|
+
"@injectivelabs/networks": "^1.0.20",
|
|
42
|
+
"@injectivelabs/token-metadata": "^1.0.28",
|
|
43
|
+
"@injectivelabs/ts-types": "^1.0.11",
|
|
44
|
+
"@injectivelabs/utils": "^1.0.18",
|
|
45
45
|
"@metamask/eth-sig-util": "^4.0.1",
|
|
46
46
|
"@types/google-protobuf": "^3.15.5",
|
|
47
47
|
"bech32": "^2.0.0",
|
|
@@ -59,5 +59,10 @@
|
|
|
59
59
|
"shx": "^0.3.2",
|
|
60
60
|
"snakecase-keys": "^5.4.1"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "08a58b69218fe02bcca15e9c984f1786b97096bc",
|
|
63
|
+
"typedoc": {
|
|
64
|
+
"entryPoint": "./src/index.ts",
|
|
65
|
+
"readmeFile": "./README.md",
|
|
66
|
+
"displayName": "sdk-ts Documentation"
|
|
67
|
+
}
|
|
63
68
|
}
|