@biorate/migrations 1.27.1 → 1.28.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 (30) hide show
  1. package/.nyc_output/f6384d5a-4206-4479-b0ae-4f04550ac465.json +1 -0
  2. package/.nyc_output/processinfo/f6384d5a-4206-4479-b0ae-4f04550ac465.json +1 -0
  3. package/.nyc_output/processinfo/index.json +1 -1
  4. package/CHANGELOG.md +27 -207
  5. package/coverage/lcov-report/index.html +11 -11
  6. package/coverage/lcov-report/src/default.config.ts.html +12 -3
  7. package/coverage/lcov-report/src/index.html +1 -1
  8. package/coverage/lcov-report/src/index.ts.html +1 -1
  9. package/coverage/lcov-report/src/root.ts.html +1 -1
  10. package/coverage/lcov-report/src/types/index.html +11 -11
  11. package/coverage/lcov-report/src/types/index.ts.html +1 -1
  12. package/coverage/lcov-report/src/types/kafka.ts.html +7 -7
  13. package/coverage/lcov-report/src/types/migration.ts.html +3 -3
  14. package/coverage/lcov-report/src/types/minio.ts.html +1 -1
  15. package/coverage/lcov-report/src/types/mongodb.ts.html +1 -1
  16. package/coverage/lcov-report/src/types/sequelize.ts.html +1 -1
  17. package/coverage/lcov.info +9 -9
  18. package/dist/src/default.config.js +4 -1
  19. package/dist/src/default.config.js.map +1 -1
  20. package/dist/src/root.js.map +1 -1
  21. package/dist/src/types/kafka.js.map +1 -1
  22. package/dist/src/types/migration.js.map +1 -1
  23. package/dist/src/types/minio.js.map +1 -1
  24. package/dist/src/types/mongodb.js.map +1 -1
  25. package/dist/src/types/sequelize.js.map +1 -1
  26. package/dist/tsconfig.build.tsbuildinfo +1 -1
  27. package/package.json +16 -16
  28. package/src/default.config.ts +4 -1
  29. package/.nyc_output/4eb44698-bb17-4583-86ae-4dcc2dcb2325.json +0 -1
  30. package/.nyc_output/processinfo/4eb44698-bb17-4583-86ae-4dcc2dcb2325.json +0 -1
