@injectivelabs/sdk-ts 1.0.193 → 1.0.195

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  _Accessing decentralized finance through TypeScript (for Web, Node and React Native environment)_
9
9
 
10
- `@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
+ `@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.
11
11
 
12
12
  <p align="center">
13
13
  <a href="https://github.com/InjectiveLabs/injective-ts/tree/master/packages/sdk-ts" target="_blank"><strong>Documentation</strong></a>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/sdk-ts",
3
- "description": "SDK in TypeScript for building Injective applications in a Node environment.",
4
- "version": "1.0.193",
3
+ "description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.",
4
+ "version": "1.0.195",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Bojan Angjelkoski",
@@ -66,7 +66,7 @@
66
66
  "shx": "^0.3.2",
67
67
  "snakecase-keys": "^5.4.1"
68
68
  },
69
- "gitHead": "7ac4bb856ee18b7a204e43c3319964b96022bc05",
69
+ "gitHead": "73e9e9c8f7d8112446d284823e96e89b9992d924",
70
70
  "typedoc": {
71
71
  "entryPoint": "./src/index.ts",
72
72
  "readmeFile": "./README.md",