@chain-registry/utils 1.19.6 → 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/package.json +3 -3
- package/CHANGELOG.md +0 -297
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/utils",
|
|
3
|
-
"version": "1.19.
|
|
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.
|
|
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": "
|
|
79
|
+
"gitHead": "3c6e31032f2b6cc79e35ea27e414acdf3c2ceb97"
|
|
80
80
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,297 +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.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
|
-
|
|
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)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## 1.19.3 (2024-03-21)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## [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)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## 1.19.1 (2024-03-20)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
# [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)
|
|
55
|
-
|
|
56
|
-
### Bug Fixes
|
|
57
|
-
|
|
58
|
-
- add explicit return types ([095175a](https://github.com/cosmology-tech/chain-registry/commit/095175aaa08cbde99052b0bd87e2173c871632f0))
|
|
59
|
-
- rename files ([62aa8d0](https://github.com/cosmology-tech/chain-registry/commit/62aa8d06a99425ba059e3a2b6e1d96ea7a9a2e23))
|
|
60
|
-
- update types ([0537055](https://github.com/cosmology-tech/chain-registry/commit/05370552b73b1e84da952544a34239c7bdefc766))
|
|
61
|
-
|
|
62
|
-
### Features
|
|
63
|
-
|
|
64
|
-
- add new utils ([b922c9d](https://github.com/cosmology-tech/chain-registry/commit/b922c9d5141655b92bdae8d22e1eabb92edfd8ec))
|
|
65
|
-
- add tests for new utils ([c4895a4](https://github.com/cosmology-tech/chain-registry/commit/c4895a469bed3cbe12305de2a99a1004f66efc25))
|
|
66
|
-
|
|
67
|
-
## [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)
|
|
68
|
-
|
|
69
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
70
|
-
|
|
71
|
-
## [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)
|
|
72
|
-
|
|
73
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
74
|
-
|
|
75
|
-
# [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)
|
|
76
|
-
|
|
77
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
78
|
-
|
|
79
|
-
## [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)
|
|
80
|
-
|
|
81
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
82
|
-
|
|
83
|
-
## [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)
|
|
84
|
-
|
|
85
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
86
|
-
|
|
87
|
-
## [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)
|
|
88
|
-
|
|
89
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
90
|
-
|
|
91
|
-
# [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)
|
|
92
|
-
|
|
93
|
-
### Features
|
|
94
|
-
|
|
95
|
-
- add chainName as optional param ([d415f33](https://github.com/cosmology-tech/chain-registry/commit/d415f33dc96651e5bb4ede689220d89ad11fe9d9))
|
|
96
|
-
|
|
97
|
-
## [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)
|
|
98
|
-
|
|
99
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
100
|
-
|
|
101
|
-
# [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)
|
|
102
|
-
|
|
103
|
-
### Features
|
|
104
|
-
|
|
105
|
-
- add getCoinGeckoIdByDenom method ([b05e67b](https://github.com/cosmology-tech/chain-registry/commit/b05e67b4b54258412d359745b1cd095987c67eb6))
|
|
106
|
-
|
|
107
|
-
# [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)
|
|
108
|
-
|
|
109
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
110
|
-
|
|
111
|
-
# [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)
|
|
112
|
-
|
|
113
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
114
|
-
|
|
115
|
-
## [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)
|
|
116
|
-
|
|
117
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
118
|
-
|
|
119
|
-
## [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)
|
|
120
|
-
|
|
121
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
122
|
-
|
|
123
|
-
# [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)
|
|
124
|
-
|
|
125
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
126
|
-
|
|
127
|
-
# [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)
|
|
128
|
-
|
|
129
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
130
|
-
|
|
131
|
-
# [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)
|
|
132
|
-
|
|
133
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
134
|
-
|
|
135
|
-
# [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)
|
|
136
|
-
|
|
137
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
138
|
-
|
|
139
|
-
## [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)
|
|
140
|
-
|
|
141
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
142
|
-
|
|
143
|
-
# [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)
|
|
144
|
-
|
|
145
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
146
|
-
|
|
147
|
-
# [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)
|
|
148
|
-
|
|
149
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
150
|
-
|
|
151
|
-
# [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)
|
|
152
|
-
|
|
153
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
154
|
-
|
|
155
|
-
# [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)
|
|
156
|
-
|
|
157
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
158
|
-
|
|
159
|
-
# [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)
|
|
160
|
-
|
|
161
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
162
|
-
|
|
163
|
-
# [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)
|
|
164
|
-
|
|
165
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
166
|
-
|
|
167
|
-
# [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)
|
|
168
|
-
|
|
169
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
170
|
-
|
|
171
|
-
## [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)
|
|
172
|
-
|
|
173
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
174
|
-
|
|
175
|
-
# [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)
|
|
176
|
-
|
|
177
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
178
|
-
|
|
179
|
-
# [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)
|
|
180
|
-
|
|
181
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
182
|
-
|
|
183
|
-
## [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)
|
|
184
|
-
|
|
185
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
186
|
-
|
|
187
|
-
# [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)
|
|
188
|
-
|
|
189
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
190
|
-
|
|
191
|
-
# [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)
|
|
192
|
-
|
|
193
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
194
|
-
|
|
195
|
-
## [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)
|
|
196
|
-
|
|
197
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
198
|
-
|
|
199
|
-
## [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)
|
|
200
|
-
|
|
201
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
202
|
-
|
|
203
|
-
# [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)
|
|
204
|
-
|
|
205
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
206
|
-
|
|
207
|
-
# [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)
|
|
208
|
-
|
|
209
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
210
|
-
|
|
211
|
-
# [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)
|
|
212
|
-
|
|
213
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
214
|
-
|
|
215
|
-
## [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)
|
|
216
|
-
|
|
217
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
218
|
-
|
|
219
|
-
## [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)
|
|
220
|
-
|
|
221
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
222
|
-
|
|
223
|
-
## [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)
|
|
224
|
-
|
|
225
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
226
|
-
|
|
227
|
-
# [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)
|
|
228
|
-
|
|
229
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
230
|
-
|
|
231
|
-
## [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)
|
|
232
|
-
|
|
233
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
234
|
-
|
|
235
|
-
## [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)
|
|
236
|
-
|
|
237
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
238
|
-
|
|
239
|
-
## [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)
|
|
240
|
-
|
|
241
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
242
|
-
|
|
243
|
-
# [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)
|
|
244
|
-
|
|
245
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
246
|
-
|
|
247
|
-
## [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)
|
|
248
|
-
|
|
249
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
250
|
-
|
|
251
|
-
# [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)
|
|
252
|
-
|
|
253
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
254
|
-
|
|
255
|
-
# [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)
|
|
256
|
-
|
|
257
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
258
|
-
|
|
259
|
-
## [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)
|
|
260
|
-
|
|
261
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
262
|
-
|
|
263
|
-
# [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)
|
|
264
|
-
|
|
265
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
266
|
-
|
|
267
|
-
## [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)
|
|
268
|
-
|
|
269
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
270
|
-
|
|
271
|
-
# 0.2.0 (2022-08-13)
|
|
272
|
-
|
|
273
|
-
**Note:** Version bump only for package @chain-registry/utils
|
|
274
|
-
|
|
275
|
-
# [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)
|
|
276
|
-
|
|
277
|
-
**Note:** Version bump only for package chain-registry-utils
|
|
278
|
-
|
|
279
|
-
## 0.0.6 (2022-07-25)
|
|
280
|
-
|
|
281
|
-
**Note:** Version bump only for package chain-registry-utils
|
|
282
|
-
|
|
283
|
-
## [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)
|
|
284
|
-
|
|
285
|
-
**Note:** Version bump only for package chain-registry-utils
|
|
286
|
-
|
|
287
|
-
## [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)
|
|
288
|
-
|
|
289
|
-
**Note:** Version bump only for package chain-registry-utils
|
|
290
|
-
|
|
291
|
-
## 0.0.3 (2022-07-12)
|
|
292
|
-
|
|
293
|
-
**Note:** Version bump only for package chain-registry-utils
|
|
294
|
-
|
|
295
|
-
## 0.0.2 (2022-07-12)
|
|
296
|
-
|
|
297
|
-
**Note:** Version bump only for package chain-registry-utils
|