@biorate/sequelize 1.159.0 → 2.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 (58) 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/{src → cjs/src}/interfaces.js +0 -1
  6. package/dist/esm/index.js +1 -0
  7. package/dist/esm/package.json +3 -0
  8. package/dist/esm/src/errors.js +11 -0
  9. package/dist/esm/src/index.js +47 -0
  10. package/dist/esm/src/interfaces.js +1 -0
  11. package/dist/types/src/errors.d.ts +7 -0
  12. package/dist/types/src/index.d.ts +23 -0
  13. package/{src/interfaces.ts → dist/types/src/interfaces.d.ts} +10 -12
  14. package/package.json +34 -9
  15. package/.nyc_output/7d273a30-bdb1-4134-9bd0-c8b150a04af0.json +0 -1
  16. package/.nyc_output/df0b2ef8-f769-4750-bf53-017bcbc1d748.json +0 -1
  17. package/.nyc_output/f45374f3-8bca-43e8-b395-9d5aabdd0549.json +0 -1
  18. package/.nyc_output/processinfo/7d273a30-bdb1-4134-9bd0-c8b150a04af0.json +0 -1
  19. package/.nyc_output/processinfo/df0b2ef8-f769-4750-bf53-017bcbc1d748.json +0 -1
  20. package/.nyc_output/processinfo/f45374f3-8bca-43e8-b395-9d5aabdd0549.json +0 -1
  21. package/.nyc_output/processinfo/index.json +0 -1
  22. package/CHANGELOG.md +0 -625
  23. package/allure-results/14a446bd-8240-41f3-918b-87c1fff2ff12-result.json +0 -1
  24. package/allure-results/203b83fb-2330-4fc2-8ad3-026c7ae90805-result.json +0 -1
  25. package/allure-results/2bae4767-1549-49e0-80da-d819586b0b7e-container.json +0 -1
  26. package/allure-results/44e53edc-760f-44aa-a7fa-ab8f2c6eda6b-result.json +0 -1
  27. package/allure-results/6e4d9fce-1ce3-4dce-ac66-29b95b177f4c-container.json +0 -1
  28. package/allure-results/cc97c180-ee25-4451-a851-2d0f7c766639-result.json +0 -1
  29. package/coverage/base.css +0 -224
  30. package/coverage/block-navigation.js +0 -87
  31. package/coverage/clover.xml +0 -62
  32. package/coverage/coverage-final.json +0 -7
  33. package/coverage/favicon.png +0 -0
  34. package/coverage/index.html +0 -146
  35. package/coverage/prettify.css +0 -1
  36. package/coverage/prettify.js +0 -2
  37. package/coverage/sort-arrow-sprite.png +0 -0
  38. package/coverage/sorter.js +0 -210
  39. package/coverage/src/errors.ts.html +0 -124
  40. package/coverage/src/index.html +0 -146
  41. package/coverage/src/index.ts.html +0 -523
  42. package/coverage/src/interfaces.ts.html +0 -148
  43. package/coverage/tests/__mocks__/index.html +0 -116
  44. package/coverage/tests/__mocks__/index.ts.html +0 -205
  45. package/coverage/tests/__mocks__/models/index.html +0 -131
  46. package/coverage/tests/__mocks__/models/index.ts.html +0 -88
  47. package/coverage/tests/__mocks__/models/test.ts.html +0 -124
  48. package/dist/index.js.map +0 -1
  49. package/dist/src/errors.js.map +0 -1
  50. package/dist/src/index.js.map +0 -1
  51. package/dist/src/interfaces.js.map +0 -1
  52. package/dist/tsconfig.build.tsbuildinfo +0 -1
  53. package/index.d.ts +0 -23
  54. package/src/errors.ts +0 -13
  55. package/src/index.ts +0 -146
  56. package/tsconfig.build.json +0 -5
  57. package/tsconfig.json +0 -9
  58. /package/{index.ts → dist/types/index.d.ts} +0 -0
