@kubb/core 4.36.1 → 5.0.0-alpha.1

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
@@ -1469,7 +1469,7 @@ const fsStorage = defineStorage(() => ({
1469
1469
  }));
1470
1470
  //#endregion
1471
1471
  //#region package.json
1472
- var version = "4.36.1";
1472
+ var version = "5.0.0-alpha.1";
1473
1473
  //#endregion
1474
1474
  //#region src/utils/diagnostics.ts
1475
1475
  /**
package/dist/index.js CHANGED
@@ -1461,7 +1461,7 @@ const fsStorage = defineStorage(() => ({
1461
1461
  }));
1462
1462
  //#endregion
1463
1463
  //#region package.json
1464
- var version$1 = "4.36.1";
1464
+ var version$1 = "5.0.0-alpha.1";
1465
1465
  //#endregion
1466
1466
  //#region src/utils/diagnostics.ts
1467
1467
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.36.1",
3
+ "version": "5.0.0-alpha.1",
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": "4.36.1"
74
+ "@kubb/ast": "5.0.0-alpha.1"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/semver": "^7.7.1",
@@ -83,7 +83,7 @@
83
83
  "@kubb/react-fabric": "0.13.3"
84
84
  },
85
85
  "engines": {
86
- "node": ">=20"
86
+ "node": ">=22"
87
87
  },
88
88
  "publishConfig": {
89
89
  "access": "public",