@injectivelabs/sdk-ts 1.0.50 → 1.0.51

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 +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,15 +9,15 @@ _Accessing decentralized finance through TypeScript (for Web and Node environmen
9
9
  `@injectivelabs/sdk-ts` is a TypeScript SDK for writing applications on top of the Injective chain in both a Node.js and a browser environment.
10
10
 
11
11
  <p align="center">
12
- <a href="#"><strong>Documentation</strong></a>
12
+ <a href="https://github.com/injectivelabs/sdk-ts" target="_blank"><strong>Documentation</strong></a>
13
13
  ·
14
- <a href="https://github.com/InjectiveLabs/sdk-ts-examples">Examples</a>
14
+ <a href="https://github.com/InjectiveLabs/sdk-ts-examples" target="_blank">Examples</a>
15
15
  ·
16
- <a href="#">API Reference</a>
16
+ <a href="https://injectivelabs.github.io/injective-ts/modules/_injectivelabs_sdk_ts.html" target="_blank">API Reference</a>
17
17
  ·
18
- <a href="https://www.npmjs.com/package/@injectivelabs/sdk-ts">NPM Package</a>
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/sdk-ts">GitHub</a>
20
+ <a href="https://github.com/injectivelabs/sdk-ts" target="_blank">GitHub</a>
21
21
  </p>
22
22
 
23
23
  ### ✨ Features
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.50",
4
+ "version": "1.0.51",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Bojan Angjelkoski",
@@ -57,5 +57,5 @@
57
57
  "shx": "^0.3.2",
58
58
  "snakecase-keys": "^5.4.1"
59
59
  },
60
- "gitHead": "aff643a8a7fd7afb3de88ce9513a98bad7fc95e1"
60
+ "gitHead": "3a07487368eb5052b0228988ae50d4b8305edaaa"
61
61
  }