@biorate/connector 2.2.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) 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 +33 -8
  12. package/.nyc_output/a3ae94a4-bb10-40fa-9343-e5bf3fece9de.json +0 -1
  13. package/.nyc_output/f2f14260-1213-4828-beb0-b3ef5c062696.json +0 -1
  14. package/.nyc_output/fda79886-0463-426e-b6f1-3d128e7a781c.json +0 -1
  15. package/.nyc_output/processinfo/a3ae94a4-bb10-40fa-9343-e5bf3fece9de.json +0 -1
  16. package/.nyc_output/processinfo/f2f14260-1213-4828-beb0-b3ef5c062696.json +0 -1
  17. package/.nyc_output/processinfo/fda79886-0463-426e-b6f1-3d128e7a781c.json +0 -1
  18. package/.nyc_output/processinfo/index.json +0 -1
  19. package/CHANGELOG.md +0 -627
  20. package/allure-results/141868a6-8666-4a87-9e6d-ae453ceaf4c1-container.json +0 -1
  21. package/allure-results/5197108e-56e0-4e4d-b32e-f0bd2273b873-result.json +0 -1
  22. package/allure-results/5c2b786a-a029-48cc-81bf-fa694ce2cc93-container.json +0 -1
  23. package/allure-results/c47c1787-be80-47f8-a481-af2bfe49c699-container.json +0 -1
  24. package/allure-results/cbd9ae0e-ab01-43ff-8942-c57e170a4e84-container.json +0 -1
  25. package/allure-results/fa0d936d-8db6-4485-bb15-b03368741249-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 -73
  29. package/coverage/connector/index.html +0 -116
  30. package/coverage/connector/index.ts.html +0 -88
  31. package/coverage/connector/src/errors.ts.html +0 -124
  32. package/coverage/connector/src/index.html +0 -146
  33. package/coverage/connector/src/index.ts.html +0 -493
  34. package/coverage/connector/src/interfaces.ts.html +0 -118
  35. package/coverage/connector/tests/__mocks__/index.html +0 -116
  36. package/coverage/connector/tests/__mocks__/index.ts.html +0 -190
  37. package/coverage/coverage-final.json +0 -6
  38. package/coverage/favicon.png +0 -0
  39. package/coverage/index.html +0 -146
  40. package/coverage/prettify.css +0 -1
  41. package/coverage/prettify.js +0 -2
  42. package/coverage/sort-arrow-sprite.png +0 -0
  43. package/coverage/sorter.js +0 -210
  44. package/dist/cjs/index.js.map +0 -1
  45. package/dist/cjs/src/errors.js.map +0 -1
  46. package/dist/cjs/src/index.js.map +0 -1
  47. package/dist/cjs/src/interfaces.js.map +0 -1
  48. package/dist/cjs/tsconfig.build.cjs.tsbuildinfo +0 -1
  49. package/dist/esm/index.mjs +0 -2
  50. package/dist/esm/index.mjs.map +0 -1
  51. package/dist/esm/src/errors.mjs.map +0 -1
  52. package/dist/esm/src/index.mjs.map +0 -1
  53. package/dist/esm/src/interfaces.mjs +0 -2
  54. package/dist/esm/src/interfaces.mjs.map +0 -1
  55. package/dist/esm/tsconfig.build.esm.tsbuildinfo +0 -1
  56. package/dist/index.js +0 -18
  57. package/dist/index.js.map +0 -1
  58. package/dist/src/errors.js +0 -17
  59. package/dist/src/errors.js.map +0 -1
  60. package/dist/src/index.js +0 -100
  61. package/dist/src/index.js.map +0 -1
  62. package/dist/src/interfaces.js +0 -3
  63. package/dist/src/interfaces.js.map +0 -1
  64. package/dist/tsconfig.build.tsbuildinfo +0 -1
  65. package/dist/types/tsconfig.build.types.tsbuildinfo +0 -1
  66. package/index.d.ts +0 -12
  67. package/index.ts +0 -1
  68. package/src/errors.ts +0 -13
  69. package/src/index.ts +0 -136
  70. package/src/interfaces.ts +0 -11
  71. package/tsconfig.build.json +0 -5
  72. package/tsconfig.json +0 -9
