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