@kubb/core 4.12.9 → 4.12.10

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
@@ -73,7 +73,7 @@ function isInputPath(config) {
73
73
 
74
74
  //#endregion
75
75
  //#region package.json
76
- var version = "4.12.9";
76
+ var version = "4.12.10";
77
77
 
78
78
  //#endregion
79
79
  //#region src/utils/diagnostics.ts
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ function isInputPath(config) {
67
67
 
68
68
  //#endregion
69
69
  //#region package.json
70
- var version$1 = "4.12.9";
70
+ var version$1 = "4.12.10";
71
71
 
72
72
  //#endregion
73
73
  //#region src/utils/diagnostics.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.12.9",
3
+ "version": "4.12.10",
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",