@kubb/core 5.0.0-alpha.65 → 5.0.0-alpha.66

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
@@ -711,7 +711,7 @@ const fsStorage = createStorage(() => ({
711
711
  }));
712
712
  //#endregion
713
713
  //#region package.json
714
- var version = "5.0.0-alpha.65";
714
+ var version = "5.0.0-alpha.66";
715
715
  //#endregion
716
716
  //#region src/utils/diagnostics.ts
717
717
  /**
package/dist/index.js CHANGED
@@ -714,7 +714,7 @@ const fsStorage = createStorage(() => ({
714
714
  }));
715
715
  //#endregion
716
716
  //#region package.json
717
- var version$1 = "5.0.0-alpha.65";
717
+ var version$1 = "5.0.0-alpha.66";
718
718
  //#endregion
719
719
  //#region src/utils/diagnostics.ts
720
720
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.0.0-alpha.65",
3
+ "version": "5.0.0-alpha.66",
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
  "ast",
@@ -65,15 +65,15 @@
65
65
  "dependencies": {
66
66
  "fflate": "^0.8.2",
67
67
  "tinyexec": "^1.1.1",
68
- "@kubb/ast": "5.0.0-alpha.65"
68
+ "@kubb/ast": "5.0.0-alpha.66"
69
69
  },
70
70
  "devDependencies": {
71
71
  "p-limit": "^7.3.0",
72
72
  "@internals/utils": "0.0.0",
73
- "@kubb/renderer-jsx": "5.0.0-alpha.65"
73
+ "@kubb/renderer-jsx": "5.0.0-alpha.66"
74
74
  },
75
75
  "peerDependencies": {
76
- "@kubb/renderer-jsx": "5.0.0-alpha.65"
76
+ "@kubb/renderer-jsx": "5.0.0-alpha.66"
77
77
  },
78
78
  "size-limit": [
79
79
  {