@injectivelabs/networks 1.0.12 → 1.0.15

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 CHANGED
@@ -56,7 +56,7 @@ The `getNetworkInfo` exports these endpoints plus the `chainId` and the default
56
56
  Reach out to us at one of the following places!
57
57
 
58
58
  - Website at <a href="https://injective.com" target="_blank">`injective.com`</a>
59
- - Twitter at <a href="https://twitter.com/InjectiveLabs" target="_blank">`@InjectiveLabs`</a>
59
+ - Twitter at <a href="https://twitter.com/Injective_" target="_blank">`@Injective`</a>
60
60
  - Discord at <a href="https://discord.com/invite/NK4qdbv" target="_blank">`Discord`</a>
61
61
  - Telegram at <a href="https://t.me/joininjective" target="_blank">`Telegram`</a>
62
62
 
package/dist/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAAyB;AACzB,0CAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,0CAAuB"}
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.12",
4
+ "version": "1.0.15",
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.7",
35
- "@injectivelabs/utils": "^1.0.10",
34
+ "@injectivelabs/exceptions": "^1.0.10",
35
+ "@injectivelabs/utils": "^1.0.13",
36
36
  "link-module-alias": "^1.2.0",
37
37
  "shx": "^0.3.2"
38
38
  },
39
- "gitHead": "451f02c77bcd90228c81df412db4c65e69d6093d"
39
+ "gitHead": "8c36c822a3303a62d7a9a2665ea04396b591a6d0"
40
40
  }