@biorate/file-config 2.2.0 → 3.0.0

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.
Files changed (56) hide show
  1. package/dist/{index.js → cjs/index.js} +0 -1
  2. package/dist/cjs/package.json +3 -0
  3. package/dist/{src → cjs/src}/errors.js +0 -1
  4. package/dist/{src → cjs/src}/index.js +0 -1
  5. package/dist/esm/index.js +1 -0
  6. package/dist/esm/package.json +3 -0
  7. package/dist/esm/src/errors.js +6 -0
  8. package/dist/esm/src/index.js +46 -0
  9. package/dist/types/src/errors.d.ts +4 -0
  10. package/dist/types/src/index.d.ts +8 -0
  11. package/package.json +33 -8
  12. package/.nyc_output/935df591-78d0-4474-9961-ac80a833f687.json +0 -1
  13. package/.nyc_output/939cbcec-2594-4795-b32d-34fabee406dc.json +0 -1
  14. package/.nyc_output/ac5c8920-fefb-4c9b-a596-f767f567ddea.json +0 -1
  15. package/.nyc_output/processinfo/935df591-78d0-4474-9961-ac80a833f687.json +0 -1
  16. package/.nyc_output/processinfo/939cbcec-2594-4795-b32d-34fabee406dc.json +0 -1
  17. package/.nyc_output/processinfo/ac5c8920-fefb-4c9b-a596-f767f567ddea.json +0 -1
  18. package/.nyc_output/processinfo/index.json +0 -1
  19. package/CHANGELOG.md +0 -592
  20. package/allure-results/06aff68e-bdd6-4c28-84e1-b20188bbbe06-result.json +0 -1
  21. package/allure-results/1a6f8711-2650-4616-9835-f005ca6d42d0-result.json +0 -1
  22. package/allure-results/633766d3-a781-43f9-bceb-4781000885be-container.json +0 -1
  23. package/allure-results/67e78159-6aab-48a6-88b2-f1a533535a98-result.json +0 -1
  24. package/allure-results/6949c162-e4a5-40ef-8cff-a6510fd52c54-container.json +0 -1
  25. package/allure-results/757f98b6-d370-4aed-9f67-9862cd0b41a1-result.json +0 -1
  26. package/allure-results/90d5d3e8-1684-4b88-b296-abca5c877764-result.json +0 -1
  27. package/allure-results/abdaeead-1efa-48b6-b5fb-6e2841bec2f1-container.json +0 -1
  28. package/allure-results/c0891d41-c86d-41ef-b450-5a0dfa53e334-result.json +0 -1
  29. package/allure-results/c79f208d-9df1-4d0c-a14c-ab27a15ee530-container.json +0 -1
  30. package/coverage/base.css +0 -224
  31. package/coverage/block-navigation.js +0 -87
  32. package/coverage/clover.xml +0 -53
  33. package/coverage/coverage-final.json +0 -5
  34. package/coverage/favicon.png +0 -0
  35. package/coverage/file-config/index.html +0 -116
  36. package/coverage/file-config/index.ts.html +0 -88
  37. package/coverage/file-config/src/errors.ts.html +0 -106
  38. package/coverage/file-config/src/index.html +0 -131
  39. package/coverage/file-config/src/index.ts.html +0 -409
  40. package/coverage/file-config/tests/__mocks__/index.html +0 -116
  41. package/coverage/file-config/tests/__mocks__/index.ts.html +0 -124
  42. package/coverage/index.html +0 -146
  43. package/coverage/prettify.css +0 -1
  44. package/coverage/prettify.js +0 -2
  45. package/coverage/sort-arrow-sprite.png +0 -0
  46. package/coverage/sorter.js +0 -210
  47. package/dist/index.js.map +0 -1
  48. package/dist/src/errors.js.map +0 -1
  49. package/dist/src/index.js.map +0 -1
  50. package/dist/tsconfig.build.tsbuildinfo +0 -1
  51. package/index.d.ts +0 -8
  52. package/src/errors.ts +0 -7
  53. package/src/index.ts +0 -108
  54. package/tsconfig.build.json +0 -5
  55. package/tsconfig.json +0 -9
  56. /package/{index.ts → dist/types/index.d.ts} +0 -0