package/CHANGELOG.md CHANGED
@@ -3,407 +3,227 @@
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.27.1](https://github.com/biorate/core/compare/v1.27.0...v1.27.1) (2023-04-17)
7
-
8
- **Note:** Version bump only for package @biorate/migrations
9
-
10
-
6
+ # [1.28.0](https://github.com/biorate/core/compare/v1.27.7...v1.28.0) (2023-05-04)
11
7
 
8
+ ### Features
12
9
 
10
+ - typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
13
11
 
14
- # [1.27.0](https://github.com/biorate/core/compare/v1.26.0...v1.27.0) (2023-04-17)
12
+ ## [1.27.2](https://github.com/biorate/core/compare/v1.27.1...v1.27.2) (2023-04-20)
15
13
 
16
14
  **Note:** Version bump only for package @biorate/migrations
17
15
 
16
+ ## [1.27.1](https://github.com/biorate/core/compare/v1.27.0...v1.27.1) (2023-04-17)
18
17
 
18
+ **Note:** Version bump only for package @biorate/migrations
19
19
 
20
+ # [1.27.0](https://github.com/biorate/core/compare/v1.26.0...v1.27.0) (2023-04-17)
20
21
 
22
+ **Note:** Version bump only for package @biorate/migrations
21
23
 
22
24
  # [1.26.0](https://github.com/biorate/core/compare/v1.25.5...v1.26.0) (2023-04-14)
23
25
 
24
26
  **Note:** Version bump only for package @biorate/migrations
25
27
 
26
-
27
-
28
-
29
-
30
28
  ## [1.25.2](https://github.com/biorate/core/compare/v1.25.1...v1.25.2) (2023-03-07)
31
29
 
32
30
  **Note:** Version bump only for package @biorate/migrations
33
31
 
34
-
35
-
36
-
37
-
38
32
  # [1.24.0](https://github.com/biorate/core/compare/v1.23.2...v1.24.0) (2023-02-01)
39
33
 
40
34
  **Note:** Version bump only for package @biorate/migrations
41
35
 
42
-
43
-
44
-
45
-
46
36
  ## [1.23.2](https://github.com/biorate/core/compare/v1.23.1...v1.23.2) (2023-01-09)
47
37
 
48
-
49
38
  ### Bug Fixes
50
39
 
51
- * **migrations:** globalConfig passthrough ([cdeb3bc](https://github.com/biorate/core/commit/cdeb3bcac7322e969b7816997a23c8eda652ba3c))
52
-
53
-
54
-
55
-
40
+ - **migrations:** globalConfig passthrough ([cdeb3bc](https://github.com/biorate/core/commit/cdeb3bcac7322e969b7816997a23c8eda652ba3c))
56
41
 
57
42
  # [1.23.0](https://github.com/biorate/core/compare/v1.22.9...v1.23.0) (2023-01-09)
58
43
 
59
-
60
44
  ### Features
61
45
 
62
- * **migrations:** kafka added ([52eeb71](https://github.com/biorate/core/commit/52eeb717545def3b70c7ad41a67c85ac24498347))
63
-
64
-
65
-
66
-
46
+ - **migrations:** kafka added ([52eeb71](https://github.com/biorate/core/commit/52eeb717545def3b70c7ad41a67c85ac24498347))
67
47
 
68
48
  ## [1.22.7](https://github.com/biorate/core/compare/v1.22.6...v1.22.7) (2022-12-07)
69
49
 
70
50
  **Note:** Version bump only for package @biorate/migrations
71
51
 
72
-
73
-
74
-
75
-
76
52
  ## [1.22.1](https://github.com/biorate/core/compare/v1.22.0...v1.22.1) (2022-11-16)
77
53
 
78
-
79
54
  ### Bug Fixes
80
55
 
81
- * **migrations:** vault deps fix ([408247d](https://github.com/biorate/core/commit/408247dc81134136b0ed5fb79b933882085f9bde))
82
-
83
-
84
-
85
-
56
+ - **migrations:** vault deps fix ([408247d](https://github.com/biorate/core/commit/408247dc81134136b0ed5fb79b933882085f9bde))
86
57
 
87
58
  # [1.22.0](https://github.com/biorate/core/compare/v1.21.2...v1.22.0) (2022-11-16)
88
59
 
89
-
90
60
  ### Features
91
61
 
92
- * **migrations:** file-loader replaced by config-loaders ([db919de](https://github.com/biorate/core/commit/db919de255ca96cf270726828a1e30d77fa63bad))
93
-
94
-
95
-
96
-
62
+ - **migrations:** file-loader replaced by config-loaders ([db919de](https://github.com/biorate/core/commit/db919de255ca96cf270726828a1e30d77fa63bad))
97
63
 
98
64
  ## [1.20.1](https://github.com/biorate/core/compare/v1.20.0...v1.20.1) (2022-11-10)
99
65
 
100
66
  **Note:** Version bump only for package @biorate/migrations
101
67
 
102
-
103
-
104
-
105
-
106
68
  ## [1.11.2](https://github.com/biorate/core/compare/v1.11.1...v1.11.2) (2022-09-21)
107
69
 
108
-
109
70
  ### Bug Fixes
110
71
 
111
- * **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
112
-
113
-
114
-
115
-
72
+ - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
116
73
 
117
74
  ## [1.11.1](https://github.com/biorate/core/compare/v1.11.0...v1.11.1) (2022-09-21)
118
75
 
119
-
120
76
  ### Bug Fixes
121
77
 
122
- * **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
123
-
124
-
125
-
126
-
78
+ - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
127
79
 
128
80
  # [1.11.0](https://github.com/biorate/core/compare/v1.10.0...v1.11.0) (2022-09-21)
129
81
 
130
82
  **Note:** Version bump only for package @biorate/migrations
131
83
 
132
-
133
-
134
-
135
-
136
84
  ## [1.7.1](https://github.com/biorate/core/compare/v1.7.0...v1.7.1) (2022-09-08)
137
85
 
138
86
  **Note:** Version bump only for package @biorate/migrations
139
87
 
140
-
141
-
142
-
143
-
144
88
  # [1.7.0](https://github.com/biorate/core/compare/v1.6.0...v1.7.0) (2022-09-08)
145
89
 
146
90
  **Note:** Version bump only for package @biorate/migrations
147
91
 
148
-
149
-
150
-
151
-
152
92
  # [1.6.0](https://github.com/biorate/core/compare/v1.5.1...v1.6.0) (2022-09-08)
153
93
 
154
94
  **Note:** Version bump only for package @biorate/migrations
155
95
 
156
-
157
-
158
-
159
-
160
96
  ## [1.4.4](https://github.com/biorate/core/compare/v1.4.3...v1.4.4) (2022-08-22)
161
97
 
162
-
163
98
  ### Bug Fixes
164
99
 
165
- * **migrations:** minio interface rename ([41e8a1f](https://github.com/biorate/core/commit/41e8a1fb7dc3b2ce2d9632040f5a51f2a8b8d29f))
166
-
167
-
168
-
169
-
100
+ - **migrations:** minio interface rename ([41e8a1f](https://github.com/biorate/core/commit/41e8a1fb7dc3b2ce2d9632040f5a51f2a8b8d29f))
170
101
 
171
102
  ## [1.4.3](https://github.com/biorate/core/compare/v1.4.2...v1.4.3) (2022-08-22)
172
103
 
173
104
  **Note:** Version bump only for package @biorate/migrations
174
105
 
175
-
176
-
177
-
178
-
179
106
  ## [1.4.2](https://github.com/biorate/core/compare/v1.4.1...v1.4.2) (2022-08-22)
180
107
 
181
-
182
108
  ### Bug Fixes
183
109
 
184
- * **migrations:** scan dir catch ([0959a2d](https://github.com/biorate/core/commit/0959a2d9c46294e7a23d94cc4b6cd60aa00b0a53))
185
-
186
-
187
-
188
-
110
+ - **migrations:** scan dir catch ([0959a2d](https://github.com/biorate/core/commit/0959a2d9c46294e7a23d94cc4b6cd60aa00b0a53))
189
111
 
190
112
  # [1.4.0](https://github.com/biorate/core/compare/v1.3.2...v1.4.0) (2022-08-15)
191
113
 
192
-
193
114
  ### Features
194
115
 
195
- * **migrations:** minio & mongodb ([cf3079c](https://github.com/biorate/core/commit/cf3079c671b963c4f1734c58fbc012a5a74d2772))
196
-
197
-
198
-
199
-
116
+ - **migrations:** minio & mongodb ([cf3079c](https://github.com/biorate/core/commit/cf3079c671b963c4f1734c58fbc012a5a74d2772))
200
117
 
201
118
  ## [1.2.2](https://github.com/biorate/core/compare/v1.2.1...v1.2.2) (2022-08-11)
202
119
 
203
120
  **Note:** Version bump only for package @biorate/migrations
204
121
 
205
-
206
-
207
-
208
-
209
122
  # [1.0.0](https://github.com/biorate/core/compare/v0.30.19...v1.0.0) (2022-07-10)
210
123
 
211
124
  **Note:** Version bump only for package @biorate/migrations
212
125
 
213
-
214
-
215
-
216
-
217
126
  ## [0.30.19](https://github.com/biorate/core/compare/v0.30.18...v0.30.19) (2022-07-10)
218
127
 
219
128
  **Note:** Version bump only for package @biorate/migrations
220
129
 
221
-
222
-
223
-
224
-
225
130
  ## [0.30.18](https://github.com/biorate/core/compare/v0.30.17...v0.30.18) (2022-06-24)
226
131
 
227
132
  **Note:** Version bump only for package @biorate/migrations
228
133
 
229
-
230
-
231
-
232
-
233
134
  ## [0.30.17](https://github.com/biorate/core/compare/v0.30.16...v0.30.17) (2022-06-24)
234
135
 
235
136
  **Note:** Version bump only for package @biorate/migrations
236
137
 
237
-
238
-
239
-
240
-
241
138
  ## [0.30.14](https://github.com/biorate/core/compare/v0.30.13...v0.30.14) (2022-06-24)
242
139
 
243
-
244
140
  ### Bug Fixes
245
141
 
246
- * **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
247
-
248
-
249
-
250
-
142
+ - **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
251
143
 
252
144
  ## [0.30.13](https://github.com/biorate/core/compare/v0.30.12...v0.30.13) (2022-06-24)
253
145
 
254
-
255
146
  ### Bug Fixes
256
147
 
257
- * **migrations:** strict ([e0c7e55](https://github.com/biorate/core/commit/e0c7e55080753badbd6536d06e6a401b51f37862))
258
-
259
-
260
-
261
-
148
+ - **migrations:** strict ([e0c7e55](https://github.com/biorate/core/commit/e0c7e55080753badbd6536d06e6a401b51f37862))
262
149
 
263
150
  ## [0.30.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
264
151
 
265
152
  **Note:** Version bump only for package @biorate/migrations
266
153
 
267
-
268
-
269
-
270
-
271
154
  ## [0.30.10](https://github.com/biorate/core/compare/v0.30.9...v0.30.10) (2022-06-24)
272
155
 
273
156
  **Note:** Version bump only for package @biorate/migrations
274
157
 
275
-
276
-
277
-
278
-
279
158
  ## [0.30.9](https://github.com/biorate/core/compare/v0.30.8...v0.30.9) (2022-06-23)
280
159
 
281
-
282
160
  ### Bug Fixes
283
161
 
284
- * **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
285
-
286
-
287
-
288
-
162
+ - **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
289
163
 
290
164
  ## [0.30.8](https://github.com/biorate/core/compare/v0.30.7...v0.30.8) (2022-06-23)
291
165
 
292
166
  **Note:** Version bump only for package @biorate/migrations
293
167
 
294
-
295
-
296
-
297
-
298
168
  ## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
299
169
 
300
170
  **Note:** Version bump only for package @biorate/migrations
301
171
 
302
-
303
-
304
-
305
-
306
172
  ## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
307
173
 
308
174
  **Note:** Version bump only for package @biorate/migrations
309
175
 
310
-
311
-
312
-
313
-
314
176
  ## [0.30.5](https://github.com/biorate/core/compare/v0.30.4...v0.30.5) (2022-06-23)
315
177
 
316
178
  **Note:** Version bump only for package @biorate/migrations
317
179
 
318
-
319
-
320
-
321
-
322
180
  ## [0.30.4](https://github.com/biorate/core/compare/v0.30.3...v0.30.4) (2022-06-23)
323
181
 
324
182
  **Note:** Version bump only for package @biorate/migrations
325
183
 
326
-
327
-
328
-
329
-
330
184
  ## [0.30.2](https://github.com/biorate/core/compare/v0.30.1...v0.30.2) (2022-06-22)
331
185
 
332
186
  **Note:** Version bump only for package @biorate/migrations
333
187
 
334
-
335
-
336
-
337
-
338
188
  # [0.30.0](https://github.com/biorate/core/compare/v0.29.1...v0.30.0) (2022-06-20)
339
189
 
340
-
341
190
  ### Bug Fixes
342
191
 
343
- * *.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
344
-
345
-
346
-
347
-
192
+ - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
348
193
 
349
194
  ## [0.29.1](https://github.com/biorate/core/compare/v0.29.0...v0.29.1) (2022-06-20)
350
195
 
351
196
  **Note:** Version bump only for package @biorate/migrations
352
197
 
353
-
354
-
355
-
356
-
357
198
  # [0.29.0](https://github.com/biorate/core/compare/v0.28.3...v0.29.0) (2022-06-20)
358
199
 
359
-
360
200
  ### Bug Fixes
361
201
 
362
- * *.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
363
-
364
-
365
-
366
-
202
+ - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
367
203
 
368
204
  ## [0.28.3](https://github.com/biorate/core/compare/v0.28.2...v0.28.3) (2022-05-07)
369
205
 
370
-
371
206
  ### Bug Fixes
372
207
 
373
- * **migrations:** tests and logic ([adaff11](https://github.com/biorate/core/commit/adaff116d1cbb74cf011df251db0d6c730850f56))
374
-
375
-
376
-
377
-
208
+ - **migrations:** tests and logic ([adaff11](https://github.com/biorate/core/commit/adaff116d1cbb74cf011df251db0d6c730850f56))
378
209
 
379
210
  ## [0.28.2](https://github.com/biorate/core/compare/v0.28.1...v0.28.2) (2022-05-06)
380
211
 
381
212
  **Note:** Version bump only for package @biorate/migrations
382
213
 
383
-
384
-
385
-
386
-
387
214
  ## [0.28.1](https://github.com/biorate/core/compare/v0.28.0...v0.28.1) (2022-05-06)
388
215
 
389
-
390
216
  ### Bug Fixes
391
217
 
392
- * **migrations:** start default root script ([271fe83](https://github.com/biorate/core/commit/271fe83aa756336c3e13e8e519e1b5dbcf857f03))
393
-
394
-
395
-
396
-
218
+ - **migrations:** start default root script ([271fe83](https://github.com/biorate/core/commit/271fe83aa756336c3e13e8e519e1b5dbcf857f03))
397
219
 
398
220
  # [0.28.0](https://github.com/biorate/core/compare/v0.27.3...v0.28.0) (2022-05-06)
399
221
 
400
-
401
222
  ### Bug Fixes
402
223
 
403
- * **migrations:** architecture ([fb1b2bd](https://github.com/biorate/core/commit/fb1b2bd364f31fb1b38a6e404365db6b121cfb9c))
404
- * **migrations:** README.md ([478b2d6](https://github.com/biorate/core/commit/478b2d6a4b8f504559b37bdb38d2545c9e39d543))
405
-
224
+ - **migrations:** architecture ([fb1b2bd](https://github.com/biorate/core/commit/fb1b2bd364f31fb1b38a6e404365db6b121cfb9c))
225
+ - **migrations:** README.md ([478b2d6](https://github.com/biorate/core/commit/478b2d6a4b8f504559b37bdb38d2545c9e39d543))
406
226
 
407
227
  ### Features
408
228
 
409
- * **migrations:** module added ([019bb2b](https://github.com/biorate/core/commit/019bb2b106c00427b9abc140d83262a72cd1751b))
229
+ - **migrations:** module added ([019bb2b](https://github.com/biorate/core/commit/019bb2b106c00427b9abc140d83262a72cd1751b))
@@ -23,9 +23,9 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">96.21% </span>
26
+ <span class="strong">95.45% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>127/132</span>
28
+ <span class='fraction'>126/132</span>
29
29
  </div>
30
30
 
31
31
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">97.6% </span>
47
+ <span class="strong">96.8% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>122/125</span>
49
+ <span class='fraction'>121/125</span>
50
50
  </div>
51
51
 
52
52
 
@@ -95,17 +95,17 @@
95
95
 
96
96
  <tr>
97
97
  <td class="file high" data-value="src/types"><a href="src/types/index.html">src/types</a></td>
98
- <td data-value="93.9" class="pic high">
99
- <div class="chart"><div class="cover-fill" style="width: 93%"></div><div class="cover-empty" style="width: 7%"></div></div>
98
+ <td data-value="92.68" class="pic high">
99
+ <div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
100
100
  </td>
101
- <td data-value="93.9" class="pct high">93.9%</td>
102
- <td data-value="82" class="abs high">77/82</td>
101
+ <td data-value="92.68" class="pct high">92.68%</td>
102
+ <td data-value="82" class="abs high">76/82</td>
103
103
  <td data-value="50" class="pct medium">50%</td>
104
104
  <td data-value="6" class="abs medium">3/6</td>
105
105
  <td data-value="100" class="pct high">100%</td>
106
106
  <td data-value="21" class="abs high">21/21</td>
107
- <td data-value="96.1" class="pct high">96.1%</td>
108
- <td data-value="77" class="abs high">74/77</td>
107
+ <td data-value="94.8" class="pct high">94.8%</td>
108
+ <td data-value="77" class="abs high">73/77</td>
109
109
  </tr>
110
110
 
111
111
  </tbody>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-04-17T06:50:45.857Z
119
+ at 2023-05-04T15:29:19.315Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -101,7 +101,10 @@
101
101
  <a name='L36'></a><a href='#L36'>36</a>
102
102
  <a name='L37'></a><a href='#L37'>37</a>
103
103
  <a name='L38'></a><a href='#L38'>38</a>
104
- <a name='L39'></a><a href='#L39'>39</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
104
+ <a name='L39'></a><a href='#L39'>39</a>
105
+ <a name='L40'></a><a href='#L40'>40</a>
106
+ <a name='L41'></a><a href='#L41'>41</a>
107
+ <a name='L42'></a><a href='#L42'>42</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
105
108
  <span class="cline-any cline-yes">1x</span>
106
109
  <span class="cline-any cline-neutral">&nbsp;</span>
107
110
  <span class="cline-any cline-yes">1x</span>
@@ -133,6 +136,9 @@
133
136
  <span class="cline-any cline-yes">1x</span>
134
137
  <span class="cline-any cline-yes">1x</span>
135
138
  <span class="cline-any cline-yes">1x</span>
139
+ <span class="cline-any cline-neutral">&nbsp;</span>
140
+ <span class="cline-any cline-neutral">&nbsp;</span>
141
+ <span class="cline-any cline-neutral">&nbsp;</span>
136
142
  <span class="cline-any cline-yes">1x</span>
137
143
  <span class="cline-any cline-yes">1x</span>
138
144
  <span class="cline-any cline-yes">1x</span>
@@ -170,7 +176,10 @@ container
170
176
  .inSingletonScope();
171
177
  container.bind&lt;IMinioConnection&gt;(Types.Minio).to(MinioConnector).inSingletonScope();
172
178
  container.bind&lt;IMongoDBConnection&gt;(Types.Mongodb).to(MongoDBConnector).inSingletonScope();
173
- container.bind&lt;IKafkaJSAdminConnector&gt;(Types.Kafka).to(KafkaJSAdminConnector).inSingletonScope();
179
+ container
180
+ .bind&lt;IKafkaJSAdminConnector&gt;(Types.Kafka)
181
+ .to(KafkaJSAdminConnector)
182
+ .inSingletonScope();
174
183
  container.bind&lt;Migrations.Sequelize&gt;(Migrations.Sequelize).toSelf().inSingletonScope();
175
184
  container.bind&lt;Migrations.Minio&gt;(Migrations.Minio).toSelf().inSingletonScope();
176
185
  container.bind&lt;Migrations.Mongodb&gt;(Migrations.Mongodb).toSelf().inSingletonScope();
@@ -184,7 +193,7 @@ container.get&lt;Root&gt;(Root).$run().catch(console.error);
184
193
  <div class='footer quiet pad2 space-top1 center small'>
185
194
  Code coverage generated by
186
195
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
187
- at 2023-04-17T06:50:45.857Z
196
+ at 2023-05-04T15:29:19.315Z
188
197
  </div>
189
198
  <script src="../prettify.js"></script>
190
199
  <script>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2023-04-17T06:50:45.857Z
134
+ at 2023-05-04T15:29:19.315Z
135
135
  </div>
136
136
  <script src="../prettify.js"></script>
137
137
  <script>
@@ -100,7 +100,7 @@ require(process.env.MIGRATIONS_ROOT
100
100
  <div class='footer quiet pad2 space-top1 center small'>
101
101
  Code coverage generated by
102
102
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
103
- at 2023-04-17T06:50:45.857Z
103
+ at 2023-05-04T15:29:19.315Z
104
104
  </div>
105
105
  <script src="../prettify.js"></script>
106
106
  <script>
@@ -145,7 +145,7 @@ Core.log = null;
145
145
  <div class='footer quiet pad2 space-top1 center small'>
146
146
  Code coverage generated by
147
147
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
148
- at 2023-04-17T06:50:45.857Z
148
+ at 2023-05-04T15:29:19.315Z
149
149
  </div>
150
150
  <script src="../prettify.js"></script>
151
151
  <script>
@@ -23,9 +23,9 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">93.9% </span>
26
+ <span class="strong">92.68% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>77/82</span>
28
+ <span class='fraction'>76/82</span>
29
29
  </div>
30
30
 
31
31
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">96.1% </span>
47
+ <span class="strong">94.8% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>74/77</span>
49
+ <span class='fraction'>73/77</span>
50
50
  </div>
51
51
 
52
52
 
@@ -95,17 +95,17 @@
95
95
 
96
96
  <tr>
97
97
  <td class="file high" data-value="kafka.ts"><a href="kafka.ts.html">kafka.ts</a></td>
98
- <td data-value="100" class="pic high">
99
- <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
98
+ <td data-value="88.88" class="pic high">
99
+ <div class="chart"><div class="cover-fill" style="width: 88%"></div><div class="cover-empty" style="width: 12%"></div></div>
100
100
  </td>
101
- <td data-value="100" class="pct high">100%</td>
102
- <td data-value="9" class="abs high">9/9</td>
101
+ <td data-value="88.88" class="pct high">88.88%</td>
102
+ <td data-value="9" class="abs high">8/9</td>
103
103
  <td data-value="100" class="pct high">100%</td>
104
104
  <td data-value="0" class="abs high">0/0</td>
105
105
  <td data-value="100" class="pct high">100%</td>
106
106
  <td data-value="3" class="abs high">3/3</td>
107
- <td data-value="100" class="pct high">100%</td>
108
- <td data-value="9" class="abs high">9/9</td>
107
+ <td data-value="88.88" class="pct high">88.88%</td>
108
+ <td data-value="9" class="abs high">8/9</td>
109
109
  </tr>
110
110
 
111
111
  <tr>
@@ -176,7 +176,7 @@
176
176
  <div class='footer quiet pad2 space-top1 center small'>
177
177
  Code coverage generated by
178
178
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
179
- at 2023-04-17T06:50:45.857Z
179
+ at 2023-05-04T15:29:19.315Z
180
180
  </div>
181
181
  <script src="../../prettify.js"></script>
182
182
  <script>
@@ -82,7 +82,7 @@ export * from './kafka';
82
82
  <div class='footer quiet pad2 space-top1 center small'>
83
83
  Code coverage generated by
84
84
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
85
- at 2023-04-17T06:50:45.857Z
85
+ at 2023-05-04T15:29:19.315Z
86
86
  </div>
87
87
  <script src="../../prettify.js"></script>
88
88
  <script>