@chain-registry/utils 1.19.4 → 1.19.6

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.19.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.19.5...@chain-registry/utils@1.19.6) (2024-03-27)
7
+
8
+ **Note:** Version bump only for package @chain-registry/utils
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.19.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.19.4...@chain-registry/utils@1.19.5) (2024-03-27)
15
+
16
+ **Note:** Version bump only for package @chain-registry/utils
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.19.4](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.19.3...@chain-registry/utils@1.19.4) (2024-03-21)
7
23
 
8
24
  **Note:** Version bump only for package @chain-registry/utils
package/main/index.js CHANGED
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- var _ibc = require("./ibc");
7
- Object.keys(_ibc).forEach(function (key) {
6
+ var _assets = require("./assets");
7
+ Object.keys(_assets).forEach(function (key) {
8
8
  if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _ibc[key]) return;
9
+ if (key in exports && exports[key] === _assets[key]) return;
10
10
  Object.defineProperty(exports, key, {
11
11
  enumerable: true,
12
12
  get: function get() {
13
- return _ibc[key];
13
+ return _assets[key];
14
14
  }
15
15
  });
16
16
  });
@@ -36,14 +36,14 @@ Object.keys(_chains).forEach(function (key) {
36
36
  }
37
37
  });
38
38
  });
39
- var _assets = require("./assets");
40
- Object.keys(_assets).forEach(function (key) {
39
+ var _ibc = require("./ibc");
40
+ Object.keys(_ibc).forEach(function (key) {
41
41
  if (key === "default" || key === "__esModule") return;
42
- if (key in exports && exports[key] === _assets[key]) return;
42
+ if (key in exports && exports[key] === _ibc[key]) return;
43
43
  Object.defineProperty(exports, key, {
44
44
  enumerable: true,
45
45
  get: function get() {
46
- return _assets[key];
46
+ return _ibc[key];
47
47
  }
48
48
  });
49
49
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/utils",
3
- "version": "1.19.4",
3
+ "version": "1.19.6",
4
4
  "description": "Chain Registry Utils",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -72,9 +72,9 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.21.0",
75
- "@chain-registry/types": "^0.18.5",
75
+ "@chain-registry/types": "^0.18.7",
76
76
  "bignumber.js": "9.1.1",
77
77
  "sha.js": "^2.4.11"
78
78
  },
79
- "gitHead": "bce72467286cbc2f4eb3fd94188411d6e89aaaba"
79
+ "gitHead": "7def14f7596a56f96fa377f1f410d03466ee5735"
80
80
  }