@kubb/core 5.0.0-alpha.23 → 5.0.0-alpha.24

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
@@ -1418,7 +1418,7 @@ const fsStorage = createStorage(() => ({
1418
1418
  }));
1419
1419
  //#endregion
1420
1420
  //#region package.json
1421
- var version = "5.0.0-alpha.23";
1421
+ var version = "5.0.0-alpha.24";
1422
1422
  //#endregion
1423
1423
  //#region src/utils/diagnostics.ts
1424
1424
  /**
package/dist/index.js CHANGED
@@ -1412,7 +1412,7 @@ const fsStorage = createStorage(() => ({
1412
1412
  }));
1413
1413
  //#endregion
1414
1414
  //#region package.json
1415
- var version$1 = "5.0.0-alpha.23";
1415
+ var version$1 = "5.0.0-alpha.24";
1416
1416
  //#endregion
1417
1417
  //#region src/utils/diagnostics.ts
1418
1418
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.0.0-alpha.23",
3
+ "version": "5.0.0-alpha.24",
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",
@@ -71,7 +71,7 @@
71
71
  "remeda": "^2.33.6",
72
72
  "semver": "^7.7.4",
73
73
  "tinyexec": "^1.0.4",
74
- "@kubb/ast": "5.0.0-alpha.23"
74
+ "@kubb/ast": "5.0.0-alpha.24"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/semver": "^7.7.1",