@injectivelabs/networks 1.0.31 → 1.0.33
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 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/@injectivelabs/networks)
|
|
5
5
|
[]()
|
|
6
6
|
|
|
7
|
-
_Accessing decentralized finance through TypeScript (for Web and
|
|
7
|
+
_Accessing decentralized finance through TypeScript (for Web, Node and React Native environment)_
|
|
8
8
|
|
|
9
9
|
`@injectivelabs/networks` is a TypeScript package for providing a pre-defined set of endpoints which can be used to fetch data from different data sources, broadcast transactions to sentry nodes, use the Tendermint RPC, etc, for different environments (Mainnet, Testnet, Devnet, etc).
|
|
10
10
|
|
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.0.
|
|
4
|
+
"version": "1.0.33",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Bojan Angjelkoski",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"start": "node dist/index.js"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@injectivelabs/exceptions": "^1.0.
|
|
35
|
-
"@injectivelabs/utils": "^1.0.
|
|
34
|
+
"@injectivelabs/exceptions": "^1.0.23",
|
|
35
|
+
"@injectivelabs/utils": "^1.0.29",
|
|
36
36
|
"link-module-alias": "^1.2.0",
|
|
37
37
|
"shx": "^0.3.2"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "f423d0f7eeecad4a34db9da890189ae586929b84"
|
|
40
40
|
}
|