@kubb/core 4.38.0 → 4.38.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
@@ -1483,7 +1483,7 @@ const fsStorage = defineStorage(() => ({
1483
1483
  }));
1484
1484
  //#endregion
1485
1485
  //#region package.json
1486
- var version = "4.38.0";
1486
+ var version = "4.38.1";
1487
1487
  //#endregion
1488
1488
  //#region src/utils/diagnostics.ts
1489
1489
  /**
package/dist/index.js CHANGED
@@ -1475,7 +1475,7 @@ const fsStorage = defineStorage(() => ({
1475
1475
  }));
1476
1476
  //#endregion
1477
1477
  //#region package.json
1478
- var version$1 = "4.38.0";
1478
+ var version$1 = "4.38.1";
1479
1479
  //#endregion
1480
1480
  //#region src/utils/diagnostics.ts
1481
1481
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.38.0",
3
+ "version": "4.38.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.37.0",
72
72
  "semver": "^7.8.2",
73
73
  "tinyexec": "^1.2.4",
74
- "@kubb/ast": "4.38.0"
74
+ "@kubb/ast": "4.38.1"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/semver": "^7.7.1",