@kubb/core 5.0.0-alpha.25 → 5.0.0-alpha.26

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