@kubb/core 5.0.0-alpha.27 → 5.0.0-alpha.28

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