@kubb/core 5.0.0-alpha.14 → 5.0.0-alpha.15

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
@@ -1447,7 +1447,7 @@ const fsStorage = createStorage(() => ({
1447
1447
  }));
1448
1448
  //#endregion
1449
1449
  //#region package.json
1450
- var version = "5.0.0-alpha.14";
1450
+ var version = "5.0.0-alpha.15";
1451
1451
  //#endregion
1452
1452
  //#region src/utils/diagnostics.ts
1453
1453
  /**
package/dist/index.js CHANGED
@@ -1441,7 +1441,7 @@ const fsStorage = createStorage(() => ({
1441
1441
  }));
1442
1442
  //#endregion
1443
1443
  //#region package.json
1444
- var version$1 = "5.0.0-alpha.14";
1444
+ var version$1 = "5.0.0-alpha.15";
1445
1445
  //#endregion
1446
1446
  //#region src/utils/diagnostics.ts
1447
1447
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.0.0-alpha.14",
3
+ "version": "5.0.0-alpha.15",
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.14"
74
+ "@kubb/ast": "5.0.0-alpha.15"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/semver": "^7.7.1",