@biorate/migrations 1.163.0 → 1.164.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.
- package/.reporters.json +6 -0
- package/CHANGELOG.md +438 -0
- package/dist/src/default.config.js +0 -56
- package/dist/src/default.config.js.map +1 -1
- package/dist/src/root.js +57 -2
- package/dist/src/root.js.map +1 -1
- package/dist/src/types/amqp.js +1 -1
- package/dist/src/types/amqp.js.map +1 -1
- package/dist/src/types/clickhouse.js +1 -1
- package/dist/src/types/clickhouse.js.map +1 -1
- package/dist/src/types/kafka.js +1 -1
- package/dist/src/types/kafka.js.map +1 -1
- package/dist/src/types/migration.js +3 -3
- package/dist/src/types/migration.js.map +1 -1
- package/dist/src/types/minio.js +2 -2
- package/dist/src/types/minio.js.map +1 -1
- package/dist/src/types/mongodb.js +1 -1
- package/dist/src/types/mongodb.js.map +1 -1
- package/dist/src/types/schema-registry.js +4 -5
- package/dist/src/types/schema-registry.js.map +1 -1
- package/dist/src/types/sequelize.js +1 -1
- package/dist/src/types/sequelize.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +22 -22
- package/src/default.config.ts +1 -61
- package/src/root.ts +57 -4
- package/.nyc_output/005b363d-a174-413f-a746-66dd7facd615.json +0 -1
- package/.nyc_output/9ef56dd7-8cf1-45e6-998d-31fcb8488a29.json +0 -1
- package/.nyc_output/processinfo/005b363d-a174-413f-a746-66dd7facd615.json +0 -1
- package/.nyc_output/processinfo/9ef56dd7-8cf1-45e6-998d-31fcb8488a29.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/default.config.ts.html +0 -118
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/errors.ts.html +0 -118
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.html +0 -161
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/index.ts.html +0 -118
- package/coverage/lcov-report/file:/www/biorate/core/packages/@biorate/migrations/src/root.ts.html +0 -118
- package/coverage/lcov-report/index.html +0 -131
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/src/default.config.ts.html +0 -241
- package/coverage/lcov-report/src/index.html +0 -146
- package/coverage/lcov-report/src/index.ts.html +0 -115
- package/coverage/lcov-report/src/migrations/index.html +0 -146
- package/coverage/lcov-report/src/migrations/index.ts.html +0 -88
- package/coverage/lcov-report/src/migrations/migrations.ts.html +0 -199
- package/coverage/lcov-report/src/migrations/sequelize.ts.html +0 -211
- package/coverage/lcov-report/src/root.ts.html +0 -205
- package/coverage/lcov-report/src/types/amqp.ts.html +0 -223
- package/coverage/lcov-report/src/types/clickhouse.ts.html +0 -271
- package/coverage/lcov-report/src/types/index.html +0 -221
- package/coverage/lcov-report/src/types/index.ts.html +0 -103
- package/coverage/lcov-report/src/types/kafka.ts.html +0 -190
- package/coverage/lcov-report/src/types/migration.ts.html +0 -361
- package/coverage/lcov-report/src/types/minio.ts.html +0 -202
- package/coverage/lcov-report/src/types/mongodb.ts.html +0 -193
- package/coverage/lcov-report/src/types/sequelize.ts.html +0 -229
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/amqp.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/clickhouse.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.html +0 -236
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/index.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/kafka.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/migration.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/minio.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/mongodb.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/schema-registry.ts.html +0 -118
- package/coverage/lcov-report/types/file:/www/biorate/core/packages/@biorate/migrations/src/types/sequelize.ts.html +0 -118
- package/coverage/lcov.info +0 -399
package/.reporters.json
ADDED
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,444 @@
|
|
|
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.164.0 (2026-02-10)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- .npmrc ([51785c1](https://github.com/biorate/core/commit/51785c175101225ae3cef838967b401417e68126))
|
|
11
|
+
- **migrations:** test ([576cc82](https://github.com/biorate/core/commit/576cc82a2b098821f65ac92aaf34aa95f083f84f))
|
|
12
|
+
- **migrations:** test ([01b6e67](https://github.com/biorate/core/commit/01b6e67d5e74cd1f37de98091915bdf3a1722515))
|
|
13
|
+
- root .mocharc .nycrc.json ([6e906e9](https://github.com/biorate/core/commit/6e906e962d10360051c97a11df8516784895c3d8))
|
|
14
|
+
- tests ([51a593f](https://github.com/biorate/core/commit/51a593f301b185e24a39513d503fcb0608e477f8))
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- **config:** @{} = ${} template added ([744286f](https://github.com/biorate/core/commit/744286f5728828eb4b230d07c7c9872f442da6be))
|
|
19
|
+
- update "main" value in package.json ([89de1e3](https://github.com/biorate/core/commit/89de1e3203bcd5123587d046c9277a304bbe4008))
|
|
20
|
+
|
|
21
|
+
# 1.163.0 (2025-10-27)
|
|
22
|
+
|
|
23
|
+
# 1.158.0 (2025-10-17)
|
|
24
|
+
|
|
25
|
+
## 1.156.2 (2025-09-18)
|
|
26
|
+
|
|
27
|
+
## 1.156.1 (2025-09-18)
|
|
28
|
+
|
|
29
|
+
# 1.156.0 (2025-09-18)
|
|
30
|
+
|
|
31
|
+
# 1.155.0 (2025-09-09)
|
|
32
|
+
|
|
33
|
+
# 1.154.0 (2025-09-09)
|
|
34
|
+
|
|
35
|
+
## 1.152.1 (2025-09-05)
|
|
36
|
+
|
|
37
|
+
# 1.152.0 (2025-09-01)
|
|
38
|
+
|
|
39
|
+
# 1.151.0 (2025-08-08)
|
|
40
|
+
|
|
41
|
+
# 1.150.0 (2025-08-08)
|
|
42
|
+
|
|
43
|
+
# 1.149.0 (2025-08-08)
|
|
44
|
+
|
|
45
|
+
## 1.148.2 (2025-08-08)
|
|
46
|
+
|
|
47
|
+
## 1.148.1 (2025-08-08)
|
|
48
|
+
|
|
49
|
+
# 1.148.0 (2025-08-05)
|
|
50
|
+
|
|
51
|
+
# 1.147.0 (2025-08-05)
|
|
52
|
+
|
|
53
|
+
# 1.146.0 (2025-08-05)
|
|
54
|
+
|
|
55
|
+
# 1.145.0 (2025-08-05)
|
|
56
|
+
|
|
57
|
+
# 1.144.0 (2025-08-05)
|
|
58
|
+
|
|
59
|
+
# 1.143.0 (2025-08-05)
|
|
60
|
+
|
|
61
|
+
# 1.142.0 (2025-07-17)
|
|
62
|
+
|
|
63
|
+
# 1.140.0 (2025-07-17)
|
|
64
|
+
|
|
65
|
+
# 1.139.0 (2025-07-11)
|
|
66
|
+
|
|
67
|
+
## 1.138.2 (2025-06-17)
|
|
68
|
+
|
|
69
|
+
## 1.138.1 (2025-06-16)
|
|
70
|
+
|
|
71
|
+
# 1.134.0 (2025-05-29)
|
|
72
|
+
|
|
73
|
+
# 1.120.0 (2025-04-29)
|
|
74
|
+
|
|
75
|
+
# 1.117.0 (2025-04-21)
|
|
76
|
+
|
|
77
|
+
# 1.116.0 (2025-04-16)
|
|
78
|
+
|
|
79
|
+
# 1.115.0 (2025-04-15)
|
|
80
|
+
|
|
81
|
+
# 1.114.0 (2025-04-15)
|
|
82
|
+
|
|
83
|
+
# 1.112.0 (2025-04-14)
|
|
84
|
+
|
|
85
|
+
# 1.110.0 (2025-03-14)
|
|
86
|
+
|
|
87
|
+
## 1.105.2 (2025-03-05)
|
|
88
|
+
|
|
89
|
+
## 1.105.1 (2025-03-04)
|
|
90
|
+
|
|
91
|
+
# 1.105.0 (2025-03-04)
|
|
92
|
+
|
|
93
|
+
### Features
|
|
94
|
+
|
|
95
|
+
- **migrations:** schema registry added ([47a5423](https://github.com/biorate/core/commit/47a542333c27c64916f4e35834eb25fc02354d0f))
|
|
96
|
+
|
|
97
|
+
# 1.104.0 (2025-02-28)
|
|
98
|
+
|
|
99
|
+
### Features
|
|
100
|
+
|
|
101
|
+
- migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
|
|
102
|
+
|
|
103
|
+
## 1.102.1 (2025-02-28)
|
|
104
|
+
|
|
105
|
+
# 1.102.0 (2025-02-28)
|
|
106
|
+
|
|
107
|
+
### Features
|
|
108
|
+
|
|
109
|
+
- migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
|
|
110
|
+
|
|
111
|
+
# 1.101.0 (2025-02-28)
|
|
112
|
+
|
|
113
|
+
# 1.100.0 (2025-02-26)
|
|
114
|
+
|
|
115
|
+
## 1.98.1 (2025-02-18)
|
|
116
|
+
|
|
117
|
+
# 1.98.0 (2025-02-13)
|
|
118
|
+
|
|
119
|
+
## 1.96.2 (2025-01-24)
|
|
120
|
+
|
|
121
|
+
## 1.96.1 (2025-01-16)
|
|
122
|
+
|
|
123
|
+
# 1.96.0 (2024-12-26)
|
|
124
|
+
|
|
125
|
+
## 1.95.1 (2024-12-26)
|
|
126
|
+
|
|
127
|
+
# 1.95.0 (2024-12-26)
|
|
128
|
+
|
|
129
|
+
## 1.93.1 (2024-12-19)
|
|
130
|
+
|
|
131
|
+
# 1.93.0 (2024-12-19)
|
|
132
|
+
|
|
133
|
+
## 1.91.5 (2024-12-06)
|
|
134
|
+
|
|
135
|
+
## 1.91.4 (2024-12-06)
|
|
136
|
+
|
|
137
|
+
## 1.91.3 (2024-12-06)
|
|
138
|
+
|
|
139
|
+
## 1.91.2 (2024-12-06)
|
|
140
|
+
|
|
141
|
+
## 1.91.1 (2024-12-06)
|
|
142
|
+
|
|
143
|
+
# 1.91.0 (2024-12-05)
|
|
144
|
+
|
|
145
|
+
# 1.90.0 (2024-12-05)
|
|
146
|
+
|
|
147
|
+
## 1.87.4 (2024-09-30)
|
|
148
|
+
|
|
149
|
+
## 1.87.3 (2024-09-17)
|
|
150
|
+
|
|
151
|
+
### Bug Fixes
|
|
152
|
+
|
|
153
|
+
- **migrations:** transaction fix ([f6ca180](https://github.com/biorate/core/commit/f6ca180a831fd2d1a9eebac39b97dee7dfd86059))
|
|
154
|
+
|
|
155
|
+
## 1.87.2 (2024-09-11)
|
|
156
|
+
|
|
157
|
+
## 1.87.1 (2024-09-11)
|
|
158
|
+
|
|
159
|
+
# 1.86.0 (2024-09-05)
|
|
160
|
+
|
|
161
|
+
## 1.84.1 (2024-09-04)
|
|
162
|
+
|
|
163
|
+
## 1.79.1 (2024-08-16)
|
|
164
|
+
|
|
165
|
+
# 1.79.0 (2024-07-12)
|
|
166
|
+
|
|
167
|
+
# 1.78.0 (2024-07-11)
|
|
168
|
+
|
|
169
|
+
# 1.77.0 (2024-07-11)
|
|
170
|
+
|
|
171
|
+
## 1.76.3 (2024-07-11)
|
|
172
|
+
|
|
173
|
+
## 1.74.1 (2024-05-31)
|
|
174
|
+
|
|
175
|
+
# 1.72.0 (2024-05-21)
|
|
176
|
+
|
|
177
|
+
# 1.70.0 (2024-05-20)
|
|
178
|
+
|
|
179
|
+
### Features
|
|
180
|
+
|
|
181
|
+
- **migrations:** changed to original clickhouse driver ([171b0f7](https://github.com/biorate/core/commit/171b0f78ad52a6a76629990057a2d4bca00fedd4))
|
|
182
|
+
|
|
183
|
+
# 1.69.0 (2024-04-17)
|
|
184
|
+
|
|
185
|
+
### Features
|
|
186
|
+
|
|
187
|
+
- **migrations:** proxy added ([14a147b](https://github.com/biorate/core/commit/14a147be110b84e4cd0277f8f1ef3e30855ae0b2))
|
|
188
|
+
|
|
189
|
+
# 1.68.0 (2024-04-17)
|
|
190
|
+
|
|
191
|
+
# 1.67.0 (2024-04-17)
|
|
192
|
+
|
|
193
|
+
## 1.65.7 (2024-03-27)
|
|
194
|
+
|
|
195
|
+
## 1.65.6 (2024-03-27)
|
|
196
|
+
|
|
197
|
+
## 1.65.5 (2024-03-27)
|
|
198
|
+
|
|
199
|
+
## 1.65.4 (2024-03-26)
|
|
200
|
+
|
|
201
|
+
# 1.64.0 (2024-03-20)
|
|
202
|
+
|
|
203
|
+
# 1.61.0 (2024-03-04)
|
|
204
|
+
|
|
205
|
+
### Features
|
|
206
|
+
|
|
207
|
+
- **migrations:** amqp support added ([da4e6c3](https://github.com/biorate/core/commit/da4e6c35b54308098db3c41633cabbc043e13cb6))
|
|
208
|
+
|
|
209
|
+
## 1.58.1 (2024-02-16)
|
|
210
|
+
|
|
211
|
+
# 1.54.0 (2024-01-11)
|
|
212
|
+
|
|
213
|
+
# 1.43.0 (2023-10-10)
|
|
214
|
+
|
|
215
|
+
## 1.42.5 (2023-09-19)
|
|
216
|
+
|
|
217
|
+
## 1.42.4 (2023-09-19)
|
|
218
|
+
|
|
219
|
+
## 1.42.3 (2023-09-19)
|
|
220
|
+
|
|
221
|
+
## 1.42.2 (2023-09-07)
|
|
222
|
+
|
|
223
|
+
## 1.42.1 (2023-09-04)
|
|
224
|
+
|
|
225
|
+
## 1.39.1 (2023-08-23)
|
|
226
|
+
|
|
227
|
+
### Bug Fixes
|
|
228
|
+
|
|
229
|
+
- **migrations:** tableName in params ([9b40f3b](https://github.com/biorate/core/commit/9b40f3b41150042d6e7cbf35a3d06440bc4a8503))
|
|
230
|
+
|
|
231
|
+
# 1.39.0 (2023-08-23)
|
|
232
|
+
|
|
233
|
+
### Features
|
|
234
|
+
|
|
235
|
+
- **migrations:** clickhouse added ([1c1793a](https://github.com/biorate/core/commit/1c1793a5d43748eef6d227477bfee6b7f8a1e87a))
|
|
236
|
+
|
|
237
|
+
## 1.38.4 (2023-08-11)
|
|
238
|
+
|
|
239
|
+
## 1.38.3 (2023-08-10)
|
|
240
|
+
|
|
241
|
+
## 1.38.2 (2023-08-10)
|
|
242
|
+
|
|
243
|
+
## 1.38.1 (2023-08-10)
|
|
244
|
+
|
|
245
|
+
## 1.30.12 (2023-07-18)
|
|
246
|
+
|
|
247
|
+
## 1.30.11 (2023-07-04)
|
|
248
|
+
|
|
249
|
+
## 1.30.10 (2023-07-04)
|
|
250
|
+
|
|
251
|
+
### Bug Fixes
|
|
252
|
+
|
|
253
|
+
- **prometheus:** settings ts errors fix ([addf8e7](https://github.com/biorate/core/commit/addf8e7b1dc1574457d4671dedfc5b7ef40dddea))
|
|
254
|
+
|
|
255
|
+
## 1.30.9 (2023-07-04)
|
|
256
|
+
|
|
257
|
+
## 1.30.8 (2023-07-03)
|
|
258
|
+
|
|
259
|
+
## 1.30.2 (2023-05-23)
|
|
260
|
+
|
|
261
|
+
## 1.30.1 (2023-05-23)
|
|
262
|
+
|
|
263
|
+
# 1.30.0 (2023-05-22)
|
|
264
|
+
|
|
265
|
+
# 1.29.0 (2023-05-05)
|
|
266
|
+
|
|
267
|
+
### Bug Fixes
|
|
268
|
+
|
|
269
|
+
- **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
|
|
270
|
+
|
|
271
|
+
## 1.28.2 (2023-05-05)
|
|
272
|
+
|
|
273
|
+
## 1.28.1 (2023-05-05)
|
|
274
|
+
|
|
275
|
+
# 1.28.0 (2023-05-04)
|
|
276
|
+
|
|
277
|
+
### Features
|
|
278
|
+
|
|
279
|
+
- typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
|
|
280
|
+
|
|
281
|
+
## 1.27.2 (2023-04-20)
|
|
282
|
+
|
|
283
|
+
## 1.27.1 (2023-04-17)
|
|
284
|
+
|
|
285
|
+
# 1.27.0 (2023-04-17)
|
|
286
|
+
|
|
287
|
+
# 1.26.0 (2023-04-14)
|
|
288
|
+
|
|
289
|
+
## 1.25.2 (2023-03-07)
|
|
290
|
+
|
|
291
|
+
# 1.24.0 (2023-02-01)
|
|
292
|
+
|
|
293
|
+
## 1.23.2 (2023-01-09)
|
|
294
|
+
|
|
295
|
+
### Bug Fixes
|
|
296
|
+
|
|
297
|
+
- **migrations:** globalConfig passthrough ([cdeb3bc](https://github.com/biorate/core/commit/cdeb3bcac7322e969b7816997a23c8eda652ba3c))
|
|
298
|
+
|
|
299
|
+
# 1.23.0 (2023-01-09)
|
|
300
|
+
|
|
301
|
+
### Features
|
|
302
|
+
|
|
303
|
+
- **migrations:** kafka added ([52eeb71](https://github.com/biorate/core/commit/52eeb717545def3b70c7ad41a67c85ac24498347))
|
|
304
|
+
|
|
305
|
+
## 1.22.7 (2022-12-07)
|
|
306
|
+
|
|
307
|
+
## 1.22.1 (2022-11-16)
|
|
308
|
+
|
|
309
|
+
### Bug Fixes
|
|
310
|
+
|
|
311
|
+
- **migrations:** vault deps fix ([408247d](https://github.com/biorate/core/commit/408247dc81134136b0ed5fb79b933882085f9bde))
|
|
312
|
+
|
|
313
|
+
# 1.22.0 (2022-11-16)
|
|
314
|
+
|
|
315
|
+
### Features
|
|
316
|
+
|
|
317
|
+
- **migrations:** file-loader replaced by config-loaders ([db919de](https://github.com/biorate/core/commit/db919de255ca96cf270726828a1e30d77fa63bad))
|
|
318
|
+
|
|
319
|
+
## 1.20.1 (2022-11-10)
|
|
320
|
+
|
|
321
|
+
## 1.11.2 (2022-09-21)
|
|
322
|
+
|
|
323
|
+
### Bug Fixes
|
|
324
|
+
|
|
325
|
+
- **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
|
|
326
|
+
|
|
327
|
+
## 1.11.1 (2022-09-21)
|
|
328
|
+
|
|
329
|
+
### Bug Fixes
|
|
330
|
+
|
|
331
|
+
- **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
|
|
332
|
+
|
|
333
|
+
# 1.11.0 (2022-09-21)
|
|
334
|
+
|
|
335
|
+
## 1.7.1 (2022-09-08)
|
|
336
|
+
|
|
337
|
+
# 1.7.0 (2022-09-08)
|
|
338
|
+
|
|
339
|
+
# 1.6.0 (2022-09-08)
|
|
340
|
+
|
|
341
|
+
## 1.4.4 (2022-08-22)
|
|
342
|
+
|
|
343
|
+
### Bug Fixes
|
|
344
|
+
|
|
345
|
+
- **migrations:** minio interface rename ([41e8a1f](https://github.com/biorate/core/commit/41e8a1fb7dc3b2ce2d9632040f5a51f2a8b8d29f))
|
|
346
|
+
|
|
347
|
+
## 1.4.3 (2022-08-22)
|
|
348
|
+
|
|
349
|
+
## 1.4.2 (2022-08-22)
|
|
350
|
+
|
|
351
|
+
### Bug Fixes
|
|
352
|
+
|
|
353
|
+
- **migrations:** scan dir catch ([0959a2d](https://github.com/biorate/core/commit/0959a2d9c46294e7a23d94cc4b6cd60aa00b0a53))
|
|
354
|
+
|
|
355
|
+
# 1.4.0 (2022-08-15)
|
|
356
|
+
|
|
357
|
+
### Features
|
|
358
|
+
|
|
359
|
+
- **migrations:** minio & mongodb ([cf3079c](https://github.com/biorate/core/commit/cf3079c671b963c4f1734c58fbc012a5a74d2772))
|
|
360
|
+
|
|
361
|
+
## 1.2.2 (2022-08-11)
|
|
362
|
+
|
|
363
|
+
# 1.0.0 (2022-07-10)
|
|
364
|
+
|
|
365
|
+
## 0.30.19 (2022-07-10)
|
|
366
|
+
|
|
367
|
+
## 0.30.18 (2022-06-24)
|
|
368
|
+
|
|
369
|
+
## 0.30.17 (2022-06-24)
|
|
370
|
+
|
|
371
|
+
## 0.30.14 (2022-06-24)
|
|
372
|
+
|
|
373
|
+
### Bug Fixes
|
|
374
|
+
|
|
375
|
+
- **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
|
|
376
|
+
|
|
377
|
+
## 0.30.13 (2022-06-24)
|
|
378
|
+
|
|
379
|
+
### Bug Fixes
|
|
380
|
+
|
|
381
|
+
- **migrations:** strict ([e0c7e55](https://github.com/biorate/core/commit/e0c7e55080753badbd6536d06e6a401b51f37862))
|
|
382
|
+
|
|
383
|
+
## 0.30.11 (2022-06-24)
|
|
384
|
+
|
|
385
|
+
## 0.30.10 (2022-06-24)
|
|
386
|
+
|
|
387
|
+
## 0.30.9 (2022-06-23)
|
|
388
|
+
|
|
389
|
+
### Bug Fixes
|
|
390
|
+
|
|
391
|
+
- **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
|
|
392
|
+
|
|
393
|
+
## 0.30.8 (2022-06-23)
|
|
394
|
+
|
|
395
|
+
## 0.30.7 (2022-06-23)
|
|
396
|
+
|
|
397
|
+
## 0.30.6 (2022-06-23)
|
|
398
|
+
|
|
399
|
+
## 0.30.5 (2022-06-23)
|
|
400
|
+
|
|
401
|
+
## 0.30.4 (2022-06-23)
|
|
402
|
+
|
|
403
|
+
## 0.30.2 (2022-06-22)
|
|
404
|
+
|
|
405
|
+
# 0.30.0 (2022-06-20)
|
|
406
|
+
|
|
407
|
+
### Bug Fixes
|
|
408
|
+
|
|
409
|
+
- \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
|
|
410
|
+
|
|
411
|
+
## 0.29.1 (2022-06-20)
|
|
412
|
+
|
|
413
|
+
# 0.29.0 (2022-06-20)
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
- \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
|
|
418
|
+
|
|
419
|
+
## 0.28.3 (2022-05-07)
|
|
420
|
+
|
|
421
|
+
### Bug Fixes
|
|
422
|
+
|
|
423
|
+
- **migrations:** tests and logic ([adaff11](https://github.com/biorate/core/commit/adaff116d1cbb74cf011df251db0d6c730850f56))
|
|
424
|
+
|
|
425
|
+
## 0.28.2 (2022-05-06)
|
|
426
|
+
|
|
427
|
+
## 0.28.1 (2022-05-06)
|
|
428
|
+
|
|
429
|
+
### Bug Fixes
|
|
430
|
+
|
|
431
|
+
- **migrations:** start default root script ([271fe83](https://github.com/biorate/core/commit/271fe83aa756336c3e13e8e519e1b5dbcf857f03))
|
|
432
|
+
|
|
433
|
+
# 0.28.0 (2022-05-06)
|
|
434
|
+
|
|
435
|
+
### Bug Fixes
|
|
436
|
+
|
|
437
|
+
- **migrations:** architecture ([fb1b2bd](https://github.com/biorate/core/commit/fb1b2bd364f31fb1b38a6e404365db6b121cfb9c))
|
|
438
|
+
- **migrations:** README.md ([478b2d6](https://github.com/biorate/core/commit/478b2d6a4b8f504559b37bdb38d2545c9e39d543))
|
|
439
|
+
|
|
440
|
+
### Features
|
|
441
|
+
|
|
442
|
+
- **migrations:** module added ([019bb2b](https://github.com/biorate/core/commit/019bb2b106c00427b9abc140d83262a72cd1751b))
|
|
443
|
+
|
|
6
444
|
# [1.163.0](https://github.com/biorate/core/compare/v1.162.0...v1.163.0) (2025-10-27)
|
|
7
445
|
|
|
8
446
|
**Note:** Version bump only for package @biorate/migrations
|
|
@@ -1,62 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const inversion_1 = require("@biorate/inversion");
|
|
4
|
-
const config_1 = require("@biorate/config");
|
|
5
|
-
const config_loader_env_1 = require("@biorate/config-loader-env");
|
|
6
|
-
const config_loader_fs_1 = require("@biorate/config-loader-fs");
|
|
7
|
-
const config_loader_vault_1 = require("@biorate/config-loader-vault");
|
|
8
|
-
const vault_1 = require("@biorate/vault");
|
|
9
|
-
const sequelize_1 = require("@biorate/sequelize");
|
|
10
|
-
const minio_1 = require("@biorate/minio");
|
|
11
|
-
const mongodb_1 = require("@biorate/mongodb");
|
|
12
|
-
const clickhouse_1 = require("@biorate/clickhouse");
|
|
13
|
-
const amqp_1 = require("@biorate/amqp");
|
|
14
|
-
const kafkajs_1 = require("@biorate/kafkajs");
|
|
15
|
-
const proxy_1 = require("@biorate/proxy");
|
|
16
|
-
const schema_registry_1 = require("@biorate/schema-registry");
|
|
17
4
|
const _1 = require("./");
|
|
18
|
-
const Migrations = require("./types");
|
|
19
|
-
inversion_1.container.bind(inversion_1.Types.Config).to(config_1.Config).inSingletonScope();
|
|
20
|
-
inversion_1.container
|
|
21
|
-
.bind(inversion_1.Types.ConfigLoaderEnv)
|
|
22
|
-
.to(config_loader_env_1.ConfigLoaderEnv)
|
|
23
|
-
.inSingletonScope();
|
|
24
|
-
inversion_1.container.bind(inversion_1.Types.ConfigLoaderFs).to(config_loader_fs_1.ConfigLoaderFs).inSingletonScope();
|
|
25
|
-
inversion_1.container
|
|
26
|
-
.bind(inversion_1.Types.ConfigLoaderVault)
|
|
27
|
-
.to(config_loader_vault_1.ConfigLoaderVault)
|
|
28
|
-
.inSingletonScope();
|
|
29
|
-
inversion_1.container.bind(inversion_1.Types.Vault).to(vault_1.VaultConnector).inSingletonScope();
|
|
30
|
-
inversion_1.container
|
|
31
|
-
.bind(inversion_1.Types.Sequelize)
|
|
32
|
-
.to(sequelize_1.SequelizeConnector)
|
|
33
|
-
.inSingletonScope();
|
|
34
|
-
inversion_1.container.bind(inversion_1.Types.Minio).to(minio_1.MinioConnector).inSingletonScope();
|
|
35
|
-
inversion_1.container.bind(inversion_1.Types.Mongodb).to(mongodb_1.MongoDBConnector).inSingletonScope();
|
|
36
|
-
inversion_1.container
|
|
37
|
-
.bind(inversion_1.Types.Clickhouse)
|
|
38
|
-
.to(clickhouse_1.ClickhouseConnector)
|
|
39
|
-
.inSingletonScope();
|
|
40
|
-
inversion_1.container.bind(inversion_1.Types.Amqp).to(amqp_1.AmqpConnector).inSingletonScope();
|
|
41
|
-
inversion_1.container
|
|
42
|
-
.bind(inversion_1.Types.Kafka)
|
|
43
|
-
.to(kafkajs_1.KafkaJSAdminConnector)
|
|
44
|
-
.inSingletonScope();
|
|
45
|
-
inversion_1.container.bind(inversion_1.Types.Proxy).to(proxy_1.ProxyConnector).inSingletonScope();
|
|
46
|
-
inversion_1.container
|
|
47
|
-
.bind(inversion_1.Types.SchemaRegistry)
|
|
48
|
-
.to(schema_registry_1.SchemaRegistryConnector)
|
|
49
|
-
.inSingletonScope();
|
|
50
|
-
inversion_1.container.bind(Migrations.Sequelize).toSelf().inSingletonScope();
|
|
51
|
-
inversion_1.container.bind(Migrations.Minio).toSelf().inSingletonScope();
|
|
52
|
-
inversion_1.container.bind(Migrations.Mongodb).toSelf().inSingletonScope();
|
|
53
|
-
inversion_1.container.bind(Migrations.Kafka).toSelf().inSingletonScope();
|
|
54
|
-
inversion_1.container.bind(Migrations.Clickhouse).toSelf().inSingletonScope();
|
|
55
|
-
inversion_1.container.bind(Migrations.Amqp).toSelf().inSingletonScope();
|
|
56
|
-
inversion_1.container
|
|
57
|
-
.bind(Migrations.SchemaRegistry)
|
|
58
|
-
.toSelf()
|
|
59
|
-
.inSingletonScope();
|
|
60
|
-
inversion_1.container.bind(_1.Root).toSelf().inSingletonScope();
|
|
61
5
|
inversion_1.container.get(_1.Root).$run().catch(console.error);
|
|
62
6
|
//# sourceMappingURL=default.config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.config.js","sourceRoot":"","sources":["../../src/default.config.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"default.config.js","sourceRoot":"","sources":["../../src/default.config.ts"],"names":[],"mappings":";;AAAA,kDAA+C;AAC/C,yBAA0B;AAE1B,qBAAS,CAAC,GAAG,CAAO,OAAI,CAAC,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
package/dist/src/root.js
CHANGED
|
@@ -11,13 +11,27 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.Root = void 0;
|
|
13
13
|
const inversion_1 = require("@biorate/inversion");
|
|
14
|
+
const config_1 = require("@biorate/config");
|
|
14
15
|
const config_loader_1 = require("@biorate/config-loader");
|
|
16
|
+
const vault_1 = require("@biorate/vault");
|
|
17
|
+
const proxy_1 = require("@biorate/proxy");
|
|
15
18
|
const Migrations = require("./types");
|
|
19
|
+
const config_loader_env_1 = require("@biorate/config-loader-env");
|
|
20
|
+
const config_loader_fs_1 = require("@biorate/config-loader-fs");
|
|
21
|
+
const config_loader_vault_1 = require("@biorate/config-loader-vault");
|
|
22
|
+
const sequelize_1 = require("@biorate/sequelize");
|
|
23
|
+
const minio_1 = require("@biorate/minio");
|
|
24
|
+
const mongodb_1 = require("@biorate/mongodb");
|
|
25
|
+
const clickhouse_1 = require("@biorate/clickhouse");
|
|
26
|
+
const amqp_1 = require("@biorate/amqp");
|
|
27
|
+
const kafkajs_1 = require("@biorate/kafkajs");
|
|
28
|
+
const schema_registry_1 = require("@biorate/schema-registry");
|
|
16
29
|
let Root = class Root extends (0, inversion_1.Core)() {
|
|
17
30
|
async initialize() {
|
|
18
31
|
process.exit();
|
|
19
32
|
}
|
|
20
33
|
};
|
|
34
|
+
exports.Root = Root;
|
|
21
35
|
__decorate([
|
|
22
36
|
(0, inversion_1.inject)(inversion_1.Types.Config),
|
|
23
37
|
__metadata("design:type", Object)
|
|
@@ -76,9 +90,50 @@ __decorate([
|
|
|
76
90
|
__metadata("design:paramtypes", []),
|
|
77
91
|
__metadata("design:returntype", Promise)
|
|
78
92
|
], Root.prototype, "initialize", null);
|
|
79
|
-
Root = __decorate([
|
|
93
|
+
exports.Root = Root = __decorate([
|
|
80
94
|
(0, inversion_1.injectable)()
|
|
81
95
|
], Root);
|
|
82
|
-
exports.Root = Root;
|
|
83
96
|
inversion_1.Core.log = null;
|
|
97
|
+
inversion_1.container.bind(inversion_1.Types.Config).to(config_1.Config).inSingletonScope();
|
|
98
|
+
inversion_1.container
|
|
99
|
+
.bind(inversion_1.Types.ConfigLoaderEnv)
|
|
100
|
+
.to(config_loader_env_1.ConfigLoaderEnv)
|
|
101
|
+
.inSingletonScope();
|
|
102
|
+
inversion_1.container.bind(inversion_1.Types.ConfigLoaderFs).to(config_loader_fs_1.ConfigLoaderFs).inSingletonScope();
|
|
103
|
+
inversion_1.container
|
|
104
|
+
.bind(inversion_1.Types.ConfigLoaderVault)
|
|
105
|
+
.to(config_loader_vault_1.ConfigLoaderVault)
|
|
106
|
+
.inSingletonScope();
|
|
107
|
+
inversion_1.container.bind(inversion_1.Types.Vault).to(vault_1.VaultConnector).inSingletonScope();
|
|
108
|
+
inversion_1.container
|
|
109
|
+
.bind(inversion_1.Types.Sequelize)
|
|
110
|
+
.to(sequelize_1.SequelizeConnector)
|
|
111
|
+
.inSingletonScope();
|
|
112
|
+
inversion_1.container.bind(inversion_1.Types.Minio).to(minio_1.MinioConnector).inSingletonScope();
|
|
113
|
+
inversion_1.container.bind(inversion_1.Types.Mongodb).to(mongodb_1.MongoDBConnector).inSingletonScope();
|
|
114
|
+
inversion_1.container
|
|
115
|
+
.bind(inversion_1.Types.Clickhouse)
|
|
116
|
+
.to(clickhouse_1.ClickhouseConnector)
|
|
117
|
+
.inSingletonScope();
|
|
118
|
+
inversion_1.container.bind(inversion_1.Types.Amqp).to(amqp_1.AmqpConnector).inSingletonScope();
|
|
119
|
+
inversion_1.container
|
|
120
|
+
.bind(inversion_1.Types.Kafka)
|
|
121
|
+
.to(kafkajs_1.KafkaJSAdminConnector)
|
|
122
|
+
.inSingletonScope();
|
|
123
|
+
inversion_1.container.bind(inversion_1.Types.Proxy).to(proxy_1.ProxyConnector).inSingletonScope();
|
|
124
|
+
inversion_1.container
|
|
125
|
+
.bind(inversion_1.Types.SchemaRegistry)
|
|
126
|
+
.to(schema_registry_1.SchemaRegistryConnector)
|
|
127
|
+
.inSingletonScope();
|
|
128
|
+
inversion_1.container.bind(Migrations.Sequelize).toSelf().inSingletonScope();
|
|
129
|
+
inversion_1.container.bind(Migrations.Minio).toSelf().inSingletonScope();
|
|
130
|
+
inversion_1.container.bind(Migrations.Mongodb).toSelf().inSingletonScope();
|
|
131
|
+
inversion_1.container.bind(Migrations.Kafka).toSelf().inSingletonScope();
|
|
132
|
+
inversion_1.container.bind(Migrations.Clickhouse).toSelf().inSingletonScope();
|
|
133
|
+
inversion_1.container.bind(Migrations.Amqp).toSelf().inSingletonScope();
|
|
134
|
+
inversion_1.container
|
|
135
|
+
.bind(Migrations.SchemaRegistry)
|
|
136
|
+
.toSelf()
|
|
137
|
+
.inSingletonScope();
|
|
138
|
+
inversion_1.container.bind(Root).toSelf().inSingletonScope();
|
|
84
139
|
//# sourceMappingURL=root.js.map
|
package/dist/src/root.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"root.js","sourceRoot":"","sources":["../../src/root.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"root.js","sourceRoot":"","sources":["../../src/root.ts"],"names":[],"mappings":"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"}
|
package/dist/src/types/amqp.js
CHANGED
|
@@ -27,9 +27,9 @@ class Amqp extends migration_1.Migration {
|
|
|
27
27
|
});
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
+
exports.Amqp = Amqp;
|
|
30
31
|
__decorate([
|
|
31
32
|
(0, inversion_1.inject)(inversion_1.Types.Amqp),
|
|
32
33
|
__metadata("design:type", Object)
|
|
33
34
|
], Amqp.prototype, "connector", void 0);
|
|
34
|
-
exports.Amqp = Amqp;
|
|
35
35
|
//# sourceMappingURL=amqp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"amqp.js","sourceRoot":"","sources":["../../../src/types/amqp.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAmD;AASnD,2CAAwC;AAIxC,MAAa,IAAK,SAAQ,qBAAS;IAKvB,KAAK,CAAC,OAAO;QACrB,MAAM,IAAI,CAAC,OAAO,CAChB,MAAM,EACN,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE;YAClC,MAAM,OAAO,GAAG,UAAU,CAAC,aAAa,CACtC,IAAI,CAAC,MAAM,CAAC,GAAG,CACb,mBAAmB,MAAM,CAAC,IAAI,qBAAqB,EACnD,EAAE,CACH,CACF,CAAC;YACF,MAAM,OAAO,CAAC,cAAc,EAAE,CAAC;YAC/B,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;gBACjD,IAAI;
|
|
1
|
+
{"version":3,"file":"amqp.js","sourceRoot":"","sources":["../../../src/types/amqp.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAmD;AASnD,2CAAwC;AAIxC,MAAa,IAAK,SAAQ,qBAAS;IAKvB,KAAK,CAAC,OAAO;QACrB,MAAM,IAAI,CAAC,OAAO,CAChB,MAAM,EACN,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE;YAClC,MAAM,OAAO,GAAG,UAAU,CAAC,aAAa,CACtC,IAAI,CAAC,MAAM,CAAC,GAAG,CACb,mBAAmB,MAAM,CAAC,IAAI,qBAAqB,EACnD,EAAE,CACH,CACF,CAAC;YACF,MAAM,OAAO,CAAC,cAAc,EAAE,CAAC;YAC/B,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;gBACjD,IAAI,CAAC;oBACH,MACE,OAAO,CAAC,IAAI,CAMb,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;oBAC5C,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;gBAC9B,CAAC;gBAAC,OAAO,CAAC,EAAE,CAAC,CAAA,CAAC;YAChB,CAAC,CAAC,CAAC;QACL,CAAC,CACF,CAAC;IACJ,CAAC;CACF;AAhCD,oBAgCC;AA/B+B;IAA7B,IAAA,kBAAM,EAAC,iBAAK,CAAC,IAAI,CAAC;;uCAAqC"}
|
|
@@ -58,9 +58,9 @@ class Clickhouse extends migration_1.Migration {
|
|
|
58
58
|
});
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
+
exports.Clickhouse = Clickhouse;
|
|
61
62
|
__decorate([
|
|
62
63
|
(0, inversion_1.inject)(inversion_1.Types.Clickhouse),
|
|
63
64
|
__metadata("design:type", Object)
|
|
64
65
|
], Clickhouse.prototype, "connector", void 0);
|
|
65
|
-
exports.Clickhouse = Clickhouse;
|
|
66
66
|
//# sourceMappingURL=clickhouse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clickhouse.js","sourceRoot":"","sources":["../../../src/types/clickhouse.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2BAAoC;AACpC,kDAAmD;AACnD,2CAAwC;AASxC,MAAa,UAAW,SAAQ,qBAAS;IAK7B,KAAK,CAAC,OAAO;QACrB,MAAM,IAAI,CAAC,OAAO,CAChB,YAAY,EACZ,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE;YAClC,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAS,sBAAsB,EAAE,YAAY,CAAC,CAAC;YAChF,MAAM,WAAW,GAAG;;;;;;SAMnB,CAAC;YACF,MAAM,UAAU,CAAC,OAAO,CAAC;gBACvB,KAAK,EAAE,WAAW;gBAClB,YAAY,EAAE,EAAE,SAAS,EAAE;gBAC3B,mBAAmB,EAAE;oBACnB,iBAAiB,EAAE,CAAC;iBACrB;aACF,CAAC,CAAC;YACH,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;gBACjD,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,KAAK,CAAC;oBACpC,KAAK,EAAE,kEAAkE;oBACzE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;oBACjC,MAAM,EAAE,MAAM;iBACf,CAAC,CAAC;gBACH,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,EAAoB,CAAC;gBACvD,IAAI,IAAI,CAAC,MAAM;oBAAE,OAAO;gBACxB,MAAM,UAAU,CAAC,OAAO,CAAC;oBACvB,KAAK,EAAE,MAAM,aAAE,CAAC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;oBACtC,mBAAmB,EAAE;wBACnB,iBAAiB,EAAE,CAAC;qBACrB;iBACF,CAAC,CAAC;gBACH,MAAM,UAAU,CAAC,OAAO,CAAC;oBACvB,KAAK,EAAE,kEAAkE;oBACzE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;oBACjC,mBAAmB,EAAE;wBACnB,iBAAiB,EAAE,CAAC;qBACrB;iBACF,CAAC,CAAC;gBACH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YAC9B,CAAC,CAAC,CAAC;QACL,CAAC,CACF,CAAC;IACJ,CAAC;CACF;AAjDqC;IAAnC,IAAA,kBAAM,EAAC,iBAAK,CAAC,UAAU,CAAC;;6CAA2C
|
|
1
|
+
{"version":3,"file":"clickhouse.js","sourceRoot":"","sources":["../../../src/types/clickhouse.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2BAAoC;AACpC,kDAAmD;AACnD,2CAAwC;AASxC,MAAa,UAAW,SAAQ,qBAAS;IAK7B,KAAK,CAAC,OAAO;QACrB,MAAM,IAAI,CAAC,OAAO,CAChB,YAAY,EACZ,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE;YAClC,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAS,sBAAsB,EAAE,YAAY,CAAC,CAAC;YAChF,MAAM,WAAW,GAAG;;;;;;SAMnB,CAAC;YACF,MAAM,UAAU,CAAC,OAAO,CAAC;gBACvB,KAAK,EAAE,WAAW;gBAClB,YAAY,EAAE,EAAE,SAAS,EAAE;gBAC3B,mBAAmB,EAAE;oBACnB,iBAAiB,EAAE,CAAC;iBACrB;aACF,CAAC,CAAC;YACH,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;gBACjD,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,KAAK,CAAC;oBACpC,KAAK,EAAE,kEAAkE;oBACzE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;oBACjC,MAAM,EAAE,MAAM;iBACf,CAAC,CAAC;gBACH,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,IAAI,EAAoB,CAAC;gBACvD,IAAI,IAAI,CAAC,MAAM;oBAAE,OAAO;gBACxB,MAAM,UAAU,CAAC,OAAO,CAAC;oBACvB,KAAK,EAAE,MAAM,aAAE,CAAC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;oBACtC,mBAAmB,EAAE;wBACnB,iBAAiB,EAAE,CAAC;qBACrB;iBACF,CAAC,CAAC;gBACH,MAAM,UAAU,CAAC,OAAO,CAAC;oBACvB,KAAK,EAAE,kEAAkE;oBACzE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;oBACjC,mBAAmB,EAAE;wBACnB,iBAAiB,EAAE,CAAC;qBACrB;iBACF,CAAC,CAAC;gBACH,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YAC9B,CAAC,CAAC,CAAC;QACL,CAAC,CACF,CAAC;IACJ,CAAC;CACF;AAlDD,gCAkDC;AAjDqC;IAAnC,IAAA,kBAAM,EAAC,iBAAK,CAAC,UAAU,CAAC;;6CAA2C"}
|
package/dist/src/types/kafka.js
CHANGED
|
@@ -23,9 +23,9 @@ class Kafka extends migration_1.Migration {
|
|
|
23
23
|
}));
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
+
exports.Kafka = Kafka;
|
|
26
27
|
__decorate([
|
|
27
28
|
(0, inversion_1.inject)(inversion_1.Types.Kafka),
|
|
28
29
|
__metadata("design:type", Object)
|
|
29
30
|
], Kafka.prototype, "connector", void 0);
|
|
30
|
-
exports.Kafka = Kafka;
|
|
31
31
|
//# sourceMappingURL=kafka.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kafka.js","sourceRoot":"","sources":["../../../src/types/kafka.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAmD;AAOnD,2CAAwC;AAIxC,MAAa,KAAM,SAAQ,qBAAS;IAKxB,KAAK,CAAC,OAAO;QACrB,MAAM,IAAI,CAAC,OAAO,CAChB,cAAc,EACd,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE,CAClC,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;YACjD,IAAI;
|
|
1
|
+
{"version":3,"file":"kafka.js","sourceRoot":"","sources":["../../../src/types/kafka.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAmD;AAOnD,2CAAwC;AAIxC,MAAa,KAAM,SAAQ,qBAAS;IAKxB,KAAK,CAAC,OAAO;QACrB,MAAM,IAAI,CAAC,OAAO,CAChB,cAAc,EACd,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,EAAE,CAClC,MAAM,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;YACjD,IAAI,CAAC;gBACH,MACE,OAAO,CAAC,IAAI,CAKb,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;gBACnC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YAC9B,CAAC;YAAC,OAAO,CAAC,EAAE,CAAC,CAAA,CAAC;QAChB,CAAC,CAAC,CACL,CAAC;IACJ,CAAC;CACF;AAvBD,sBAuBC;AAtBgC;IAA9B,IAAA,kBAAM,EAAC,iBAAK,CAAC,KAAK,CAAC;;wCAA6C"}
|