@injectivelabs/sdk-ts 1.14.3-beta.12 → 1.14.3-beta.13
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 +6 -9
- package/package.json +11 -8
package/README.md
CHANGED
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
_Accessing decentralized finance through TypeScript (for Web, Node and React Native environment)_
|
|
8
8
|
|
|
9
|
-
`@injectivelabs/sdk-ts` is a TypeScript SDK for writing applications on top of the Injective chain in both a Node.js,
|
|
9
|
+
`@injectivelabs/sdk-ts` is a TypeScript SDK for writing applications on top of the Injective chain in both a Node.js, browser and react native environment.
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<a href="https://
|
|
12
|
+
<a href="https://docs.ts.injective.network" target="_blank"><strong>Documentation</strong></a>
|
|
13
13
|
·
|
|
14
|
-
<a href="https://github.com/InjectiveLabs/injective-
|
|
14
|
+
<a href="https://github.com/InjectiveLabs/injective-ts-examples" target="_blank">Examples</a>
|
|
15
15
|
·
|
|
16
16
|
<a href="https://injectivelabs.github.io/injective-ts/modules/_injectivelabs_sdk_ts.html" target="_blank">API Reference</a>
|
|
17
17
|
·
|
|
18
18
|
<a href="https://www.npmjs.com/package/@injectivelabs/sdk-ts" target="_blank">NPM Package</a>
|
|
19
19
|
·
|
|
20
|
-
<a href="https://github.com/InjectiveLabs/injective-ts
|
|
20
|
+
<a href="https://github.com/InjectiveLabs/injective-ts" target="_blank">GitHub</a>
|
|
21
21
|
</p>
|
|
22
22
|
|
|
23
23
|
### ✨ Features
|
|
@@ -30,7 +30,6 @@ _Accessing decentralized finance through TypeScript (for Web, Node and React Nat
|
|
|
30
30
|
|
|
31
31
|
We highly suggest using the `@injectivelabs/sdk-ts` with TypeScript, or JavaScript in a code editor that has support for type declarations, so you can take advantage of the helpful type hints that are included with the package.
|
|
32
32
|
|
|
33
|
-
|
|
34
33
|
### 📚 Installation
|
|
35
34
|
|
|
36
35
|
```bash
|
|
@@ -41,9 +40,8 @@ yarn add @injectivelabs/sdk-ts
|
|
|
41
40
|
|
|
42
41
|
## 📖 Documentation
|
|
43
42
|
|
|
44
|
-
- Read more and find example usages on our [Querying
|
|
45
|
-
- Read more and find example usages on our [Transactions
|
|
46
|
-
|
|
43
|
+
- Read more and find example usages on our [Querying Docs](https://docs.ts.injective.network/querying)
|
|
44
|
+
- Read more and find example usages on our [Transactions Docs](https://docs.ts.injective.network/transactions)
|
|
47
45
|
|
|
48
46
|
---
|
|
49
47
|
|
|
@@ -69,7 +67,6 @@ Apache License <br />
|
|
|
69
67
|
Version 2.0, January 2004 <br />
|
|
70
68
|
http://www.apache.org/licenses/
|
|
71
69
|
|
|
72
|
-
|
|
73
70
|
<p> </p>
|
|
74
71
|
<div align="center">
|
|
75
72
|
<sub><em>Powering the future of decentralized finance.</em></sub>
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
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.14.3-beta.
|
|
4
|
+
"version": "1.14.3-beta.13",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=16.0.0 <17.0.0"
|
|
9
|
+
},
|
|
7
10
|
"author": {
|
|
8
11
|
"name": "Bojan Angjelkoski",
|
|
9
12
|
"email": "bojan@injectivelabs.org"
|
|
@@ -40,17 +43,17 @@
|
|
|
40
43
|
"@ethersproject/bytes": "^5.7.0",
|
|
41
44
|
"@injectivelabs/core-proto-ts": "^0.0.18",
|
|
42
45
|
"@injectivelabs/dmm-proto-ts": "1.0.19",
|
|
43
|
-
"@injectivelabs/exceptions": "^1.14.3-beta.
|
|
46
|
+
"@injectivelabs/exceptions": "^1.14.3-beta.3",
|
|
44
47
|
"@injectivelabs/grpc-web": "^0.0.1",
|
|
45
48
|
"@injectivelabs/grpc-web-node-http-transport": "^0.0.2",
|
|
46
49
|
"@injectivelabs/grpc-web-react-native-transport": "^0.0.2",
|
|
47
50
|
"@injectivelabs/indexer-proto-ts": "1.11.21",
|
|
48
51
|
"@injectivelabs/mito-proto-ts": "1.0.50",
|
|
49
|
-
"@injectivelabs/networks": "^1.14.3-beta.
|
|
50
|
-
"@injectivelabs/test-utils": "^1.14.
|
|
51
|
-
"@injectivelabs/token-metadata": "^1.14.3-beta.
|
|
52
|
-
"@injectivelabs/ts-types": "^1.14.3-beta.
|
|
53
|
-
"@injectivelabs/utils": "^1.14.3-beta.
|
|
52
|
+
"@injectivelabs/networks": "^1.14.3-beta.3",
|
|
53
|
+
"@injectivelabs/test-utils": "^1.14.2-beta.0",
|
|
54
|
+
"@injectivelabs/token-metadata": "^1.14.3-beta.3",
|
|
55
|
+
"@injectivelabs/ts-types": "^1.14.3-beta.3",
|
|
56
|
+
"@injectivelabs/utils": "^1.14.3-beta.3",
|
|
54
57
|
"@metamask/eth-sig-util": "^4.0.0",
|
|
55
58
|
"axios": "^0.27.2",
|
|
56
59
|
"bech32": "^2.0.0",
|
|
@@ -70,7 +73,7 @@
|
|
|
70
73
|
"shx": "^0.3.2",
|
|
71
74
|
"snakecase-keys": "^5.4.1"
|
|
72
75
|
},
|
|
73
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "c4628dce47bd5367ca90ab2c33de7aa7d8e76b97",
|
|
74
77
|
"typedoc": {
|
|
75
78
|
"entryPoint": "./src/index.ts",
|
|
76
79
|
"readmeFile": "./README.md",
|