@chain-registry/utils 1.19.4 → 1.19.7

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/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.7",
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.8",
76
76
  "bignumber.js": "9.1.1",
77
77
  "sha.js": "^2.4.11"
78
78
  },
79
- "gitHead": "bce72467286cbc2f4eb3fd94188411d6e89aaaba"
79
+ "gitHead": "3c6e31032f2b6cc79e35ea27e414acdf3c2ceb97"
80
80
  }
package/CHANGELOG.md DELETED
@@ -1,281 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [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
-
8
- **Note:** Version bump only for package @chain-registry/utils
9
-
10
-
11
-
12
-
13
-
14
- ## 1.19.3 (2024-03-21)
15
-
16
- **Note:** Version bump only for package @chain-registry/utils
17
-
18
-
19
-
20
-
21
-
22
- ## [1.19.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.19.1...@chain-registry/utils@1.19.2) (2024-03-20)
23
-
24
- **Note:** Version bump only for package @chain-registry/utils
25
-
26
-
27
-
28
-
29
-
30
- ## 1.19.1 (2024-03-20)
31
-
32
- **Note:** Version bump only for package @chain-registry/utils
33
-
34
-
35
-
36
-
37
-
38
- # [1.19.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.18.2...@chain-registry/utils@1.19.0) (2024-03-19)
39
-
40
- ### Bug Fixes
41
-
42
- - add explicit return types ([095175a](https://github.com/cosmology-tech/chain-registry/commit/095175aaa08cbde99052b0bd87e2173c871632f0))
43
- - rename files ([62aa8d0](https://github.com/cosmology-tech/chain-registry/commit/62aa8d06a99425ba059e3a2b6e1d96ea7a9a2e23))
44
- - update types ([0537055](https://github.com/cosmology-tech/chain-registry/commit/05370552b73b1e84da952544a34239c7bdefc766))
45
-
46
- ### Features
47
-
48
- - add new utils ([b922c9d](https://github.com/cosmology-tech/chain-registry/commit/b922c9d5141655b92bdae8d22e1eabb92edfd8ec))
49
- - add tests for new utils ([c4895a4](https://github.com/cosmology-tech/chain-registry/commit/c4895a469bed3cbe12305de2a99a1004f66efc25))
50
-
51
- ## [1.18.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.18.1...@chain-registry/utils@1.18.2) (2024-02-27)
52
-
53
- **Note:** Version bump only for package @chain-registry/utils
54
-
55
- ## [1.18.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.18.0...@chain-registry/utils@1.18.1) (2024-02-26)
56
-
57
- **Note:** Version bump only for package @chain-registry/utils
58
-
59
- # [1.18.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.17.3...@chain-registry/utils@1.18.0) (2024-01-25)
60
-
61
- **Note:** Version bump only for package @chain-registry/utils
62
-
63
- ## [1.17.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.17.2...@chain-registry/utils@1.17.3) (2024-01-19)
64
-
65
- **Note:** Version bump only for package @chain-registry/utils
66
-
67
- ## [1.17.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.17.1...@chain-registry/utils@1.17.2) (2024-01-19)
68
-
69
- **Note:** Version bump only for package @chain-registry/utils
70
-
71
- ## [1.17.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.17.0...@chain-registry/utils@1.17.1) (2024-01-19)
72
-
73
- **Note:** Version bump only for package @chain-registry/utils
74
-
75
- # [1.17.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.16.1...@chain-registry/utils@1.17.0) (2023-12-20)
76
-
77
- ### Features
78
-
79
- - add chainName as optional param ([d415f33](https://github.com/cosmology-tech/chain-registry/commit/d415f33dc96651e5bb4ede689220d89ad11fe9d9))
80
-
81
- ## [1.16.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.16.0...@chain-registry/utils@1.16.1) (2023-12-15)
82
-
83
- **Note:** Version bump only for package @chain-registry/utils
84
-
85
- # [1.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.15.0...@chain-registry/utils@1.16.0) (2023-12-15)
86
-
87
- ### Features
88
-
89
- - add getCoinGeckoIdByDenom method ([b05e67b](https://github.com/cosmology-tech/chain-registry/commit/b05e67b4b54258412d359745b1cd095987c67eb6))
90
-
91
- # [1.15.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.14.0...@chain-registry/utils@1.15.0) (2023-12-15)
92
-
93
- **Note:** Version bump only for package @chain-registry/utils
94
-
95
- # [1.14.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.13.2...@chain-registry/utils@1.14.0) (2023-09-15)
96
-
97
- **Note:** Version bump only for package @chain-registry/utils
98
-
99
- ## [1.13.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.13.1...@chain-registry/utils@1.13.2) (2023-07-30)
100
-
101
- **Note:** Version bump only for package @chain-registry/utils
102
-
103
- ## [1.13.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.13.0...@chain-registry/utils@1.13.1) (2023-07-12)
104
-
105
- **Note:** Version bump only for package @chain-registry/utils
106
-
107
- # [1.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.12.0...@chain-registry/utils@1.13.0) (2023-07-11)
108
-
109
- **Note:** Version bump only for package @chain-registry/utils
110
-
111
- # [1.12.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.11.0...@chain-registry/utils@1.12.0) (2023-07-08)
112
-
113
- **Note:** Version bump only for package @chain-registry/utils
114
-
115
- # [1.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.10.0...@chain-registry/utils@1.11.0) (2023-06-27)
116
-
117
- **Note:** Version bump only for package @chain-registry/utils
118
-
119
- # [1.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.9.1...@chain-registry/utils@1.10.0) (2023-04-20)
120
-
121
- **Note:** Version bump only for package @chain-registry/utils
122
-
123
- ## [1.9.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.9.0...@chain-registry/utils@1.9.1) (2023-04-18)
124
-
125
- **Note:** Version bump only for package @chain-registry/utils
126
-
127
- # [1.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.8.0...@chain-registry/utils@1.9.0) (2023-04-18)
128
-
129
- **Note:** Version bump only for package @chain-registry/utils
130
-
131
- # [1.8.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.7.0...@chain-registry/utils@1.8.0) (2023-03-29)
132
-
133
- **Note:** Version bump only for package @chain-registry/utils
134
-
135
- # [1.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.6.0...@chain-registry/utils@1.7.0) (2023-03-02)
136
-
137
- **Note:** Version bump only for package @chain-registry/utils
138
-
139
- # [1.6.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.5.0...@chain-registry/utils@1.6.0) (2023-02-23)
140
-
141
- **Note:** Version bump only for package @chain-registry/utils
142
-
143
- # [1.5.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.4.0...@chain-registry/utils@1.5.0) (2023-02-08)
144
-
145
- **Note:** Version bump only for package @chain-registry/utils
146
-
147
- # [1.4.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.3.0...@chain-registry/utils@1.4.0) (2022-12-08)
148
-
149
- **Note:** Version bump only for package @chain-registry/utils
150
-
151
- # [1.3.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.2.1...@chain-registry/utils@1.3.0) (2022-11-10)
152
-
153
- **Note:** Version bump only for package @chain-registry/utils
154
-
155
- ## [1.2.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.2.0...@chain-registry/utils@1.2.1) (2022-10-27)
156
-
157
- **Note:** Version bump only for package @chain-registry/utils
158
-
159
- # [1.2.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.1.0...@chain-registry/utils@1.2.0) (2022-10-20)
160
-
161
- **Note:** Version bump only for package @chain-registry/utils
162
-
163
- # [1.1.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.0.1...@chain-registry/utils@1.1.0) (2022-10-20)
164
-
165
- **Note:** Version bump only for package @chain-registry/utils
166
-
167
- ## [1.0.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.0.0...@chain-registry/utils@1.0.1) (2022-10-20)
168
-
169
- **Note:** Version bump only for package @chain-registry/utils
170
-
171
- # [1.0.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.11.0...@chain-registry/utils@1.0.0) (2022-09-29)
172
-
173
- **Note:** Version bump only for package @chain-registry/utils
174
-
175
- # [0.11.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.10.2...@chain-registry/utils@0.11.0) (2022-09-20)
176
-
177
- **Note:** Version bump only for package @chain-registry/utils
178
-
179
- ## [0.10.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.10.1...@chain-registry/utils@0.10.2) (2022-09-19)
180
-
181
- **Note:** Version bump only for package @chain-registry/utils
182
-
183
- ## [0.10.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.10.0...@chain-registry/utils@0.10.1) (2022-09-19)
184
-
185
- **Note:** Version bump only for package @chain-registry/utils
186
-
187
- # [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.9.0...@chain-registry/utils@0.10.0) (2022-09-19)
188
-
189
- **Note:** Version bump only for package @chain-registry/utils
190
-
191
- # [0.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.8.0...@chain-registry/utils@0.9.0) (2022-09-16)
192
-
193
- **Note:** Version bump only for package @chain-registry/utils
194
-
195
- # [0.8.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.7.3...@chain-registry/utils@0.8.0) (2022-09-14)
196
-
197
- **Note:** Version bump only for package @chain-registry/utils
198
-
199
- ## [0.7.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.7.2...@chain-registry/utils@0.7.3) (2022-09-08)
200
-
201
- **Note:** Version bump only for package @chain-registry/utils
202
-
203
- ## [0.7.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.7.1...@chain-registry/utils@0.7.2) (2022-09-08)
204
-
205
- **Note:** Version bump only for package @chain-registry/utils
206
-
207
- ## [0.7.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.7.0...@chain-registry/utils@0.7.1) (2022-09-07)
208
-
209
- **Note:** Version bump only for package @chain-registry/utils
210
-
211
- # [0.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.6.3...@chain-registry/utils@0.7.0) (2022-09-06)
212
-
213
- **Note:** Version bump only for package @chain-registry/utils
214
-
215
- ## [0.6.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.6.2...@chain-registry/utils@0.6.3) (2022-08-31)
216
-
217
- **Note:** Version bump only for package @chain-registry/utils
218
-
219
- ## [0.6.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.6.1...@chain-registry/utils@0.6.2) (2022-08-31)
220
-
221
- **Note:** Version bump only for package @chain-registry/utils
222
-
223
- ## [0.6.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.6.0...@chain-registry/utils@0.6.1) (2022-08-31)
224
-
225
- **Note:** Version bump only for package @chain-registry/utils
226
-
227
- # [0.6.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.5.1...@chain-registry/utils@0.6.0) (2022-08-31)
228
-
229
- **Note:** Version bump only for package @chain-registry/utils
230
-
231
- ## [0.5.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.5.0...@chain-registry/utils@0.5.1) (2022-08-23)
232
-
233
- **Note:** Version bump only for package @chain-registry/utils
234
-
235
- # [0.5.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.4.0...@chain-registry/utils@0.5.0) (2022-08-23)
236
-
237
- **Note:** Version bump only for package @chain-registry/utils
238
-
239
- # [0.4.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.3.1...@chain-registry/utils@0.4.0) (2022-08-20)
240
-
241
- **Note:** Version bump only for package @chain-registry/utils
242
-
243
- ## [0.3.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.3.0...@chain-registry/utils@0.3.1) (2022-08-13)
244
-
245
- **Note:** Version bump only for package @chain-registry/utils
246
-
247
- # [0.3.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.2.1...@chain-registry/utils@0.3.0) (2022-08-13)
248
-
249
- **Note:** Version bump only for package @chain-registry/utils
250
-
251
- ## [0.2.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@0.2.0...@chain-registry/utils@0.2.1) (2022-08-13)
252
-
253
- **Note:** Version bump only for package @chain-registry/utils
254
-
255
- # 0.2.0 (2022-08-13)
256
-
257
- **Note:** Version bump only for package @chain-registry/utils
258
-
259
- # [0.1.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry-utils@0.0.6...chain-registry-utils@0.1.0) (2022-08-12)
260
-
261
- **Note:** Version bump only for package chain-registry-utils
262
-
263
- ## 0.0.6 (2022-07-25)
264
-
265
- **Note:** Version bump only for package chain-registry-utils
266
-
267
- ## [0.0.5](https://github.com/cosmology-tech/chain-registry/compare/chain-registry-utils@0.0.4...chain-registry-utils@0.0.5) (2022-07-14)
268
-
269
- **Note:** Version bump only for package chain-registry-utils
270
-
271
- ## [0.0.4](https://github.com/cosmology-tech/chain-registry/compare/chain-registry-utils@0.0.3...chain-registry-utils@0.0.4) (2022-07-14)
272
-
273
- **Note:** Version bump only for package chain-registry-utils
274
-
275
- ## 0.0.3 (2022-07-12)
276
-
277
- **Note:** Version bump only for package chain-registry-utils
278
-
279
- ## 0.0.2 (2022-07-12)
280
-
281
- **Note:** Version bump only for package chain-registry-utils