@kubb/core 4.22.2 → 4.23.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/README.md CHANGED
@@ -139,6 +139,7 @@ Kubb uses an MIT-licensed open source project with its ongoing development made
139
139
  </tr>
140
140
  <tr>
141
141
  <td align="center" valign="top" width="14.28%"><a href="https://choly.ca"><img src="https://avatars.githubusercontent.com/u/943597?v=4?s=100" width="100px;" alt="Ilia Choly"/><br /><sub><b>Ilia Choly</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=icholy" title="Code">💻</a></td>
142
+ <td align="center" valign="top" width="14.28%"><a href="http://kaigritun.com"><img src="https://avatars.githubusercontent.com/u/258667664?v=4?s=100" width="100px;" alt="Kai Gritun"/><br /><sub><b>Kai Gritun</b></sub></a><br /><a href="https://github.com/kubb-labs/kubb/commits?author=kaigritun" title="Code">💻</a></td>
142
143
  </tr>
143
144
  </tbody>
144
145
  </table>
package/dist/index.cjs CHANGED
@@ -75,7 +75,7 @@ function isInputPath(config) {
75
75
 
76
76
  //#endregion
77
77
  //#region package.json
78
- var version = "4.22.2";
78
+ var version = "4.23.0";
79
79
 
80
80
  //#endregion
81
81
  //#region src/utils/diagnostics.ts
package/dist/index.js CHANGED
@@ -69,7 +69,7 @@ function isInputPath(config) {
69
69
 
70
70
  //#endregion
71
71
  //#region package.json
72
- var version$1 = "4.22.2";
72
+ var version$1 = "4.23.0";
73
73
 
74
74
  //#endregion
75
75
  //#region src/utils/diagnostics.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.22.2",
3
+ "version": "4.23.0",
4
4
  "description": "Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.",
5
5
  "keywords": [
6
6
  "typescript",