@kubb/core 5.0.0-beta.76 → 5.0.0-beta.77

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
@@ -396,7 +396,7 @@ function createAdapter(build) {
396
396
  /**
397
397
  * Docs major version, derived from the package version so the link tracks the published major.
398
398
  */
399
- const docsMajor = "5.0.0-beta.76".split(".")[0] ?? "5";
399
+ const docsMajor = "5.0.0-beta.77".split(".")[0] ?? "5";
400
400
  /**
401
401
  * Narrows a {@link Diagnostic} to the variant for `code`, or `null` when it does not match.
402
402
  *
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import "./rolldown-runtime-C0LytTxp.js";
2
2
  import { _ as getErrorMessage, a as createStorage, c as clean, d as write, f as runtime, g as BuildError, h as AsyncEventEmitter, i as FileManager, l as toFilePath, m as pascalCase, n as _usingCtx, o as OPERATION_FILTER_TYPES, p as camelCase, r as FileProcessor, s as diagnosticCode, t as memoryStorage, u as toPosixPath } from "./memoryStorage-Dow5-isU.js";
3
- import { stripVTControlCharacters, styleText } from "node:util";
4
3
  import { hash } from "node:crypto";
4
+ import { stripVTControlCharacters, styleText } from "node:util";
5
5
  import { access, glob, readFile, rm } from "node:fs/promises";
6
6
  import path, { join, relative, resolve } from "node:path";
7
7
  import { ast, ast as ast$1, composeMacros, operationDef, schemaDef, transform } from "@kubb/ast";
@@ -394,7 +394,7 @@ function createAdapter(build) {
394
394
  /**
395
395
  * Docs major version, derived from the package version so the link tracks the published major.
396
396
  */
397
- const docsMajor = "5.0.0-beta.76".split(".")[0] ?? "5";
397
+ const docsMajor = "5.0.0-beta.77".split(".")[0] ?? "5";
398
398
  /**
399
399
  * Narrows a {@link Diagnostic} to the variant for `code`, or `null` when it does not match.
400
400
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "5.0.0-beta.76",
3
+ "version": "5.0.0-beta.77",
4
4
  "description": "Core engine for Kubb. Provides the plugin driver, file manager 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.76"
58
+ "@kubb/ast": "5.0.0-beta.77"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@internals/utils": "0.0.0",
62
- "@kubb/renderer-jsx": "5.0.0-beta.76"
62
+ "@kubb/renderer-jsx": "5.0.0-beta.77"
63
63
  },
64
64
  "peerDependencies": {
65
- "@kubb/renderer-jsx": "5.0.0-beta.76"
65
+ "@kubb/renderer-jsx": "5.0.0-beta.77"
66
66
  },
67
67
  "engines": {
68
68
  "node": ">=22"