@injectivelabs/networks 1.14.3-beta.2 → 1.14.3-dev.0
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 +1 -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
|
|
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> </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-
|
|
4
|
+
"version": "1.14.3-dev.0",
|
|
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-
|
|
35
|
-
"@injectivelabs/ts-types": "^1.14.3-
|
|
36
|
-
"@injectivelabs/utils": "^1.14.3-
|
|
34
|
+
"@injectivelabs/exceptions": "^1.14.3-dev.0",
|
|
35
|
+
"@injectivelabs/ts-types": "^1.14.3-dev.0",
|
|
36
|
+
"@injectivelabs/utils": "^1.14.3-dev.0",
|
|
37
37
|
"link-module-alias": "^1.2.0",
|
|
38
38
|
"shx": "^0.3.2"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "f0c32981f07b8bcf10b7109c538e1489980fec8d"
|
|
41
41
|
}
|