@injectivelabs/sdk-ts 1.14.3-beta.11 → 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.
Files changed (2) hide show
  1. package/README.md +6 -9
  2. 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, browser and react native environment.
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://github.com/InjectiveLabs/injective-ts/wiki" target="_blank"><strong>Documentation</strong></a>
12
+ <a href="https://docs.ts.injective.network" target="_blank"><strong>Documentation</strong></a>
13
13
  ·
14
- <a href="https://github.com/InjectiveLabs/injective-sdk-ts-example" target="_blank">Examples</a>
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/wiki" target="_blank">GitHub</a>
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 Wiki](https://github.com/InjectiveLabs/injective-ts/wiki/02Querying)
45
- - Read more and find example usages on our [Transactions Wiki](https://github.com/InjectiveLabs/injective-ts/wiki/03Transactions)
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>&nbsp;</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.11",
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.1",
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.1",
50
- "@injectivelabs/test-utils": "^1.14.1",
51
- "@injectivelabs/token-metadata": "^1.14.3-beta.1",
52
- "@injectivelabs/ts-types": "^1.14.3-beta.1",
53
- "@injectivelabs/utils": "^1.14.3-beta.1",
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": "27bfdf4307e135247213d1f09f6580d39ef6deee",
76
+ "gitHead": "c4628dce47bd5367ca90ab2c33de7aa7d8e76b97",
74
77
  "typedoc": {
75
78
  "entryPoint": "./src/index.ts",
76
79
  "readmeFile": "./README.md",