package/CHANGELOG.md DELETED
@@ -1,592 +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
- # [2.2.0](https://github.com/biorate/core/compare/@biorate/file-config@2.1.0...@biorate/file-config@2.2.0) (2026-04-20)
7
-
8
- ### Features
9
-
10
- - **vitest:** release ([81f70e9](https://github.com/biorate/core/commit/81f70e90db450e3a22fc38fb885081e14e10f2c2))
11
-
12
- # [2.1.0](https://github.com/biorate/core/compare/@biorate/file-config@2.0.0...@biorate/file-config@2.1.0) (2026-02-13)
13
-
14
- ### Features
15
-
16
- - vitest-intergation ([8e7fb51](https://github.com/biorate/core/commit/8e7fb514d724cbada205f99643ede617dfe8f6ea))
17
- - vitest-intergation ([635a66f](https://github.com/biorate/core/commit/635a66fe3c8e3b79b3103b33d77ec262fc99ffe2))
18
- - vitest-intergation ([e279bf6](https://github.com/biorate/core/commit/e279bf608f398e53f90551f4d20fea94a4a80a7f))
19
-
20
- # 2.0.0 (2026-02-10)
21
-
22
- ### Bug Fixes
23
-
24
- - .npmrc ([51785c1](https://github.com/biorate/core/commit/51785c175101225ae3cef838967b401417e68126))
25
- - root .mocharc .nycrc.json ([236c00d](https://github.com/biorate/core/commit/236c00d3b1db3c4417ab3c07206b812cbcb10000))
26
- - root .mocharc .nycrc.json ([6e906e9](https://github.com/biorate/core/commit/6e906e962d10360051c97a11df8516784895c3d8))
27
-
28
- ### Features
29
-
30
- - **config:** @{} = ${} template added ([744286f](https://github.com/biorate/core/commit/744286f5728828eb4b230d07c7c9872f442da6be))
31
- - **config:** @{} = ${} template added ([904fe69](https://github.com/biorate/core/commit/904fe698a4e605e9bf381abcbbab5e4d189c5c8b))
32
- - update "main" value in package.json ([89de1e3](https://github.com/biorate/core/commit/89de1e3203bcd5123587d046c9277a304bbe4008))
33
-
34
- ## 1.156.2 (2025-09-18)
35
-
36
- # 1.156.0 (2025-09-18)
37
-
38
- # 1.120.0 (2025-04-29)
39
-
40
- # 1.104.0 (2025-02-28)
41
-
42
- ### Features
43
-
44
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
45
-
46
- ## 1.102.1 (2025-02-28)
47
-
48
- # 1.102.0 (2025-02-28)
49
-
50
- ### Features
51
-
52
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
53
-
54
- # 1.100.0 (2025-02-26)
55
-
56
- # 1.96.0 (2024-12-26)
57
-
58
- ## 1.95.1 (2024-12-26)
59
-
60
- # 1.95.0 (2024-12-26)
61
-
62
- ## 1.93.1 (2024-12-19)
63
-
64
- # 1.93.0 (2024-12-19)
65
-
66
- ## 1.91.5 (2024-12-06)
67
-
68
- ## 1.91.4 (2024-12-06)
69
-
70
- ## 1.91.3 (2024-12-06)
71
-
72
- ## 1.91.2 (2024-12-06)
73
-
74
- ## 1.91.1 (2024-12-06)
75
-
76
- # 1.91.0 (2024-12-05)
77
-
78
- # 1.90.0 (2024-12-05)
79
-
80
- ## 1.76.3 (2024-07-11)
81
-
82
- ## 1.65.4 (2024-03-26)
83
-
84
- # 1.54.0 (2024-01-11)
85
-
86
- ## 1.42.2 (2023-09-07)
87
-
88
- ## 1.42.1 (2023-09-04)
89
-
90
- ## 1.38.4 (2023-08-11)
91
-
92
- ## 1.38.3 (2023-08-10)
93
-
94
- ## 1.38.2 (2023-08-10)
95
-
96
- ## 1.38.1 (2023-08-10)
97
-
98
- ## 1.30.12 (2023-07-18)
99
-
100
- # 1.29.0 (2023-05-05)
101
-
102
- ### Bug Fixes
103
-
104
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
105
-
106
- ## 1.28.2 (2023-05-05)
107
-
108
- ## 1.28.1 (2023-05-05)
109
-
110
- # 1.28.0 (2023-05-04)
111
-
112
- ## 1.27.2 (2023-04-20)
113
-
114
- ## 1.27.1 (2023-04-17)
115
-
116
- # 1.27.0 (2023-04-17)
117
-
118
- # 1.26.0 (2023-04-14)
119
-
120
- # 1.24.0 (2023-02-01)
121
-
122
- ## 1.11.2 (2022-09-21)
123
-
124
- ### Bug Fixes
125
-
126
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
127
-
128
- ## 1.11.1 (2022-09-21)
129
-
130
- ### Bug Fixes
131
-
132
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
133
-
134
- # 1.11.0 (2022-09-21)
135
-
136
- # 1.7.0 (2022-09-08)
137
-
138
- # 1.6.0 (2022-09-08)
139
-
140
- # 1.4.0 (2022-08-15)
141
-
142
- ## 1.2.2 (2022-08-11)
143
-
144
- # 1.0.0 (2022-07-10)
145
-
146
- ## 0.30.19 (2022-07-10)
147
-
148
- ## 0.30.14 (2022-06-24)
149
-
150
- ### Bug Fixes
151
-
152
- - **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
153
-
154
- ## 0.30.11 (2022-06-24)
155
-
156
- ## 0.30.10 (2022-06-24)
157
-
158
- ## 0.30.9 (2022-06-23)
159
-
160
- ## 0.30.7 (2022-06-23)
161
-
162
- ## 0.30.6 (2022-06-23)
163
-
164
- ## 0.30.5 (2022-06-23)
165
-
166
- ## 0.30.4 (2022-06-23)
167
-
168
- ## 0.30.2 (2022-06-22)
169
-
170
- # 0.30.0 (2022-06-20)
171
-
172
- ### Bug Fixes
173
-
174
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
175
-
176
- ## 0.29.1 (2022-06-20)
177
-
178
- # 0.29.0 (2022-06-20)
179
-
180
- ### Bug Fixes
181
-
182
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
183
-
184
- # 0.28.0 (2022-05-06)
185
-
186
- # 0.27.0 (2022-05-06)
187
-
188
- # 0.26.0 (2022-04-25)
189
-
190
- # 0.25.0 (2022-04-25)
191
-
192
- ### Features
193
-
194
- - **schema-registry:** api fix ([8631389](https://github.com/biorate/core/commit/8631389036e4c0d1f0a9ec0ccab5a0a2800c4dab))
195
-
196
- ### BREAKING CHANGES
197
-
198
- - **schema-registry:** api fix according axios fatch interface change
199
-
200
- # 0.24.0 (2022-04-25)
201
-
202
- # 0.23.0 (2022-04-11)
203
-
204
- # 0.22.0 (2022-04-08)
205
-
206
- # 0.21.0 (2022-04-08)
207
-
208
- # 0.20.0 (2022-04-08)
209
-
210
- # 0.19.0 (2022-04-07)
211
-
212
- ## 0.18.2 (2022-03-18)
213
-
214
- ## 0.18.1 (2022-02-05)
215
-
216
- ### Bug Fixes
217
-
218
- - **file-config:** inversion version fix ([5df4b46](https://github.com/biorate/core/commit/5df4b4684caf3f6873a4ebe6b344baff978be920))
219
-
220
- # 0.18.0 (2022-02-05)
221
-
222
- ## 0.17.1 (2022-02-04)
223
-
224
- # 0.17.0 (2022-02-04)
225
-
226
- ## 0.16.2 (2022-02-01)
227
-
228
- ### Bug Fixes
229
-
230
- - **file-config:** doc fix ([58fe396](https://github.com/biorate/core/commit/58fe3967fc7717f37b7206b829c68fc77a008d7c))
231
-
232
- ## 0.16.1 (2022-02-01)
233
-
234
- ### Bug Fixes
235
-
236
- - publishConfig added in package.json ([716a064](https://github.com/biorate/core/commit/716a06429e1a4325f50cf94b804f1d70d8a58cf5))
237
-
238
- # 0.16.0 (2022-02-01)
239
-
240
- ### Bug Fixes
241
-
242
- - **config:** IConfig interface added ([b6e6bf1](https://github.com/biorate/core/commit/b6e6bf1fe267f0d87ad69581698ea72c90f5969d))
243
-
244
- ### Features
245
-
246
- - **file-config:** module added ([02c9752](https://github.com/biorate/core/commit/02c97528ccd4e2a5aab0945f9f615c568a3b2717))
247
-
248
- ## [1.156.2](https://github.com/biorate/core/compare/v1.156.1...v1.156.2) (2025-09-18)
249
-
250
- **Note:** Version bump only for package @biorate/file-config
251
-
252
- # [1.156.0](https://github.com/biorate/core/compare/v1.155.0...v1.156.0) (2025-09-18)
253
-
254
- **Note:** Version bump only for package @biorate/file-config
255
-
256
- # [1.120.0](https://github.com/biorate/core/compare/v1.119.2...v1.120.0) (2025-04-29)
257
-
258
- **Note:** Version bump only for package @biorate/file-config
259
-
260
- # [1.104.0](https://github.com/biorate/core/compare/v1.102.1...v1.104.0) (2025-02-28)
261
-
262
- ### Features
263
-
264
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
265
-
266
- # [1.103.0](https://github.com/biorate/core/compare/v1.102.1...v1.103.0) (2025-02-28)
267
-
268
- **Note:** Version bump only for package @biorate/file-config
269
-
270
- ## [1.102.1](https://github.com/biorate/core/compare/v1.102.0...v1.102.1) (2025-02-28)
271
-
272
- **Note:** Version bump only for package @biorate/file-config
273
-
274
- # [1.102.0](https://github.com/biorate/core/compare/v1.101.0...v1.102.0) (2025-02-28)
275
-
276
- ### Features
277
-
278
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
279
-
280
- # [1.100.0](https://github.com/biorate/core/compare/v1.99.0...v1.100.0) (2025-02-26)
281
-
282
- **Note:** Version bump only for package @biorate/file-config
283
-
284
- # [1.96.0](https://github.com/biorate/core/compare/v1.95.1...v1.96.0) (2024-12-26)
285
-
286
- **Note:** Version bump only for package @biorate/file-config
287
-
288
- ## [1.95.1](https://github.com/biorate/core/compare/v1.95.0...v1.95.1) (2024-12-26)
289
-
290
- **Note:** Version bump only for package @biorate/file-config
291
-
292
- # [1.95.0](https://github.com/biorate/core/compare/v1.94.1...v1.95.0) (2024-12-26)
293
-
294
- **Note:** Version bump only for package @biorate/file-config
295
-
296
- ## [1.93.1](https://github.com/biorate/core/compare/v1.93.0...v1.93.1) (2024-12-19)
297
-
298
- **Note:** Version bump only for package @biorate/file-config
299
-
300
- # [1.93.0](https://github.com/biorate/core/compare/v1.92.0...v1.93.0) (2024-12-19)
301
-
302
- **Note:** Version bump only for package @biorate/file-config
303
-
304
- ## [1.91.5](https://github.com/biorate/core/compare/v1.91.4...v1.91.5) (2024-12-06)
305
-
306
- **Note:** Version bump only for package @biorate/file-config
307
-
308
- ## [1.91.4](https://github.com/biorate/core/compare/v1.91.3...v1.91.4) (2024-12-06)
309
-
310
- **Note:** Version bump only for package @biorate/file-config
311
-
312
- ## [1.91.3](https://github.com/biorate/core/compare/v1.91.2...v1.91.3) (2024-12-06)
313
-
314
- **Note:** Version bump only for package @biorate/file-config
315
-
316
- ## [1.91.2](https://github.com/biorate/core/compare/v1.91.1...v1.91.2) (2024-12-06)
317
-
318
- **Note:** Version bump only for package @biorate/file-config
319
-
320
- ## [1.91.1](https://github.com/biorate/core/compare/v1.91.0...v1.91.1) (2024-12-06)
321
-
322
- **Note:** Version bump only for package @biorate/file-config
323
-
324
- # [1.91.0](https://github.com/biorate/core/compare/v1.90.0...v1.91.0) (2024-12-05)
325
-
326
- **Note:** Version bump only for package @biorate/file-config
327
-
328
- # [1.90.0](https://github.com/biorate/core/compare/v1.89.0...v1.90.0) (2024-12-05)
329
-
330
- **Note:** Version bump only for package @biorate/file-config
331
-
332
- ## [1.76.3](https://github.com/biorate/core/compare/v1.76.2...v1.76.3) (2024-07-11)
333
-
334
- **Note:** Version bump only for package @biorate/file-config
335
-
336
- ## [1.65.4](https://github.com/biorate/core/compare/v1.65.3...v1.65.4) (2024-03-26)
337
-
338
- **Note:** Version bump only for package @biorate/file-config
339
-
340
- # [1.54.0](https://github.com/biorate/core/compare/v1.53.3...v1.54.0) (2024-01-11)
341
-
342
- **Note:** Version bump only for package @biorate/file-config
343
-
344
- ## [1.42.2](https://github.com/biorate/core/compare/v1.42.1...v1.42.2) (2023-09-07)
345
-
346
- **Note:** Version bump only for package @biorate/file-config
347
-
348
- ## [1.42.1](https://github.com/biorate/core/compare/v1.42.0...v1.42.1) (2023-09-04)
349
-
350
- **Note:** Version bump only for package @biorate/file-config
351
-
352
- ## [1.38.4](https://github.com/biorate/core/compare/v1.38.3...v1.38.4) (2023-08-11)
353
-
354
- **Note:** Version bump only for package @biorate/file-config
355
-
356
- ## [1.38.3](https://github.com/biorate/core/compare/v1.38.2...v1.38.3) (2023-08-10)
357
-
358
- **Note:** Version bump only for package @biorate/file-config
359
-
360
- ## [1.38.2](https://github.com/biorate/core/compare/v1.38.1...v1.38.2) (2023-08-10)
361
-
362
- **Note:** Version bump only for package @biorate/file-config
363
-
364
- ## [1.38.1](https://github.com/biorate/core/compare/v1.38.0...v1.38.1) (2023-08-10)
365
-
366
- **Note:** Version bump only for package @biorate/file-config
367
-
368
- ## [1.30.12](https://github.com/biorate/core/compare/v1.30.11...v1.30.12) (2023-07-18)
369
-
370
- **Note:** Version bump only for package @biorate/file-config
371
-
372
- # [1.29.0](https://github.com/biorate/core/compare/v1.28.2...v1.29.0) (2023-05-05)
373
-
374
- ### Bug Fixes
375
-
376
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
377
-
378
- ## [1.28.2](https://github.com/biorate/core/compare/v1.28.1...v1.28.2) (2023-05-05)
379
-
380
- **Note:** Version bump only for package @biorate/file-config
381
-
382
- ## [1.28.1](https://github.com/biorate/core/compare/v1.28.0...v1.28.1) (2023-05-05)
383
-
384
- **Note:** Version bump only for package @biorate/file-config
385
-
386
- # [1.28.0](https://github.com/biorate/core/compare/v1.27.7...v1.28.0) (2023-05-04)
387
-
388
- **Note:** Version bump only for package @biorate/file-config
389
-
390
- ## [1.27.2](https://github.com/biorate/core/compare/v1.27.1...v1.27.2) (2023-04-20)
391
-
392
- **Note:** Version bump only for package @biorate/file-config
393
-
394
- ## [1.27.1](https://github.com/biorate/core/compare/v1.27.0...v1.27.1) (2023-04-17)
395
-
396
- **Note:** Version bump only for package @biorate/file-config
397
-
398
- # [1.27.0](https://github.com/biorate/core/compare/v1.26.0...v1.27.0) (2023-04-17)
399
-
400
- **Note:** Version bump only for package @biorate/file-config
401
-
402
- # [1.26.0](https://github.com/biorate/core/compare/v1.25.5...v1.26.0) (2023-04-14)
403
-
404
- **Note:** Version bump only for package @biorate/file-config
405
-
406
- # [1.24.0](https://github.com/biorate/core/compare/v1.23.2...v1.24.0) (2023-02-01)
407
-
408
- **Note:** Version bump only for package @biorate/file-config
409
-
410
- ## [1.11.2](https://github.com/biorate/core/compare/v1.11.1...v1.11.2) (2022-09-21)
411
-
412
- ### Bug Fixes
413
-
414
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
415
-
416
- ## [1.11.1](https://github.com/biorate/core/compare/v1.11.0...v1.11.1) (2022-09-21)
417
-
418
- ### Bug Fixes
419
-
420
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
421
-
422
- # [1.11.0](https://github.com/biorate/core/compare/v1.10.0...v1.11.0) (2022-09-21)
423
-
424
- **Note:** Version bump only for package @biorate/file-config
425
-
426
- # [1.7.0](https://github.com/biorate/core/compare/v1.6.0...v1.7.0) (2022-09-08)
427
-
428
- **Note:** Version bump only for package @biorate/file-config
429
-
430
- # [1.6.0](https://github.com/biorate/core/compare/v1.5.1...v1.6.0) (2022-09-08)
431
-
432
- **Note:** Version bump only for package @biorate/file-config
433
-
434
- # [1.4.0](https://github.com/biorate/core/compare/v1.3.2...v1.4.0) (2022-08-15)
435
-
436
- **Note:** Version bump only for package @biorate/file-config
437
-
438
- ## [1.2.2](https://github.com/biorate/core/compare/v1.2.1...v1.2.2) (2022-08-11)
439
-
440
- **Note:** Version bump only for package @biorate/file-config
441
-
442
- # [1.0.0](https://github.com/biorate/core/compare/v0.30.19...v1.0.0) (2022-07-10)
443
-
444
- **Note:** Version bump only for package @biorate/file-config
445
-
446
- ## [0.30.19](https://github.com/biorate/core/compare/v0.30.18...v0.30.19) (2022-07-10)
447
-
448
- **Note:** Version bump only for package @biorate/file-config
449
-
450
- ## [0.30.14](https://github.com/biorate/core/compare/v0.30.13...v0.30.14) (2022-06-24)
451
-
452
- ### Bug Fixes
453
-
454
- - **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
455
-
456
- ## [0.30.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
457
-
458
- **Note:** Version bump only for package @biorate/file-config
459
-
460
- ## [0.30.10](https://github.com/biorate/core/compare/v0.30.9...v0.30.10) (2022-06-24)
461
-
462
- **Note:** Version bump only for package @biorate/file-config
463
-
464
- ## [0.30.9](https://github.com/biorate/core/compare/v0.30.8...v0.30.9) (2022-06-23)
465
-
466
- **Note:** Version bump only for package @biorate/file-config
467
-
468
- ## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
469
-
470
- **Note:** Version bump only for package @biorate/file-config
471
-
472
- ## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
473
-
474
- **Note:** Version bump only for package @biorate/file-config
475
-
476
- ## [0.30.5](https://github.com/biorate/core/compare/v0.30.4...v0.30.5) (2022-06-23)
477
-
478
- **Note:** Version bump only for package @biorate/file-config
479
-
480
- ## [0.30.4](https://github.com/biorate/core/compare/v0.30.3...v0.30.4) (2022-06-23)
481
-
482
- **Note:** Version bump only for package @biorate/file-config
483
-
484
- ## [0.30.2](https://github.com/biorate/core/compare/v0.30.1...v0.30.2) (2022-06-22)
485
-
486
- **Note:** Version bump only for package @biorate/file-config
487
-
488
- # [0.30.0](https://github.com/biorate/core/compare/v0.29.1...v0.30.0) (2022-06-20)
489
-
490
- ### Bug Fixes
491
-
492
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
493
-
494
- ## [0.29.1](https://github.com/biorate/core/compare/v0.29.0...v0.29.1) (2022-06-20)
495
-
496
- **Note:** Version bump only for package @biorate/file-config
497
-
498
- # [0.29.0](https://github.com/biorate/core/compare/v0.28.3...v0.29.0) (2022-06-20)
499
-
500
- ### Bug Fixes
501
-
502
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
503
-
504
- # [0.28.0](https://github.com/biorate/core/compare/v0.27.3...v0.28.0) (2022-05-06)
505
-
506
- **Note:** Version bump only for package @biorate/file-config
507
-
508
- # [0.27.0](https://github.com/biorate/core/compare/v0.26.0...v0.27.0) (2022-05-06)
509
-
510
- **Note:** Version bump only for package @biorate/file-config
511
-
512
- # [0.26.0](https://github.com/biorate/core/compare/v0.25.0...v0.26.0) (2022-04-25)
513
-
514
- **Note:** Version bump only for package @biorate/file-config
515
-
516
- # [0.25.0](https://github.com/biorate/core/compare/v0.24.0...v0.25.0) (2022-04-25)
517
-
518
- ### Features
519
-
520
- - **schema-registry:** api fix ([8631389](https://github.com/biorate/core/commit/8631389036e4c0d1f0a9ec0ccab5a0a2800c4dab))
521
-
522
- ### BREAKING CHANGES
523
-
524
- - **schema-registry:** api fix according axios fatch interface change
525
-
526
- # [0.24.0](https://github.com/biorate/core/compare/v0.23.4...v0.24.0) (2022-04-25)
527
-
528
- **Note:** Version bump only for package @biorate/file-config
529
-
530
- # [0.23.0](https://github.com/biorate/core/compare/v0.22.0...v0.23.0) (2022-04-11)
531
-
532
- **Note:** Version bump only for package @biorate/file-config
533
-
534
- # [0.22.0](https://github.com/biorate/core/compare/v0.21.0...v0.22.0) (2022-04-08)
535
-
536
- **Note:** Version bump only for package @biorate/file-config
537
-
538
- # [0.21.0](https://github.com/biorate/core/compare/v0.20.0...v0.21.0) (2022-04-08)
539
-
540
- **Note:** Version bump only for package @biorate/file-config
541
-
542
- # [0.20.0](https://github.com/biorate/core/compare/v0.19.1...v0.20.0) (2022-04-08)
543
-
544
- **Note:** Version bump only for package @biorate/file-config
545
-
546
- # [0.19.0](https://github.com/biorate/core/compare/v0.18.2...v0.19.0) (2022-04-07)
547
-
548
- **Note:** Version bump only for package @biorate/file-config
549
-
550
- ## [0.18.2](https://github.com/biorate/core/compare/v0.18.1...v0.18.2) (2022-03-18)
551
-
552
- **Note:** Version bump only for package @biorate/file-config
553
-
554
- ## [0.18.1](https://github.com/biorate/core/compare/v0.18.0...v0.18.1) (2022-02-05)
555
-
556
- ### Bug Fixes
557
-
558
- - **file-config:** inversion version fix ([5df4b46](https://github.com/biorate/core/commit/5df4b4684caf3f6873a4ebe6b344baff978be920))
559
-
560
- # [0.18.0](https://github.com/biorate/core/compare/v0.17.1...v0.18.0) (2022-02-05)
561
-
562
- **Note:** Version bump only for package @biorate/file-config
563
-
564
- ## [0.17.1](https://github.com/biorate/core/compare/v0.17.0...v0.17.1) (2022-02-04)
565
-
566
- **Note:** Version bump only for package @biorate/file-config
567
-
568
- # [0.17.0](https://github.com/biorate/core/compare/v0.16.3...v0.17.0) (2022-02-04)
569
-
570
- **Note:** Version bump only for package @biorate/file-config
571
-
572
- ## [0.16.2](https://github.com/biorate/core/compare/v0.16.1...v0.16.2) (2022-02-01)
573
-
574
- ### Bug Fixes
575
-
576
- - **file-config:** doc fix ([58fe396](https://github.com/biorate/core/commit/58fe3967fc7717f37b7206b829c68fc77a008d7c))
577
-
578
- ## [0.16.1](https://github.com/biorate/core/compare/v0.16.0...v0.16.1) (2022-02-01)
579
-
580
- ### Bug Fixes
581
-
582
- - publishConfig added in package.json ([716a064](https://github.com/biorate/core/commit/716a06429e1a4325f50cf94b804f1d70d8a58cf5))
583
-
584
- # [0.16.0](https://github.com/biorate/core/compare/v0.15.2...v0.16.0) (2022-02-01)
585
-
586
- ### Bug Fixes
587
-
588
- - **config:** IConfig interface added ([b6e6bf1](https://github.com/biorate/core/commit/b6e6bf1fe267f0d87ad69581698ea72c90f5969d))
589
-
590
- ### Features
591
-
592
- - **file-config:** module added ([02c9752](https://github.com/biorate/core/commit/02c97528ccd4e2a5aab0945f9f615c568a3b2717))
@@ -1 +0,0 @@
1
- {"uuid":"06aff68e-bdd6-4c28-84e1-b20188bbbe06","historyId":"4fcbc6fbd2ef1bd83dca5c1c5e093388:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/file-config"}],"links":[],"start":1770826440108,"name":"package.json","fullName":"/tests/index.spec.ts: @biorate/file-config > package.json","stop":1770826440114}
@@ -1 +0,0 @@
1
- {"uuid":"1a6f8711-2650-4616-9835-f005ca6d42d0","historyId":"358545211102526b9c2ed618af0d53c7:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/file-config"}],"links":[],"start":1770826440097,"name":"config.json","fullName":"/tests/index.spec.ts: @biorate/file-config > config.json","stop":1770826440102}
@@ -1 +0,0 @@
1
- {"uuid":"633766d3-a781-43f9-bceb-4781000885be","children":["6949c162-e4a5-40ef-8cff-a6510fd52c54"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook in \"{root}\""}],"afters":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"after all\" hook in \"{root}\""}],"name":"Global"}
@@ -1 +0,0 @@
1
- {"uuid":"67e78159-6aab-48a6-88b2-f1a533535a98","historyId":"358545211102526b9c2ed618af0d53c7:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/file-config"}],"links":[],"start":1770826585237,"name":"config.json","fullName":"/tests/index.spec.ts: @biorate/file-config > config.json","stop":1770826585244}
@@ -1 +0,0 @@
1
- {"uuid":"6949c162-e4a5-40ef-8cff-a6510fd52c54","children":["67e78159-6aab-48a6-88b2-f1a533535a98","90d5d3e8-1684-4b88-b296-abca5c877764","c0891d41-c86d-41ef-b450-5a0dfa53e334"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook for \"config.json\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"config.json\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"config.debug.json\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"package.json\""}],"afters":[],"name":"@biorate/file-config"}
@@ -1 +0,0 @@
1
- {"uuid":"757f98b6-d370-4aed-9f67-9862cd0b41a1","historyId":"dac970c4078c0c1afd2339cd167d8ece:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/file-config"}],"links":[],"start":1770826440105,"name":"config.debug.json","fullName":"/tests/index.spec.ts: @biorate/file-config > config.debug.json","stop":1770826440106}
@@ -1 +0,0 @@
1
- {"uuid":"90d5d3e8-1684-4b88-b296-abca5c877764","historyId":"dac970c4078c0c1afd2339cd167d8ece:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/file-config"}],"links":[],"start":1770826585246,"name":"config.debug.json","fullName":"/tests/index.spec.ts: @biorate/file-config > config.debug.json","stop":1770826585247}
@@ -1 +0,0 @@
1
- {"uuid":"abdaeead-1efa-48b6-b5fb-6e2841bec2f1","children":["c79f208d-9df1-4d0c-a14c-ab27a15ee530"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook in \"{root}\""}],"afters":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"after all\" hook in \"{root}\""}],"name":"Global"}
@@ -1 +0,0 @@
1
- {"uuid":"c0891d41-c86d-41ef-b450-5a0dfa53e334","historyId":"4fcbc6fbd2ef1bd83dca5c1c5e093388:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/file-config"}],"links":[],"start":1770826585249,"name":"package.json","fullName":"/tests/index.spec.ts: @biorate/file-config > package.json","stop":1770826585254}
@@ -1 +0,0 @@
1
- {"uuid":"c79f208d-9df1-4d0c-a14c-ab27a15ee530","children":["1a6f8711-2650-4616-9835-f005ca6d42d0","757f98b6-d370-4aed-9f67-9862cd0b41a1","06aff68e-bdd6-4c28-84e1-b20188bbbe06"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook for \"config.json\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"config.json\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"config.debug.json\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"package.json\""}],"afters":[],"name":"@biorate/file-config"}