@kubb/core 5.0.0-alpha.70 → 5.0.0-alpha.71

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