@injectivelabs/sdk-ts 1.0.290 → 1.0.291
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ _Accessing decentralized finance through TypeScript (for Web, Node and React Nat
|
|
|
9
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/
|
|
12
|
+
<a href="https://github.com/InjectiveLabs/injective-ts/wiki" target="_blank"><strong>Documentation</strong></a>
|
|
13
13
|
·
|
|
14
14
|
<a href="https://github.com/InjectiveLabs/sdk-ts-examples" target="_blank">Examples</a>
|
|
15
15
|
·
|
|
@@ -17,7 +17,7 @@ _Accessing decentralized finance through TypeScript (for Web, Node and React Nat
|
|
|
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/wiki" 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 browser, node, and react native environment.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.291",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Bojan Angjelkoski",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"shx": "^0.3.2",
|
|
68
68
|
"snakecase-keys": "^5.4.1"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "db00573679eb49f8116e880a063e3a86eec306ea",
|
|
71
71
|
"typedoc": {
|
|
72
72
|
"entryPoint": "./src/index.ts",
|
|
73
73
|
"readmeFile": "./README.md",
|