@kubb/core 4.33.2 → 4.33.3

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
@@ -1315,7 +1315,7 @@ var PluginManager = class {
1315
1315
  };
1316
1316
  //#endregion
1317
1317
  //#region package.json
1318
- var version = "4.33.2";
1318
+ var version = "4.33.3";
1319
1319
  //#endregion
1320
1320
  //#region src/utils/diagnostics.ts
1321
1321
  /**
package/dist/index.js CHANGED
@@ -1307,7 +1307,7 @@ var PluginManager = class {
1307
1307
  };
1308
1308
  //#endregion
1309
1309
  //#region package.json
1310
- var version$1 = "4.33.2";
1310
+ var version$1 = "4.33.3";
1311
1311
  //#endregion
1312
1312
  //#region src/utils/diagnostics.ts
1313
1313
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.33.2",
3
+ "version": "4.33.3",
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",