@biorate/schema-registry 2.1.1 → 2.1.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [2.1.3](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.2...@biorate/schema-registry@2.1.3) (2026-03-24)
7
+
8
+ **Note:** Version bump only for package @biorate/schema-registry
9
+
10
+ ## [2.1.2](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.1...@biorate/schema-registry@2.1.2) (2026-03-23)
11
+
12
+ **Note:** Version bump only for package @biorate/schema-registry
13
+
6
14
  ## [2.1.1](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.0...@biorate/schema-registry@2.1.1) (2026-02-25)
7
15
 
8
16
  **Note:** Version bump only for package @biorate/schema-registry
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1770965514609" clover="3.2.0">
3
- <project timestamp="1770965514609" name="All files">
2
+ <coverage generated="1774337913234" clover="3.2.0">
3
+ <project timestamp="1774337913234" name="All files">
4
4
  <metrics statements="87" coveredstatements="75" conditionals="7" coveredconditionals="4" methods="34" coveredmethods="29" elements="128" coveredelements="108" complexity="0" loc="87" ncloc="87" packages="3" files="6" classes="6"/>
5
5
  <package name="src">
6
6
  <metrics statements="81" coveredstatements="69" conditionals="7" coveredconditionals="4" methods="34" coveredmethods="29"/>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2026-02-13T06:51:54.569Z
134
+ at 2026-03-24T07:38:33.221Z
135
135
  </div>
136
136
  <script src="prettify.js"></script>
137
137
  <script>
@@ -787,7 +787,7 @@ export const create = (config: ISchemaRegistryConfig) =&gt; {
787
787
  <div class='footer quiet pad2 space-top1 center small'>
788
788
  Code coverage generated by
789
789
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
790
- at 2026-02-13T06:51:54.569Z
790
+ at 2026-03-24T07:38:33.221Z
791
791
  </div>
792
792
  <script src="../prettify.js"></script>
793
793
  <script>
@@ -115,7 +115,7 @@ export class SchemaRegistryAvroSchemaParseError extends BaseError {
115
115
  <div class='footer quiet pad2 space-top1 center small'>
116
116
  Code coverage generated by
117
117
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
118
- at 2026-02-13T06:51:54.569Z
118
+ at 2026-03-24T07:38:33.221Z
119
119
  </div>
120
120
  <script src="../prettify.js"></script>
121
121
  <script>
@@ -146,7 +146,7 @@
146
146
  <div class='footer quiet pad2 space-top1 center small'>
147
147
  Code coverage generated by
148
148
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149
- at 2026-02-13T06:51:54.569Z
149
+ at 2026-03-24T07:38:33.221Z
150
150
  </div>
151
151
  <script src="../prettify.js"></script>
152
152
  <script>
@@ -364,7 +364,7 @@ export class SchemaRegistryConnector extends Connector&lt;
364
364
  <div class='footer quiet pad2 space-top1 center small'>
365
365
  Code coverage generated by
366
366
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
367
- at 2026-02-13T06:51:54.569Z
367
+ at 2026-03-24T07:38:33.221Z
368
368
  </div>
369
369
  <script src="../prettify.js"></script>
370
370
  <script>
@@ -139,7 +139,7 @@ export type ICompatibilities =
139
139
  <div class='footer quiet pad2 space-top1 center small'>
140
140
  Code coverage generated by
141
141
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
142
- at 2026-02-13T06:51:54.569Z
142
+ at 2026-03-24T07:38:33.221Z
143
143
  </div>
144
144
  <script src="../prettify.js"></script>
145
145
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2026-02-13T06:51:54.569Z
104
+ at 2026-03-24T07:38:33.221Z
105
105
  </div>
106
106
  <script src="../../prettify.js"></script>
107
107
  <script>
@@ -130,7 +130,7 @@ export const root = container.get&lt;Root&gt;(Root);
130
130
  <div class='footer quiet pad2 space-top1 center small'>
131
131
  Code coverage generated by
132
132
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
133
- at 2026-02-13T06:51:54.569Z
133
+ at 2026-03-24T07:38:33.221Z
134
134
  </div>
135
135
  <script src="../../prettify.js"></script>
136
136
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2026-02-13T06:51:54.569Z
104
+ at 2026-03-24T07:38:33.221Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
@@ -127,7 +127,7 @@
127
127
  <div class='footer quiet pad2 space-top1 center small'>
128
128
  Code coverage generated by
129
129
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
130
- at 2026-02-13T06:51:54.569Z
130
+ at 2026-03-24T07:38:33.221Z
131
131
  </div>
132
132
  <script src="../prettify.js"></script>
133
133
  <script>