@kubb/core 4.18.1 → 4.18.2

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