@kubb/core 5.0.0-beta.72 → 5.0.0-beta.73

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
@@ -406,7 +406,7 @@ function createAdapter(build) {
406
406
  /**
407
407
  * Docs major version, derived from the package version so the link tracks the published major.
408
408
  */
409
- const docsMajor = "5.0.0-beta.72".split(".")[0] ?? "5";
409
+ const docsMajor = "5.0.0-beta.73".split(".")[0] ?? "5";
410
410
  /**
411
411
  * Narrows a {@link Diagnostic} to the variant for `code`, or `null` when it does not match.
412
412
  *
package/dist/index.js CHANGED
@@ -404,7 +404,7 @@ function createAdapter(build) {
404
404
  /**
405
405
  * Docs major version, derived from the package version so the link tracks the published major.
406
406
  */
407
- const docsMajor = "5.0.0-beta.72".split(".")[0] ?? "5";
407
+ const docsMajor = "5.0.0-beta.73".split(".")[0] ?? "5";
408
408
  /**
409
409
  * Narrows a {@link Diagnostic} to the variant for `code`, or `null` when it does not match.
410
410
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.0.0-beta.72",
3
+ "version": "5.0.0-beta.73",
4
4
  "description": "Core engine for Kubb. Provides the plugin driver, file manager, defineConfig, and build orchestration used by every Kubb plugin.",
5
5
  "keywords": [
6
6
  "code-generator",
@@ -55,14 +55,14 @@
55
55
  "registry": "https://registry.npmjs.org/"
56
56
  },
57
57
  "dependencies": {
58
- "@kubb/ast": "5.0.0-beta.72"
58
+ "@kubb/ast": "5.0.0-beta.73"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@internals/utils": "0.0.0",
62
- "@kubb/renderer-jsx": "5.0.0-beta.72"
62
+ "@kubb/renderer-jsx": "5.0.0-beta.73"
63
63
  },
64
64
  "peerDependencies": {
65
- "@kubb/renderer-jsx": "5.0.0-beta.72"
65
+ "@kubb/renderer-jsx": "5.0.0-beta.73"
66
66
  },
67
67
  "engines": {
68
68
  "node": ">=22"