@injectivelabs/networks 1.14.3-beta.2 → 1.14.3-beta.3

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 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -18,7 +18,7 @@ yarn add @injectivelabs/networks
18
18
 
19
19
  ## 📖 Documentation
20
20
 
21
- Read more and find example usages on our [Networks Wiki](https://github.com/InjectiveLabs/injective-ts/wiki/06Networks)
21
+ Read more and find example usages on our [Networks Docs](https://docs.ts.injective.network/readme/networks)
22
22
 
23
23
  ---
24
24
 
@@ -44,7 +44,6 @@ Apache License <br />
44
44
  Version 2.0, January 2004 <br />
45
45
  http://www.apache.org/licenses/
46
46
 
47
-
48
47
  <p>&nbsp;</p>
49
48
  <div align="center">
50
49
  <sub><em>Powering the future of decentralized finance.</em></sub>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/networks",
3
3
  "description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.",
4
- "version": "1.14.3-beta.2",
4
+ "version": "1.14.3-beta.3",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
7
7
  "author": {
@@ -31,11 +31,11 @@
31
31
  "start": "node dist/index.js"
32
32
  },
33
33
  "dependencies": {
34
- "@injectivelabs/exceptions": "^1.14.3-beta.2",
35
- "@injectivelabs/ts-types": "^1.14.3-beta.2",
36
- "@injectivelabs/utils": "^1.14.3-beta.2",
34
+ "@injectivelabs/exceptions": "^1.14.3-beta.3",
35
+ "@injectivelabs/ts-types": "^1.14.3-beta.3",
36
+ "@injectivelabs/utils": "^1.14.3-beta.3",
37
37
  "link-module-alias": "^1.2.0",
38
38
  "shx": "^0.3.2"
39
39
  },
40
- "gitHead": "7184f0a3bee1020f578272b5da2c9a3058fe2d1f"
40
+ "gitHead": "c4628dce47bd5367ca90ab2c33de7aa7d8e76b97"
41
41
  }