@kubb/core 5.0.0-beta.81 → 5.0.0-beta.82
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.
|
@@ -2885,5 +2885,5 @@ declare class Diagnostics {
|
|
|
2885
2885
|
static formatLines(diagnostic: Diagnostic): Array<string>;
|
|
2886
2886
|
}
|
|
2887
2887
|
//#endregion
|
|
2888
|
-
export {
|
|
2889
|
-
//# sourceMappingURL=diagnostics-
|
|
2888
|
+
export { KubbPluginEndContext as $, KubbHookStartContext as A, logLevel as At, ParsedFile as B, KubbFilesProcessingEndContext as C, createStorage as Ct, KubbGenerationStartContext as D, ReporterName as Dt, KubbGenerationEndContext as E, ReporterContext as Et, KubbSuccessContext as F, AsyncEventEmitter as Ft, defineParser as G, Kubb$1 as H, KubbWarnContext as I, defineGenerator as J, Generator as K, PossibleConfig as L, KubbInfoContext as M, AdapterFactoryOptions as Mt, KubbLifecycleStartContext as N, AdapterSource as Nt, KubbHookEndContext as O, UserReporter as Ot, KubbPluginsEndContext as P, createAdapter as Pt, Include as Q, UserConfig as R, KubbFileProcessingUpdate as S, Storage as St, KubbFilesProcessingUpdateContext as T, Reporter as Tt, createKubb as U, CreateKubbOptions as V, Parser as W, Exclude$1 as X, KubbDriver as Y, Group as Z, InputPath as _, ResolverPathParams as _t, DiagnosticLocation as a, OutputOptions as at, KubbDiagnosticContext as b, RendererFactory as bt, PerformanceDiagnostic as c, PluginFactoryOptions as ct, SerializedDiagnostic as d, ResolveBannerContext as dt, KubbPluginSetupContext as et, UpdateDiagnostic as f, ResolveBannerFile as ft, InputData as g, ResolverFileParams as gt, Config as h, ResolverContext as ht, DiagnosticKind as i, OutputMode as it, KubbHooks as j, Adapter as jt, KubbHookLineContext as k, createReporter as kt, ProblemCode as l, definePlugin as lt, CLIOptions as m, Resolver as mt, DiagnosticByCode as n, NormalizedPlugin as nt, DiagnosticSeverity as o, Override as ot, BuildOutput as p, ResolveOptionsContext as pt, GeneratorContext as q, DiagnosticDoc as r, Output as rt, Diagnostics as s, Plugin as st, Diagnostic as t, KubbPluginStartContext as tt, ProblemDiagnostic as u, BannerMeta as ut, KubbBuildEndContext as v, defineResolver as vt, KubbFilesProcessingStartContext as w, GenerationResult as wt, KubbErrorContext as x, createRenderer as xt, KubbBuildStartContext as y, Renderer as yt, FileProcessorHooks as z };
|
|
2889
|
+
//# sourceMappingURL=diagnostics-DuaXn2bT.d.ts.map
|
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.
|
|
399
|
+
const docsMajor = "5.0.0-beta.82".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
|
*
|