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