package/CHANGELOG.md DELETED
@@ -1,627 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [2.2.2](https://github.com/biorate/core/compare/@biorate/connector@2.2.1...@biorate/connector@2.2.2) (2026-05-04)
7
-
8
- **Note:** Version bump only for package @biorate/connector
9
-
10
- ## [2.2.1](https://github.com/biorate/core/compare/@biorate/connector@2.2.0...@biorate/connector@2.2.1) (2026-05-04)
11
-
12
- **Note:** Version bump only for package @biorate/connector
13
-
14
- # [2.2.0](https://github.com/biorate/core/compare/@biorate/connector@2.1.1...@biorate/connector@2.2.0) (2026-04-20)
15
-
16
- ### Features
17
-
18
- - **vitest:** release ([81f70e9](https://github.com/biorate/core/commit/81f70e90db450e3a22fc38fb885081e14e10f2c2))
19
-
20
- ## [2.1.1](https://github.com/biorate/core/compare/@biorate/connector@2.1.0...@biorate/connector@2.1.1) (2026-03-24)
21
-
22
- ### Bug Fixes
23
-
24
- - **connector:** create in initialize ([46d67ec](https://github.com/biorate/core/commit/46d67ec53e4dfba8ef3fb2c7bf9a697737073739))
25
-
26
- # [2.1.0](https://github.com/biorate/core/compare/@biorate/connector@2.0.0...@biorate/connector@2.1.0) (2026-02-13)
27
-
28
- ### Features
29
-
30
- - vitest-intergation ([635a66f](https://github.com/biorate/core/commit/635a66fe3c8e3b79b3103b33d77ec262fc99ffe2))
31
- - vitest-intergation ([e279bf6](https://github.com/biorate/core/commit/e279bf608f398e53f90551f4d20fea94a4a80a7f))
32
-
33
- # 2.0.0 (2026-02-10)
34
-
35
- ### Bug Fixes
36
-
37
- - .npmrc ([51785c1](https://github.com/biorate/core/commit/51785c175101225ae3cef838967b401417e68126))
38
- - root .mocharc .nycrc.json ([236c00d](https://github.com/biorate/core/commit/236c00d3b1db3c4417ab3c07206b812cbcb10000))
39
- - root .mocharc .nycrc.json ([6e906e9](https://github.com/biorate/core/commit/6e906e962d10360051c97a11df8516784895c3d8))
40
-
41
- ### Features
42
-
43
- - **config:** @{} = ${} template added ([744286f](https://github.com/biorate/core/commit/744286f5728828eb4b230d07c7c9872f442da6be))
44
- - **config:** @{} = ${} template added ([904fe69](https://github.com/biorate/core/commit/904fe698a4e605e9bf381abcbbab5e4d189c5c8b))
45
- - update "main" value in package.json ([89de1e3](https://github.com/biorate/core/commit/89de1e3203bcd5123587d046c9277a304bbe4008))
46
-
47
- ## 1.156.2 (2025-09-18)
48
-
49
- # 1.156.0 (2025-09-18)
50
-
51
- # 1.120.0 (2025-04-29)
52
-
53
- # 1.104.0 (2025-02-28)
54
-
55
- ### Features
56
-
57
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
58
-
59
- ## 1.102.1 (2025-02-28)
60
-
61
- # 1.102.0 (2025-02-28)
62
-
63
- ### Features
64
-
65
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
66
-
67
- # 1.100.0 (2025-02-26)
68
-
69
- # 1.96.0 (2024-12-26)
70
-
71
- ## 1.95.1 (2024-12-26)
72
-
73
- # 1.95.0 (2024-12-26)
74
-
75
- ## 1.93.1 (2024-12-19)
76
-
77
- # 1.93.0 (2024-12-19)
78
-
79
- ## 1.91.5 (2024-12-06)
80
-
81
- ## 1.91.4 (2024-12-06)
82
-
83
- ## 1.91.3 (2024-12-06)
84
-
85
- ## 1.91.2 (2024-12-06)
86
-
87
- ## 1.91.1 (2024-12-06)
88
-
89
- # 1.91.0 (2024-12-05)
90
-
91
- # 1.90.0 (2024-12-05)
92
-
93
- ## 1.76.3 (2024-07-11)
94
-
95
- ## 1.65.4 (2024-03-26)
96
-
97
- # 1.54.0 (2024-01-11)
98
-
99
- ## 1.42.2 (2023-09-07)
100
-
101
- ## 1.42.1 (2023-09-04)
102
-
103
- ## 1.38.4 (2023-08-11)
104
-
105
- ## 1.38.3 (2023-08-10)
106
-
107
- ## 1.38.2 (2023-08-10)
108
-
109
- ## 1.38.1 (2023-08-10)
110
-
111
- ## 1.30.12 (2023-07-18)
112
-
113
- # 1.29.0 (2023-05-05)
114
-
115
- ### Bug Fixes
116
-
117
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
118
-
119
- ## 1.28.2 (2023-05-05)
120
-
121
- ## 1.28.1 (2023-05-05)
122
-
123
- # 1.28.0 (2023-05-04)
124
-
125
- ### Features
126
-
127
- - typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
128
-
129
- ## 1.27.2 (2023-04-20)
130
-
131
- ## 1.27.1 (2023-04-17)
132
-
133
- # 1.27.0 (2023-04-17)
134
-
135
- # 1.26.0 (2023-04-14)
136
-
137
- # 1.24.0 (2023-02-01)
138
-
139
- ## 1.20.1 (2022-11-10)
140
-
141
- ### Bug Fixes
142
-
143
- - **connector:** IConnector::get method to interface added ([d1438d0](https://github.com/biorate/core/commit/d1438d030b19daa9530e15836062bdd9466c4205))
144
-
145
- ## 1.11.2 (2022-09-21)
146
-
147
- ### Bug Fixes
148
-
149
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
150
-
151
- ## 1.11.1 (2022-09-21)
152
-
153
- ### Bug Fixes
154
-
155
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
156
-
157
- # 1.11.0 (2022-09-21)
158
-
159
- ## 1.7.1 (2022-09-08)
160
-
161
- ### Bug Fixes
162
-
163
- - **connector:** create method added ([7cffbdd](https://github.com/biorate/core/commit/7cffbddc2c1fa402acc7d3517721dd563ad39d61))
164
-
165
- # 1.7.0 (2022-09-08)
166
-
167
- # 1.6.0 (2022-09-08)
168
-
169
- ### Features
170
-
171
- - **config-loader-vault:** module release ([2f977f7](https://github.com/biorate/core/commit/2f977f7c5d4028dc9ded2c2c8923fc2936d32e72))
172
- - config-loader, config-loader-fs, config-loader-env, config-loader-vault interface change. vault interface fix, connector interface fix ([1cd2766](https://github.com/biorate/core/commit/1cd276617deb988246532d0f491d51f5a449e1fd))
173
-
174
- # 1.4.0 (2022-08-15)
175
-
176
- ## 1.2.2 (2022-08-11)
177
-
178
- # 1.0.0 (2022-07-10)
179
-
180
- ## 0.30.19 (2022-07-10)
181
-
182
- ## 0.30.18 (2022-06-24)
183
-
184
- ### Bug Fixes
185
-
186
- - **promentheus:** strict ([ed4695f](https://github.com/biorate/core/commit/ed4695ff837894d9333c98d7b04a30fb433952e5))
187
-
188
- ## 0.30.17 (2022-06-24)
189
-
190
- ### Bug Fixes
191
-
192
- - **connector, schema-registry:** strict ([5714899](https://github.com/biorate/core/commit/5714899a82ed95b9d252369971ab99982d70b9c3))
193
-
194
- ## 0.30.11 (2022-06-24)
195
-
196
- ## 0.30.10 (2022-06-24)
197
-
198
- ## 0.30.9 (2022-06-23)
199
-
200
- ### Bug Fixes
201
-
202
- - **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
203
-
204
- ## 0.30.8 (2022-06-23)
205
-
206
- ### Bug Fixes
207
-
208
- - **connector:** strict types ([a6691da](https://github.com/biorate/core/commit/a6691da2eac771c72680804d5386585ec3461c4d))
209
-
210
- ## 0.30.7 (2022-06-23)
211
-
212
- ## 0.30.6 (2022-06-23)
213
-
214
- ## 0.30.5 (2022-06-23)
215
-
216
- ## 0.30.4 (2022-06-23)
217
-
218
- ## 0.30.2 (2022-06-22)
219
-
220
- # 0.30.0 (2022-06-20)
221
-
222
- ### Bug Fixes
223
-
224
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
225
-
226
- ## 0.29.1 (2022-06-20)
227
-
228
- # 0.29.0 (2022-06-20)
229
-
230
- ### Bug Fixes
231
-
232
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
233
-
234
- ## 0.28.3 (2022-05-07)
235
-
236
- ### Bug Fixes
237
-
238
- - **connector:** connections and current props to private ([6ff6550](https://github.com/biorate/core/commit/6ff6550c7dfc936d671a26adc802c4602c78630f))
239
-
240
- # 0.28.0 (2022-05-06)
241
-
242
- # 0.27.0 (2022-05-06)
243
-
244
- # 0.26.0 (2022-04-25)
245
-
246
- ### Bug Fixes
247
-
248
- - **connector:** get alias for connection added ([16b3c21](https://github.com/biorate/core/commit/16b3c213a3c784e31eefe7e39e150d652f1dda33))
249
-
250
- # 0.25.0 (2022-04-25)
251
-
252
- ### Features
253
-
254
- - **schema-registry:** api fix ([8631389](https://github.com/biorate/core/commit/8631389036e4c0d1f0a9ec0ccab5a0a2800c4dab))
255
-
256
- ### BREAKING CHANGES
257
-
258
- - **schema-registry:** api fix according axios fatch interface change
259
-
260
- # 0.24.0 (2022-04-25)
261
-
262
- # 0.23.0 (2022-04-11)
263
-
264
- # 0.22.0 (2022-04-08)
265
-
266
- ### Features
267
-
268
- - **axios:** path params added ([5524f25](https://github.com/biorate/core/commit/5524f255887b9094fae8c52d5e15dee0824f0541))
269
-
270
- # 0.21.0 (2022-04-08)
271
-
272
- # 0.20.0 (2022-04-08)
273
-
274
- ### Bug Fixes
275
-
276
- - **connector:** index.d.ts added ([c069419](https://github.com/biorate/core/commit/c0694193ef191b071f1f331a217946d92d83d265))
277
-
278
- ### Features
279
-
280
- - **connector:** interface draft ([7823de3](https://github.com/biorate/core/commit/7823de359381edd7503152c522f99ae3666812f8))
281
- - **connector:** module added ([375d472](https://github.com/biorate/core/commit/375d472d6ad4933e8b5baec640ba6c5439b06d7e))
282
-
283
- ## [1.156.2](https://github.com/biorate/core/compare/v1.156.1...v1.156.2) (2025-09-18)
284
-
285
- **Note:** Version bump only for package @biorate/connector
286
-
287
- # [1.156.0](https://github.com/biorate/core/compare/v1.155.0...v1.156.0) (2025-09-18)
288
-
289
- **Note:** Version bump only for package @biorate/connector
290
-
291
- # [1.120.0](https://github.com/biorate/core/compare/v1.119.2...v1.120.0) (2025-04-29)
292
-
293
- **Note:** Version bump only for package @biorate/connector
294
-
295
- # [1.104.0](https://github.com/biorate/core/compare/v1.102.1...v1.104.0) (2025-02-28)
296
-
297
- ### Features
298
-
299
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
300
-
301
- # [1.103.0](https://github.com/biorate/core/compare/v1.102.1...v1.103.0) (2025-02-28)
302
-
303
- **Note:** Version bump only for package @biorate/connector
304
-
305
- ## [1.102.1](https://github.com/biorate/core/compare/v1.102.0...v1.102.1) (2025-02-28)
306
-
307
- **Note:** Version bump only for package @biorate/connector
308
-
309
- # [1.102.0](https://github.com/biorate/core/compare/v1.101.0...v1.102.0) (2025-02-28)
310
-
311
- ### Features
312
-
313
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
314
-
315
- # [1.100.0](https://github.com/biorate/core/compare/v1.99.0...v1.100.0) (2025-02-26)
316
-
317
- **Note:** Version bump only for package @biorate/connector
318
-
319
- # [1.96.0](https://github.com/biorate/core/compare/v1.95.1...v1.96.0) (2024-12-26)
320
-
321
- **Note:** Version bump only for package @biorate/connector
322
-
323
- ## [1.95.1](https://github.com/biorate/core/compare/v1.95.0...v1.95.1) (2024-12-26)
324
-
325
- **Note:** Version bump only for package @biorate/connector
326
-
327
- # [1.95.0](https://github.com/biorate/core/compare/v1.94.1...v1.95.0) (2024-12-26)
328
-
329
- **Note:** Version bump only for package @biorate/connector
330
-
331
- ## [1.93.1](https://github.com/biorate/core/compare/v1.93.0...v1.93.1) (2024-12-19)
332
-
333
- **Note:** Version bump only for package @biorate/connector
334
-
335
- # [1.93.0](https://github.com/biorate/core/compare/v1.92.0...v1.93.0) (2024-12-19)
336
-
337
- **Note:** Version bump only for package @biorate/connector
338
-
339
- ## [1.91.5](https://github.com/biorate/core/compare/v1.91.4...v1.91.5) (2024-12-06)
340
-
341
- **Note:** Version bump only for package @biorate/connector
342
-
343
- ## [1.91.4](https://github.com/biorate/core/compare/v1.91.3...v1.91.4) (2024-12-06)
344
-
345
- **Note:** Version bump only for package @biorate/connector
346
-
347
- ## [1.91.3](https://github.com/biorate/core/compare/v1.91.2...v1.91.3) (2024-12-06)
348
-
349
- **Note:** Version bump only for package @biorate/connector
350
-
351
- ## [1.91.2](https://github.com/biorate/core/compare/v1.91.1...v1.91.2) (2024-12-06)
352
-
353
- **Note:** Version bump only for package @biorate/connector
354
-
355
- ## [1.91.1](https://github.com/biorate/core/compare/v1.91.0...v1.91.1) (2024-12-06)
356
-
357
- **Note:** Version bump only for package @biorate/connector
358
-
359
- # [1.91.0](https://github.com/biorate/core/compare/v1.90.0...v1.91.0) (2024-12-05)
360
-
361
- **Note:** Version bump only for package @biorate/connector
362
-
363
- # [1.90.0](https://github.com/biorate/core/compare/v1.89.0...v1.90.0) (2024-12-05)
364
-
365
- **Note:** Version bump only for package @biorate/connector
366
-
367
- ## [1.76.3](https://github.com/biorate/core/compare/v1.76.2...v1.76.3) (2024-07-11)
368
-
369
- **Note:** Version bump only for package @biorate/connector
370
-
371
- ## [1.65.4](https://github.com/biorate/core/compare/v1.65.3...v1.65.4) (2024-03-26)
372
-
373
- **Note:** Version bump only for package @biorate/connector
374
-
375
- # [1.54.0](https://github.com/biorate/core/compare/v1.53.3...v1.54.0) (2024-01-11)
376
-
377
- **Note:** Version bump only for package @biorate/connector
378
-
379
- ## [1.42.2](https://github.com/biorate/core/compare/v1.42.1...v1.42.2) (2023-09-07)
380
-
381
- **Note:** Version bump only for package @biorate/connector
382
-
383
- ## [1.42.1](https://github.com/biorate/core/compare/v1.42.0...v1.42.1) (2023-09-04)
384
-
385
- **Note:** Version bump only for package @biorate/connector
386
-
387
- ## [1.38.4](https://github.com/biorate/core/compare/v1.38.3...v1.38.4) (2023-08-11)
388
-
389
- **Note:** Version bump only for package @biorate/connector
390
-
391
- ## [1.38.3](https://github.com/biorate/core/compare/v1.38.2...v1.38.3) (2023-08-10)
392
-
393
- **Note:** Version bump only for package @biorate/connector
394
-
395
- ## [1.38.2](https://github.com/biorate/core/compare/v1.38.1...v1.38.2) (2023-08-10)
396
-
397
- **Note:** Version bump only for package @biorate/connector
398
-
399
- ## [1.38.1](https://github.com/biorate/core/compare/v1.38.0...v1.38.1) (2023-08-10)
400
-
401
- **Note:** Version bump only for package @biorate/connector
402
-
403
- ## [1.30.12](https://github.com/biorate/core/compare/v1.30.11...v1.30.12) (2023-07-18)
404
-
405
- **Note:** Version bump only for package @biorate/connector
406
-
407
- # [1.29.0](https://github.com/biorate/core/compare/v1.28.2...v1.29.0) (2023-05-05)
408
-
409
- ### Bug Fixes
410
-
411
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
412
-
413
- ## [1.28.2](https://github.com/biorate/core/compare/v1.28.1...v1.28.2) (2023-05-05)
414
-
415
- **Note:** Version bump only for package @biorate/connector
416
-
417
- ## [1.28.1](https://github.com/biorate/core/compare/v1.28.0...v1.28.1) (2023-05-05)
418
-
419
- **Note:** Version bump only for package @biorate/connector
420
-
421
- # [1.28.0](https://github.com/biorate/core/compare/v1.27.7...v1.28.0) (2023-05-04)
422
-
423
- ### Features
424
-
425
- - typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
426
-
427
- ## [1.27.2](https://github.com/biorate/core/compare/v1.27.1...v1.27.2) (2023-04-20)
428
-
429
- **Note:** Version bump only for package @biorate/connector
430
-
431
- ## [1.27.1](https://github.com/biorate/core/compare/v1.27.0...v1.27.1) (2023-04-17)
432
-
433
- **Note:** Version bump only for package @biorate/connector
434
-
435
- # [1.27.0](https://github.com/biorate/core/compare/v1.26.0...v1.27.0) (2023-04-17)
436
-
437
- **Note:** Version bump only for package @biorate/connector
438
-
439
- # [1.26.0](https://github.com/biorate/core/compare/v1.25.5...v1.26.0) (2023-04-14)
440
-
441
- **Note:** Version bump only for package @biorate/connector
442
-
443
- # [1.24.0](https://github.com/biorate/core/compare/v1.23.2...v1.24.0) (2023-02-01)
444
-
445
- **Note:** Version bump only for package @biorate/connector
446
-
447
- ## [1.20.1](https://github.com/biorate/core/compare/v1.20.0...v1.20.1) (2022-11-10)
448
-
449
- ### Bug Fixes
450
-
451
- - **connector:** IConnector::get method to interface added ([d1438d0](https://github.com/biorate/core/commit/d1438d030b19daa9530e15836062bdd9466c4205))
452
-
453
- ## [1.11.2](https://github.com/biorate/core/compare/v1.11.1...v1.11.2) (2022-09-21)
454
-
455
- ### Bug Fixes
456
-
457
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
458
-
459
- ## [1.11.1](https://github.com/biorate/core/compare/v1.11.0...v1.11.1) (2022-09-21)
460
-
461
- ### Bug Fixes
462
-
463
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
464
-
465
- # [1.11.0](https://github.com/biorate/core/compare/v1.10.0...v1.11.0) (2022-09-21)
466
-
467
- **Note:** Version bump only for package @biorate/connector
468
-
469
- ## [1.7.1](https://github.com/biorate/core/compare/v1.7.0...v1.7.1) (2022-09-08)
470
-
471
- ### Bug Fixes
472
-
473
- - **connector:** create method added ([7cffbdd](https://github.com/biorate/core/commit/7cffbddc2c1fa402acc7d3517721dd563ad39d61))
474
-
475
- # [1.7.0](https://github.com/biorate/core/compare/v1.6.0...v1.7.0) (2022-09-08)
476
-
477
- **Note:** Version bump only for package @biorate/connector
478
-
479
- # [1.6.0](https://github.com/biorate/core/compare/v1.5.1...v1.6.0) (2022-09-08)
480
-
481
- ### Features
482
-
483
- - **config-loader-vault:** module release ([2f977f7](https://github.com/biorate/core/commit/2f977f7c5d4028dc9ded2c2c8923fc2936d32e72))
484
- - config-loader, config-loader-fs, config-loader-env, config-loader-vault interface change. vault interface fix, connector interface fix ([1cd2766](https://github.com/biorate/core/commit/1cd276617deb988246532d0f491d51f5a449e1fd))
485
-
486
- # [1.4.0](https://github.com/biorate/core/compare/v1.3.2...v1.4.0) (2022-08-15)
487
-
488
- **Note:** Version bump only for package @biorate/connector
489
-
490
- ## [1.2.2](https://github.com/biorate/core/compare/v1.2.1...v1.2.2) (2022-08-11)
491
-
492
- **Note:** Version bump only for package @biorate/connector
493
-
494
- # [1.0.0](https://github.com/biorate/core/compare/v0.30.19...v1.0.0) (2022-07-10)
495
-
496
- **Note:** Version bump only for package @biorate/connector
497
-
498
- ## [0.30.19](https://github.com/biorate/core/compare/v0.30.18...v0.30.19) (2022-07-10)
499
-
500
- **Note:** Version bump only for package @biorate/connector
501
-
502
- ## [0.30.18](https://github.com/biorate/core/compare/v0.30.17...v0.30.18) (2022-06-24)
503
-
504
- ### Bug Fixes
505
-
506
- - **promentheus:** strict ([ed4695f](https://github.com/biorate/core/commit/ed4695ff837894d9333c98d7b04a30fb433952e5))
507
-
508
- ## [0.30.17](https://github.com/biorate/core/compare/v0.30.16...v0.30.17) (2022-06-24)
509
-
510
- ### Bug Fixes
511
-
512
- - **connector, schema-registry:** strict ([5714899](https://github.com/biorate/core/commit/5714899a82ed95b9d252369971ab99982d70b9c3))
513
-
514
- ## [0.30.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
515
-
516
- **Note:** Version bump only for package @biorate/connector
517
-
518
- ## [0.30.10](https://github.com/biorate/core/compare/v0.30.9...v0.30.10) (2022-06-24)
519
-
520
- **Note:** Version bump only for package @biorate/connector
521
-
522
- ## [0.30.9](https://github.com/biorate/core/compare/v0.30.8...v0.30.9) (2022-06-23)
523
-
524
- ### Bug Fixes
525
-
526
- - **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
527
-
528
- ## [0.30.8](https://github.com/biorate/core/compare/v0.30.7...v0.30.8) (2022-06-23)
529
-
530
- ### Bug Fixes
531
-
532
- - **connector:** strict types ([a6691da](https://github.com/biorate/core/commit/a6691da2eac771c72680804d5386585ec3461c4d))
533
-
534
- ## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
535
-
536
- **Note:** Version bump only for package @biorate/connector
537
-
538
- ## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
539
-
540
- **Note:** Version bump only for package @biorate/connector
541
-
542
- ## [0.30.5](https://github.com/biorate/core/compare/v0.30.4...v0.30.5) (2022-06-23)
543
-
544
- **Note:** Version bump only for package @biorate/connector
545
-
546
- ## [0.30.4](https://github.com/biorate/core/compare/v0.30.3...v0.30.4) (2022-06-23)
547
-
548
- **Note:** Version bump only for package @biorate/connector
549
-
550
- ## [0.30.2](https://github.com/biorate/core/compare/v0.30.1...v0.30.2) (2022-06-22)
551
-
552
- **Note:** Version bump only for package @biorate/connector
553
-
554
- # [0.30.0](https://github.com/biorate/core/compare/v0.29.1...v0.30.0) (2022-06-20)
555
-
556
- ### Bug Fixes
557
-
558
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
559
-
560
- ## [0.29.1](https://github.com/biorate/core/compare/v0.29.0...v0.29.1) (2022-06-20)
561
-
562
- **Note:** Version bump only for package @biorate/connector
563
-
564
- # [0.29.0](https://github.com/biorate/core/compare/v0.28.3...v0.29.0) (2022-06-20)
565
-
566
- ### Bug Fixes
567
-
568
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
569
-
570
- ## [0.28.3](https://github.com/biorate/core/compare/v0.28.2...v0.28.3) (2022-05-07)
571
-
572
- ### Bug Fixes
573
-
574
- - **connector:** connections and current props to private ([6ff6550](https://github.com/biorate/core/commit/6ff6550c7dfc936d671a26adc802c4602c78630f))
575
-
576
- # [0.28.0](https://github.com/biorate/core/compare/v0.27.3...v0.28.0) (2022-05-06)
577
-
578
- **Note:** Version bump only for package @biorate/connector
579
-
580
- # [0.27.0](https://github.com/biorate/core/compare/v0.26.0...v0.27.0) (2022-05-06)
581
-
582
- **Note:** Version bump only for package @biorate/connector
583
-
584
- # [0.26.0](https://github.com/biorate/core/compare/v0.25.0...v0.26.0) (2022-04-25)
585
-
586
- ### Bug Fixes
587
-
588
- - **connector:** get alias for connection added ([16b3c21](https://github.com/biorate/core/commit/16b3c213a3c784e31eefe7e39e150d652f1dda33))
589
-
590
- # [0.25.0](https://github.com/biorate/core/compare/v0.24.0...v0.25.0) (2022-04-25)
591
-
592
- ### Features
593
-
594
- - **schema-registry:** api fix ([8631389](https://github.com/biorate/core/commit/8631389036e4c0d1f0a9ec0ccab5a0a2800c4dab))
595
-
596
- ### BREAKING CHANGES
597
-
598
- - **schema-registry:** api fix according axios fatch interface change
599
-
600
- # [0.24.0](https://github.com/biorate/core/compare/v0.23.4...v0.24.0) (2022-04-25)
601
-
602
- **Note:** Version bump only for package @biorate/connector
603
-
604
- # [0.23.0](https://github.com/biorate/core/compare/v0.22.0...v0.23.0) (2022-04-11)
605
-
606
- **Note:** Version bump only for package @biorate/connector
607
-
608
- # [0.22.0](https://github.com/biorate/core/compare/v0.21.0...v0.22.0) (2022-04-08)
609
-
610
- ### Features
611
-
612
- - **axios:** path params added ([5524f25](https://github.com/biorate/core/commit/5524f255887b9094fae8c52d5e15dee0824f0541))
613
-
614
- # [0.21.0](https://github.com/biorate/core/compare/v0.20.0...v0.21.0) (2022-04-08)
615
-
616
- **Note:** Version bump only for package @biorate/connector
617
-
618
- # [0.20.0](https://github.com/biorate/core/compare/v0.19.1...v0.20.0) (2022-04-08)
619
-
620
- ### Bug Fixes
621
-
622
- - **connector:** index.d.ts added ([c069419](https://github.com/biorate/core/commit/c0694193ef191b071f1f331a217946d92d83d265))
623
-
624
- ### Features
625
-
626
- - **connector:** interface draft ([7823de3](https://github.com/biorate/core/commit/7823de359381edd7503152c522f99ae3666812f8))
627
- - **connector:** module added ([375d472](https://github.com/biorate/core/commit/375d472d6ad4933e8b5baec640ba6c5439b06d7e))
@@ -1 +0,0 @@
1
- {"uuid":"141868a6-8666-4a87-9e6d-ae453ceaf4c1","children":["5197108e-56e0-4e4d-b32e-f0bd2273b873"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook for \"get connection\""}],"afters":[],"name":"@biorate/connector"}
@@ -1 +0,0 @@
1
- {"uuid":"5197108e-56e0-4e4d-b32e-f0bd2273b873","historyId":"3a410929b3625283f7313756d5fe7125:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/connector"}],"links":[],"start":1770826428019,"name":"get connection","fullName":"/tests/index.spec.ts: @biorate/connector > get connection","stop":1770826428025}
@@ -1 +0,0 @@
1
- {"uuid":"5c2b786a-a029-48cc-81bf-fa694ce2cc93","children":["141868a6-8666-4a87-9e6d-ae453ceaf4c1"],"befores":[],"afters":[],"name":"Global"}
@@ -1 +0,0 @@
1
- {"uuid":"c47c1787-be80-47f8-a481-af2bfe49c699","children":["cbd9ae0e-ab01-43ff-8942-c57e170a4e84"],"befores":[],"afters":[],"name":"Global"}
@@ -1 +0,0 @@
1
- {"uuid":"cbd9ae0e-ab01-43ff-8942-c57e170a4e84","children":["fa0d936d-8db6-4485-bb15-b03368741249"],"befores":[{"status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"name":"\"before all\" hook for \"get connection\""}],"afters":[],"name":"@biorate/connector"}
@@ -1 +0,0 @@
1
- {"uuid":"fa0d936d-8db6-4485-bb15-b03368741249","historyId":"3a410929b3625283f7313756d5fe7125:d41d8cd98f00b204e9800998ecf8427e","status":"passed","statusDetails":{},"stage":"finished","steps":[],"attachments":[],"parameters":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"@biorate/connector"}],"links":[],"start":1770826539261,"name":"get connection","fullName":"/tests/index.spec.ts: @biorate/connector > get connection","stop":1770826539266}