@kubb/core 5.0.0-alpha.18 → 5.0.0-alpha.19

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 = createStorage(() => ({
1469
1469
  }));
1470
1470
  //#endregion
1471
1471
  //#region package.json
1472
- var version = "5.0.0-alpha.18";
1472
+ var version = "5.0.0-alpha.19";
1473
1473
  //#endregion
1474
1474
  //#region src/utils/diagnostics.ts
1475
1475
  /**
package/dist/index.js CHANGED
@@ -1463,7 +1463,7 @@ const fsStorage = createStorage(() => ({
1463
1463
  }));
1464
1464
  //#endregion
1465
1465
  //#region package.json
1466
- var version$1 = "5.0.0-alpha.18";
1466
+ var version$1 = "5.0.0-alpha.19";
1467
1467
  //#endregion
1468
1468
  //#region src/utils/diagnostics.ts
1469
1469
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.0.0-alpha.18",
3
+ "version": "5.0.0-alpha.19",
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": "5.0.0-alpha.18"
74
+ "@kubb/ast": "5.0.0-alpha.19"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/semver": "^7.7.1",