@kubb/core 4.33.5 → 4.34.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
@@ -1301,7 +1301,7 @@ var PluginManager = class {
1301
1301
  };
1302
1302
  //#endregion
1303
1303
  //#region package.json
1304
- var version = "4.33.5";
1304
+ var version = "4.34.0";
1305
1305
  //#endregion
1306
1306
  //#region src/utils/diagnostics.ts
1307
1307
  /**
package/dist/index.js CHANGED
@@ -1293,7 +1293,7 @@ var PluginManager = class {
1293
1293
  };
1294
1294
  //#endregion
1295
1295
  //#region package.json
1296
- var version$1 = "4.33.5";
1296
+ var version$1 = "4.34.0";
1297
1297
  //#endregion
1298
1298
  //#region src/utils/diagnostics.ts
1299
1299
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.33.5",
3
+ "version": "4.34.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",