@kubb/core 4.22.3 → 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/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.3";
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.3";
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.3",
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",