package/CHANGELOG.md DELETED
@@ -1,625 +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.159.0](https://github.com/biorate/core/compare/@biorate/sequelize@1.158.1...@biorate/sequelize@1.159.0) (2026-04-20)
7
-
8
- ### Features
9
-
10
- - **vitest:** release ([81f70e9](https://github.com/biorate/core/commit/81f70e90db450e3a22fc38fb885081e14e10f2c2))
11
-
12
- ## [1.158.1](https://github.com/biorate/core/compare/@biorate/sequelize@1.158.0...@biorate/sequelize@1.158.1) (2026-03-24)
13
-
14
- **Note:** Version bump only for package @biorate/sequelize
15
-
16
- # [1.158.0](https://github.com/biorate/core/compare/@biorate/sequelize@1.157.0...@biorate/sequelize@1.158.0) (2026-02-13)
17
-
18
- ### Features
19
-
20
- - vitest-intergation ([78368a5](https://github.com/biorate/core/commit/78368a534c0f55685d9b91b046100c98316f30c9))
21
-
22
- # 1.157.0 (2026-02-10)
23
-
24
- ### Bug Fixes
25
-
26
- - .npmrc ([51785c1](https://github.com/biorate/core/commit/51785c175101225ae3cef838967b401417e68126))
27
- - root .mocharc .nycrc.json ([236c00d](https://github.com/biorate/core/commit/236c00d3b1db3c4417ab3c07206b812cbcb10000))
28
- - root .mocharc .nycrc.json ([6e906e9](https://github.com/biorate/core/commit/6e906e962d10360051c97a11df8516784895c3d8))
29
- - tests ([51a593f](https://github.com/biorate/core/commit/51a593f301b185e24a39513d503fcb0608e477f8))
30
-
31
- ### Features
32
-
33
- - **config:** @{} = ${} template added ([744286f](https://github.com/biorate/core/commit/744286f5728828eb4b230d07c7c9872f442da6be))
34
- - **config:** @{} = ${} template added ([904fe69](https://github.com/biorate/core/commit/904fe698a4e605e9bf381abcbbab5e4d189c5c8b))
35
- - update "main" value in package.json ([89de1e3](https://github.com/biorate/core/commit/89de1e3203bcd5123587d046c9277a304bbe4008))
36
-
37
- ## 1.156.2 (2025-09-18)
38
-
39
- # 1.156.0 (2025-09-18)
40
-
41
- # 1.120.0 (2025-04-29)
42
-
43
- ## 1.105.2 (2025-03-05)
44
-
45
- ### Bug Fixes
46
-
47
- - **sequelize:** peerDependencies ([c179505](https://github.com/biorate/core/commit/c179505a80e3f5891143c5e9b8dfd0a6efa612e6))
48
-
49
- # 1.104.0 (2025-02-28)
50
-
51
- ### Features
52
-
53
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
54
-
55
- ## 1.102.1 (2025-02-28)
56
-
57
- # 1.102.0 (2025-02-28)
58
-
59
- ### Features
60
-
61
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
62
-
63
- # 1.100.0 (2025-02-26)
64
-
65
- # 1.96.0 (2024-12-26)
66
-
67
- ## 1.95.1 (2024-12-26)
68
-
69
- # 1.95.0 (2024-12-26)
70
-
71
- ## 1.93.1 (2024-12-19)
72
-
73
- # 1.93.0 (2024-12-19)
74
-
75
- ## 1.91.5 (2024-12-06)
76
-
77
- ## 1.91.4 (2024-12-06)
78
-
79
- ## 1.91.3 (2024-12-06)
80
-
81
- ## 1.91.2 (2024-12-06)
82
-
83
- ## 1.91.1 (2024-12-06)
84
-
85
- # 1.91.0 (2024-12-05)
86
-
87
- # 1.90.0 (2024-12-05)
88
-
89
- ## 1.87.4 (2024-09-30)
90
-
91
- ### Bug Fixes
92
-
93
- - **sequelize:** deps ([f741a7d](https://github.com/biorate/core/commit/f741a7dc0f573aeed8b306d5420bb67d41c38e83))
94
-
95
- # 1.79.0 (2024-07-12)
96
-
97
- ### Features
98
-
99
- - **sequelize:** dependency up ([4407c19](https://github.com/biorate/core/commit/4407c19d13789d8fb79592f48b65080489841acd))
100
-
101
- ## 1.76.3 (2024-07-11)
102
-
103
- ## 1.74.1 (2024-05-31)
104
-
105
- ### Bug Fixes
106
-
107
- - **sequelize:** Op exports ([2766e70](https://github.com/biorate/core/commit/2766e70203e43b59235b9e424f5cc143e5293615))
108
-
109
- ## 1.65.7 (2024-03-27)
110
-
111
- ### Bug Fixes
112
-
113
- - **sequelize:** export sequalize ([cb6210c](https://github.com/biorate/core/commit/cb6210cdc1cb753d40e354ec7328a3656666d81a))
114
-
115
- ## 1.65.6 (2024-03-27)
116
-
117
- ### Bug Fixes
118
-
119
- - **sequelize:** export \* as sequelize ([cdb715d](https://github.com/biorate/core/commit/cdb715d2c6dd23902a909c6baf3f6c9ac996f9f1))
120
-
121
- ## 1.65.5 (2024-03-27)
122
-
123
- ### Bug Fixes
124
-
125
- - **sequelize:** export Transaction ([2eda168](https://github.com/biorate/core/commit/2eda1682bc8d03457ffdca0d1499e1c223c4c854))
126
-
127
- ## 1.65.4 (2024-03-26)
128
-
129
- # 1.64.0 (2024-03-20)
130
-
131
- ### Features
132
-
133
- - **proxy:** module added ([cdbc025](https://github.com/biorate/core/commit/cdbc02526ce6a0f982d2bd49d435d59189c3a60b))
134
-
135
- # 1.54.0 (2024-01-11)
136
-
137
- ## 1.42.2 (2023-09-07)
138
-
139
- ## 1.42.1 (2023-09-04)
140
-
141
- ## 1.38.4 (2023-08-11)
142
-
143
- ## 1.38.3 (2023-08-10)
144
-
145
- ## 1.38.2 (2023-08-10)
146
-
147
- ## 1.38.1 (2023-08-10)
148
-
149
- ## 1.30.12 (2023-07-18)
150
-
151
- # 1.29.0 (2023-05-05)
152
-
153
- ### Bug Fixes
154
-
155
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
156
-
157
- ## 1.28.2 (2023-05-05)
158
-
159
- ## 1.28.1 (2023-05-05)
160
-
161
- # 1.28.0 (2023-05-04)
162
-
163
- ### Features
164
-
165
- - typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
166
-
167
- ## 1.27.2 (2023-04-20)
168
-
169
- ## 1.27.1 (2023-04-17)
170
-
171
- # 1.27.0 (2023-04-17)
172
-
173
- # 1.26.0 (2023-04-14)
174
-
175
- # 1.24.0 (2023-02-01)
176
-
177
- ## 1.20.1 (2022-11-10)
178
-
179
- ## 1.11.2 (2022-09-21)
180
-
181
- ### Bug Fixes
182
-
183
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
184
-
185
- ## 1.11.1 (2022-09-21)
186
-
187
- ### Bug Fixes
188
-
189
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
190
-
191
- # 1.11.0 (2022-09-21)
192
-
193
- ## 1.7.1 (2022-09-08)
194
-
195
- # 1.7.0 (2022-09-08)
196
-
197
- # 1.6.0 (2022-09-08)
198
-
199
- # 1.4.0 (2022-08-15)
200
-
201
- ## 1.2.2 (2022-08-11)
202
-
203
- # 1.0.0 (2022-07-10)
204
-
205
- ## 0.30.19 (2022-07-10)
206
-
207
- ## 0.30.18 (2022-06-24)
208
-
209
- ## 0.30.17 (2022-06-24)
210
-
211
- ## 0.30.14 (2022-06-24)
212
-
213
- ### Bug Fixes
214
-
215
- - **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
216
-
217
- ## 0.30.11 (2022-06-24)
218
-
219
- ## 0.30.10 (2022-06-24)
220
-
221
- ## 0.30.9 (2022-06-23)
222
-
223
- ### Bug Fixes
224
-
225
- - **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
226
-
227
- ## 0.30.8 (2022-06-23)
228
-
229
- ## 0.30.7 (2022-06-23)
230
-
231
- ## 0.30.6 (2022-06-23)
232
-
233
- ## 0.30.5 (2022-06-23)
234
-
235
- ## 0.30.4 (2022-06-23)
236
-
237
- ## 0.30.2 (2022-06-22)
238
-
239
- # 0.30.0 (2022-06-20)
240
-
241
- ### Bug Fixes
242
-
243
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
244
-
245
- ## 0.29.1 (2022-06-20)
246
-
247
- # 0.29.0 (2022-06-20)
248
-
249
- ### Bug Fixes
250
-
251
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
252
-
253
- ## 0.28.3 (2022-05-07)
254
-
255
- # 0.28.0 (2022-05-06)
256
-
257
- ## 0.27.3 (2022-05-06)
258
-
259
- ### Bug Fixes
260
-
261
- - index.d.ts file added into mongodb, sequelize, schema-registry connectors ([8f142d3](https://github.com/biorate/core/commit/8f142d36e4face9d101e76f3954d565932a4c40f))
262
-
263
- # 0.27.0 (2022-05-06)
264
-
265
- ### Bug Fixes
266
-
267
- - connection type fix ([6e15e44](https://github.com/biorate/core/commit/6e15e449ae330d3e7ee3c75f38bd920457abb60c))
268
- - **sequelize:** tests, documentation ([3c8016d](https://github.com/biorate/core/commit/3c8016de99538081ee004c1d274b4d288fd23d02))
269
-
270
- ### Features
271
-
272
- - **sequelize:** module added ([0248d79](https://github.com/biorate/core/commit/0248d7948f1c7fdef776b0e83ac34ff651147515))
273
-
274
- ## [1.156.2](https://github.com/biorate/core/compare/v1.156.1...v1.156.2) (2025-09-18)
275
-
276
- **Note:** Version bump only for package @biorate/sequelize
277
-
278
- # [1.156.0](https://github.com/biorate/core/compare/v1.155.0...v1.156.0) (2025-09-18)
279
-
280
- **Note:** Version bump only for package @biorate/sequelize
281
-
282
- # [1.120.0](https://github.com/biorate/core/compare/v1.119.2...v1.120.0) (2025-04-29)
283
-
284
- **Note:** Version bump only for package @biorate/sequelize
285
-
286
- ## [1.105.2](https://github.com/biorate/core/compare/v1.105.1...v1.105.2) (2025-03-05)
287
-
288
- ### Bug Fixes
289
-
290
- - **sequelize:** peerDependencies ([c179505](https://github.com/biorate/core/commit/c179505a80e3f5891143c5e9b8dfd0a6efa612e6))
291
-
292
- # [1.104.0](https://github.com/biorate/core/compare/v1.102.1...v1.104.0) (2025-02-28)
293
-
294
- ### Features
295
-
296
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
297
-
298
- # [1.103.0](https://github.com/biorate/core/compare/v1.102.1...v1.103.0) (2025-02-28)
299
-
300
- **Note:** Version bump only for package @biorate/sequelize
301
-
302
- ## [1.102.1](https://github.com/biorate/core/compare/v1.102.0...v1.102.1) (2025-02-28)
303
-
304
- **Note:** Version bump only for package @biorate/sequelize
305
-
306
- # [1.102.0](https://github.com/biorate/core/compare/v1.101.0...v1.102.0) (2025-02-28)
307
-
308
- ### Features
309
-
310
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
311
-
312
- # [1.100.0](https://github.com/biorate/core/compare/v1.99.0...v1.100.0) (2025-02-26)
313
-
314
- **Note:** Version bump only for package @biorate/sequelize
315
-
316
- # [1.96.0](https://github.com/biorate/core/compare/v1.95.1...v1.96.0) (2024-12-26)
317
-
318
- **Note:** Version bump only for package @biorate/sequelize
319
-
320
- ## [1.95.1](https://github.com/biorate/core/compare/v1.95.0...v1.95.1) (2024-12-26)
321
-
322
- **Note:** Version bump only for package @biorate/sequelize
323
-
324
- # [1.95.0](https://github.com/biorate/core/compare/v1.94.1...v1.95.0) (2024-12-26)
325
-
326
- **Note:** Version bump only for package @biorate/sequelize
327
-
328
- ## [1.93.1](https://github.com/biorate/core/compare/v1.93.0...v1.93.1) (2024-12-19)
329
-
330
- **Note:** Version bump only for package @biorate/sequelize
331
-
332
- # [1.93.0](https://github.com/biorate/core/compare/v1.92.0...v1.93.0) (2024-12-19)
333
-
334
- **Note:** Version bump only for package @biorate/sequelize
335
-
336
- ## [1.91.5](https://github.com/biorate/core/compare/v1.91.4...v1.91.5) (2024-12-06)
337
-
338
- **Note:** Version bump only for package @biorate/sequelize
339
-
340
- ## [1.91.4](https://github.com/biorate/core/compare/v1.91.3...v1.91.4) (2024-12-06)
341
-
342
- **Note:** Version bump only for package @biorate/sequelize
343
-
344
- ## [1.91.3](https://github.com/biorate/core/compare/v1.91.2...v1.91.3) (2024-12-06)
345
-
346
- **Note:** Version bump only for package @biorate/sequelize
347
-
348
- ## [1.91.2](https://github.com/biorate/core/compare/v1.91.1...v1.91.2) (2024-12-06)
349
-
350
- **Note:** Version bump only for package @biorate/sequelize
351
-
352
- ## [1.91.1](https://github.com/biorate/core/compare/v1.91.0...v1.91.1) (2024-12-06)
353
-
354
- **Note:** Version bump only for package @biorate/sequelize
355
-
356
- # [1.91.0](https://github.com/biorate/core/compare/v1.90.0...v1.91.0) (2024-12-05)
357
-
358
- **Note:** Version bump only for package @biorate/sequelize
359
-
360
- # [1.90.0](https://github.com/biorate/core/compare/v1.89.0...v1.90.0) (2024-12-05)
361
-
362
- **Note:** Version bump only for package @biorate/sequelize
363
-
364
- ## [1.87.4](https://github.com/biorate/core/compare/v1.87.3...v1.87.4) (2024-09-30)
365
-
366
- ### Bug Fixes
367
-
368
- - **sequelize:** deps ([f741a7d](https://github.com/biorate/core/commit/f741a7dc0f573aeed8b306d5420bb67d41c38e83))
369
-
370
- # [1.79.0](https://github.com/biorate/core/compare/v1.78.0...v1.79.0) (2024-07-12)
371
-
372
- ### Features
373
-
374
- - **sequelize:** dependency up ([4407c19](https://github.com/biorate/core/commit/4407c19d13789d8fb79592f48b65080489841acd))
375
-
376
- ## [1.76.3](https://github.com/biorate/core/compare/v1.76.2...v1.76.3) (2024-07-11)
377
-
378
- **Note:** Version bump only for package @biorate/sequelize
379
-
380
- ## [1.74.1](https://github.com/biorate/core/compare/v1.74.0...v1.74.1) (2024-05-31)
381
-
382
- ### Bug Fixes
383
-
384
- - **sequelize:** Op exports ([2766e70](https://github.com/biorate/core/commit/2766e70203e43b59235b9e424f5cc143e5293615))
385
-
386
- ## [1.65.7](https://github.com/biorate/core/compare/v1.65.6...v1.65.7) (2024-03-27)
387
-
388
- ### Bug Fixes
389
-
390
- - **sequelize:** export sequalize ([cb6210c](https://github.com/biorate/core/commit/cb6210cdc1cb753d40e354ec7328a3656666d81a))
391
-
392
- ## [1.65.6](https://github.com/biorate/core/compare/v1.65.5...v1.65.6) (2024-03-27)
393
-
394
- ### Bug Fixes
395
-
396
- - **sequelize:** export \* as sequelize ([cdb715d](https://github.com/biorate/core/commit/cdb715d2c6dd23902a909c6baf3f6c9ac996f9f1))
397
-
398
- ## [1.65.5](https://github.com/biorate/core/compare/v1.65.4...v1.65.5) (2024-03-27)
399
-
400
- ### Bug Fixes
401
-
402
- - **sequelize:** export Transaction ([2eda168](https://github.com/biorate/core/commit/2eda1682bc8d03457ffdca0d1499e1c223c4c854))
403
-
404
- ## [1.65.4](https://github.com/biorate/core/compare/v1.65.3...v1.65.4) (2024-03-26)
405
-
406
- **Note:** Version bump only for package @biorate/sequelize
407
-
408
- # [1.64.0](https://github.com/biorate/core/compare/v1.63.0...v1.64.0) (2024-03-20)
409
-
410
- ### Features
411
-
412
- - **proxy:** module added ([cdbc025](https://github.com/biorate/core/commit/cdbc02526ce6a0f982d2bd49d435d59189c3a60b))
413
-
414
- # [1.54.0](https://github.com/biorate/core/compare/v1.53.3...v1.54.0) (2024-01-11)
415
-
416
- **Note:** Version bump only for package @biorate/sequelize
417
-
418
- ## [1.42.2](https://github.com/biorate/core/compare/v1.42.1...v1.42.2) (2023-09-07)
419
-
420
- **Note:** Version bump only for package @biorate/sequelize
421
-
422
- ## [1.42.1](https://github.com/biorate/core/compare/v1.42.0...v1.42.1) (2023-09-04)
423
-
424
- **Note:** Version bump only for package @biorate/sequelize
425
-
426
- ## [1.38.4](https://github.com/biorate/core/compare/v1.38.3...v1.38.4) (2023-08-11)
427
-
428
- **Note:** Version bump only for package @biorate/sequelize
429
-
430
- ## [1.38.3](https://github.com/biorate/core/compare/v1.38.2...v1.38.3) (2023-08-10)
431
-
432
- **Note:** Version bump only for package @biorate/sequelize
433
-
434
- ## [1.38.2](https://github.com/biorate/core/compare/v1.38.1...v1.38.2) (2023-08-10)
435
-
436
- **Note:** Version bump only for package @biorate/sequelize
437
-
438
- ## [1.38.1](https://github.com/biorate/core/compare/v1.38.0...v1.38.1) (2023-08-10)
439
-
440
- **Note:** Version bump only for package @biorate/sequelize
441
-
442
- ## [1.30.12](https://github.com/biorate/core/compare/v1.30.11...v1.30.12) (2023-07-18)
443
-
444
- **Note:** Version bump only for package @biorate/sequelize
445
-
446
- # [1.29.0](https://github.com/biorate/core/compare/v1.28.2...v1.29.0) (2023-05-05)
447
-
448
- ### Bug Fixes
449
-
450
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
451
-
452
- ## [1.28.2](https://github.com/biorate/core/compare/v1.28.1...v1.28.2) (2023-05-05)
453
-
454
- **Note:** Version bump only for package @biorate/sequelize
455
-
456
- ## [1.28.1](https://github.com/biorate/core/compare/v1.28.0...v1.28.1) (2023-05-05)
457
-
458
- **Note:** Version bump only for package @biorate/sequelize
459
-
460
- # [1.28.0](https://github.com/biorate/core/compare/v1.27.7...v1.28.0) (2023-05-04)
461
-
462
- ### Features
463
-
464
- - typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
465
-
466
- ## [1.27.2](https://github.com/biorate/core/compare/v1.27.1...v1.27.2) (2023-04-20)
467
-
468
- **Note:** Version bump only for package @biorate/sequelize
469
-
470
- ## [1.27.1](https://github.com/biorate/core/compare/v1.27.0...v1.27.1) (2023-04-17)
471
-
472
- **Note:** Version bump only for package @biorate/sequelize
473
-
474
- # [1.27.0](https://github.com/biorate/core/compare/v1.26.0...v1.27.0) (2023-04-17)
475
-
476
- **Note:** Version bump only for package @biorate/sequelize
477
-
478
- # [1.26.0](https://github.com/biorate/core/compare/v1.25.5...v1.26.0) (2023-04-14)
479
-
480
- **Note:** Version bump only for package @biorate/sequelize
481
-
482
- # [1.24.0](https://github.com/biorate/core/compare/v1.23.2...v1.24.0) (2023-02-01)
483
-
484
- **Note:** Version bump only for package @biorate/sequelize
485
-
486
- ## [1.20.1](https://github.com/biorate/core/compare/v1.20.0...v1.20.1) (2022-11-10)
487
-
488
- **Note:** Version bump only for package @biorate/sequelize
489
-
490
- ## [1.11.2](https://github.com/biorate/core/compare/v1.11.1...v1.11.2) (2022-09-21)
491
-
492
- ### Bug Fixes
493
-
494
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
495
-
496
- ## [1.11.1](https://github.com/biorate/core/compare/v1.11.0...v1.11.1) (2022-09-21)
497
-
498
- ### Bug Fixes
499
-
500
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
501
-
502
- # [1.11.0](https://github.com/biorate/core/compare/v1.10.0...v1.11.0) (2022-09-21)
503
-
504
- **Note:** Version bump only for package @biorate/sequelize
505
-
506
- ## [1.7.1](https://github.com/biorate/core/compare/v1.7.0...v1.7.1) (2022-09-08)
507
-
508
- **Note:** Version bump only for package @biorate/sequelize
509
-
510
- # [1.7.0](https://github.com/biorate/core/compare/v1.6.0...v1.7.0) (2022-09-08)
511
-
512
- **Note:** Version bump only for package @biorate/sequelize
513
-
514
- # [1.6.0](https://github.com/biorate/core/compare/v1.5.1...v1.6.0) (2022-09-08)
515
-
516
- **Note:** Version bump only for package @biorate/sequelize
517
-
518
- # [1.4.0](https://github.com/biorate/core/compare/v1.3.2...v1.4.0) (2022-08-15)
519
-
520
- **Note:** Version bump only for package @biorate/sequelize
521
-
522
- ## [1.2.2](https://github.com/biorate/core/compare/v1.2.1...v1.2.2) (2022-08-11)
523
-
524
- **Note:** Version bump only for package @biorate/sequelize
525
-
526
- # [1.0.0](https://github.com/biorate/core/compare/v0.30.19...v1.0.0) (2022-07-10)
527
-
528
- **Note:** Version bump only for package @biorate/sequelize
529
-
530
- ## [0.30.19](https://github.com/biorate/core/compare/v0.30.18...v0.30.19) (2022-07-10)
531
-
532
- **Note:** Version bump only for package @biorate/sequelize
533
-
534
- ## [0.30.18](https://github.com/biorate/core/compare/v0.30.17...v0.30.18) (2022-06-24)
535
-
536
- **Note:** Version bump only for package @biorate/sequelize
537
-
538
- ## [0.30.17](https://github.com/biorate/core/compare/v0.30.16...v0.30.17) (2022-06-24)
539
-
540
- **Note:** Version bump only for package @biorate/sequelize
541
-
542
- ## [0.30.14](https://github.com/biorate/core/compare/v0.30.13...v0.30.14) (2022-06-24)
543
-
544
- ### Bug Fixes
545
-
546
- - **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
547
-
548
- ## [0.30.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
549
-
550
- **Note:** Version bump only for package @biorate/sequelize
551
-
552
- ## [0.30.10](https://github.com/biorate/core/compare/v0.30.9...v0.30.10) (2022-06-24)
553
-
554
- **Note:** Version bump only for package @biorate/sequelize
555
-
556
- ## [0.30.9](https://github.com/biorate/core/compare/v0.30.8...v0.30.9) (2022-06-23)
557
-
558
- ### Bug Fixes
559
-
560
- - **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
561
-
562
- ## [0.30.8](https://github.com/biorate/core/compare/v0.30.7...v0.30.8) (2022-06-23)
563
-
564
- **Note:** Version bump only for package @biorate/sequelize
565
-
566
- ## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
567
-
568
- **Note:** Version bump only for package @biorate/sequelize
569
-
570
- ## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
571
-
572
- **Note:** Version bump only for package @biorate/sequelize
573
-
574
- ## [0.30.5](https://github.com/biorate/core/compare/v0.30.4...v0.30.5) (2022-06-23)
575
-
576
- **Note:** Version bump only for package @biorate/sequelize
577
-
578
- ## [0.30.4](https://github.com/biorate/core/compare/v0.30.3...v0.30.4) (2022-06-23)
579
-
580
- **Note:** Version bump only for package @biorate/sequelize
581
-
582
- ## [0.30.2](https://github.com/biorate/core/compare/v0.30.1...v0.30.2) (2022-06-22)
583
-
584
- **Note:** Version bump only for package @biorate/sequelize
585
-
586
- # [0.30.0](https://github.com/biorate/core/compare/v0.29.1...v0.30.0) (2022-06-20)
587
-
588
- ### Bug Fixes
589
-
590
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
591
-
592
- ## [0.29.1](https://github.com/biorate/core/compare/v0.29.0...v0.29.1) (2022-06-20)
593
-
594
- **Note:** Version bump only for package @biorate/sequelize
595
-
596
- # [0.29.0](https://github.com/biorate/core/compare/v0.28.3...v0.29.0) (2022-06-20)
597
-
598
- ### Bug Fixes
599
-
600
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
601
-
602
- ## [0.28.3](https://github.com/biorate/core/compare/v0.28.2...v0.28.3) (2022-05-07)
603
-
604
- **Note:** Version bump only for package @biorate/sequelize
605
-
606
- # [0.28.0](https://github.com/biorate/core/compare/v0.27.3...v0.28.0) (2022-05-06)
607
-
608
- **Note:** Version bump only for package @biorate/sequelize
609
-
610
- ## [0.27.3](https://github.com/biorate/core/compare/v0.27.2...v0.27.3) (2022-05-06)
611
-
612
- ### Bug Fixes
613
-
614
- - index.d.ts file added into mongodb, sequelize, schema-registry connectors ([8f142d3](https://github.com/biorate/core/commit/8f142d36e4face9d101e76f3954d565932a4c40f))
615
-
616
- # [0.27.0](https://github.com/biorate/core/compare/v0.26.0...v0.27.0) (2022-05-06)
617
-
618
- ### Bug Fixes
619
-
620
- - connection type fix ([6e15e44](https://github.com/biorate/core/commit/6e15e449ae330d3e7ee3c75f38bd920457abb60c))
621
- - **sequelize:** tests, documentation ([3c8016d](https://github.com/biorate/core/commit/3c8016de99538081ee004c1d274b4d288fd23d02))
622
-
623
- ### Features
624
-
625
- - **sequelize:** module added ([0248d79](https://github.com/biorate/core/commit/0248d7948f1c7fdef776b0e83ac34ff651147515))
@@ -1 +0,0 @@
1
- {"uuid":"14a446bd-8240-41f3-918b-87c1fff2ff12","historyId":"1e865ea5fa364688d3d3b6a3de79bdcd:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/sequelize"}],"links":[],"start":1770826551770,"name":"sync","fullName":"/tests/index.spec.ts: @biorate/sequelize > sync","stop":1770826551789}
@@ -1 +0,0 @@
1
- {"uuid":"203b83fb-2330-4fc2-8ad3-026c7ae90805","historyId":"56b61d2f2575519977bceb3edf1bef3d:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/sequelize"}],"links":[],"start":1770826551806,"name":"find","fullName":"/tests/index.spec.ts: @biorate/sequelize > find","stop":1770826551827}
@@ -1 +0,0 @@
1
- {"uuid":"2bae4767-1549-49e0-80da-d819586b0b7e","children":["6e4d9fce-1ce3-4dce-ac66-29b95b177f4c"],"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":"44e53edc-760f-44aa-a7fa-ab8f2c6eda6b","historyId":"a9bd0bad41c26d2f0cdb459b94b12d54:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/sequelize"}],"links":[],"start":1770826551750,"name":"query","fullName":"/tests/index.spec.ts: @biorate/sequelize > query","stop":1770826551769}
@@ -1 +0,0 @@
1
- {"uuid":"6e4d9fce-1ce3-4dce-ac66-29b95b177f4c","children":["44e53edc-760f-44aa-a7fa-ab8f2c6eda6b","14a446bd-8240-41f3-918b-87c1fff2ff12","cc97c180-ee25-4451-a851-2d0f7c766639","203b83fb-2330-4fc2-8ad3-026c7ae90805"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook for \"query\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"query\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"sync\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"create\""},{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before each\" hook for \"find\""}],"afters":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"after all\" hook for \"find\""}],"name":"@biorate/sequelize"}
@@ -1 +0,0 @@
1
- {"uuid":"cc97c180-ee25-4451-a851-2d0f7c766639","historyId":"1da2f0cb634cfbac9e01ed197eb88bf5:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/sequelize"}],"links":[],"start":1770826551789,"name":"create","fullName":"/tests/index.spec.ts: @biorate/sequelize > create","stop":1770826551806}