fumadocs-core 16.8.0 → 16.8.2
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/{advanced-Tvsn2Nn4.js → advanced-BCAHgGV0.js} +1 -1
- package/dist/{build-doc-DH9A5-KD.js → build-doc-BOME1tMw.js} +1 -1
- package/dist/{chunk-BoAXSpZd.js → chunk-CYJPkc-J.js} +1 -1
- package/dist/content/github.d.ts +1 -1
- package/dist/content/github.js +1 -1
- package/dist/i18n/middleware.js +1 -1
- package/dist/{index-vYFNSGnq.d.ts → index-Ceg2efJm.d.ts} +3 -3
- package/dist/{loader-EZG5Wob-.js → loader-B6mFh9dX.js} +2 -2
- package/dist/negotiation/index.js +1 -1
- package/dist/{negotiation-BdxTpPs1.js → negotiation-CvOwibYZ.js} +1 -1
- package/dist/{path-ClKaiDuq.js → path-F_GnlBmT.js} +1 -1
- package/dist/{remove-markdown-B9biXFjm.js → remove-markdown-e8JvQlzO.js} +1 -1
- package/dist/search/client/flexsearch-static.js +1 -1
- package/dist/search/client/mixedbread.js +2 -2
- package/dist/search/client/orama-cloud-legacy.js +1 -1
- package/dist/search/client/orama-cloud.js +1 -1
- package/dist/search/client/orama-static.js +1 -1
- package/dist/search/flexsearch.d.ts +2 -2
- package/dist/search/flexsearch.js +3 -3
- package/dist/search/mixedbread.d.ts +1 -1
- package/dist/search/mixedbread.js +3 -3
- package/dist/search/server.d.ts +1 -1
- package/dist/search/server.js +3 -3
- package/dist/{server-CYtF8IuH.d.ts → server-CG7-_iKC.d.ts} +3 -3
- package/dist/source/dynamic.d.ts +1 -1
- package/dist/source/dynamic.js +1 -1
- package/dist/source/index.d.ts +1 -1
- package/dist/source/index.js +2 -2
- package/dist/source/llms.d.ts +1 -1
- package/dist/source/plugins/lucide-icons.d.ts +1 -1
- package/dist/source/plugins/lucide-icons.js +1 -1
- package/dist/source/plugins/slugs.d.ts +1 -1
- package/dist/source/plugins/slugs.js +1 -1
- package/dist/source/plugins/status-badges.d.ts +1 -1
- package/package.json +6 -6
- /package/dist/{endpoint-BIAOm-1v.js → endpoint-CAUHRXte.js} +0 -0
- /package/dist/{icon-Cibw_sJ6.js → icon-BbWo08Fw.js} +0 -0
- /package/dist/{remove-undefined-C3ZKZLEo.js → remove-undefined-CTqT55E9.js} +0 -0
- /package/dist/{utils-DMOkhB3T.js → utils-CkDkYuX8.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createContentHighlighter } from "./search/index.js";
|
|
2
|
-
import { t as removeUndefined } from "./remove-undefined-
|
|
2
|
+
import { t as removeUndefined } from "./remove-undefined-CTqT55E9.js";
|
|
3
3
|
import { getByID, search } from "@orama/orama";
|
|
4
4
|
//#region src/search/orama/search/simple.ts
|
|
5
5
|
async function searchSimple(db, query, params = {}) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as findPath } from "./utils-BFW0mEx9.js";
|
|
2
|
-
import { r as extname, t as basename } from "./path-
|
|
2
|
+
import { r as extname, t as basename } from "./path-F_GnlBmT.js";
|
|
3
3
|
//#region src/search/server/build-index.ts
|
|
4
4
|
async function buildIndexDefault(page) {
|
|
5
5
|
let structuredData;
|
|
@@ -5,7 +5,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
8
|
+
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
9
9
|
var __exportAll = (all, no_symbols) => {
|
|
10
10
|
let target = {};
|
|
11
11
|
for (var name in all) __defProp(target, name, {
|
package/dist/content/github.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ interface GetGithubLastCommitOptions {
|
|
|
34
34
|
* Get the last edit time of a file using GitHub API
|
|
35
35
|
*
|
|
36
36
|
* By default, this will cache the result forever.
|
|
37
|
-
* Set `options.next.revalidate` to
|
|
37
|
+
* Set `options.next.revalidate` to customize this.
|
|
38
38
|
*/
|
|
39
39
|
declare function getGithubLastEdit({
|
|
40
40
|
repo,
|
package/dist/content/github.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Get the last edit time of a file using GitHub API
|
|
4
4
|
*
|
|
5
5
|
* By default, this will cache the result forever.
|
|
6
|
-
* Set `options.next.revalidate` to
|
|
6
|
+
* Set `options.next.revalidate` to customize this.
|
|
7
7
|
*/
|
|
8
8
|
async function getGithubLastEdit({ repo, token, owner, path, sha, baseUrl = "https://api.github.com", options = {}, params: customParams = {} }) {
|
|
9
9
|
const headers = new Headers(options.headers);
|
package/dist/i18n/middleware.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as getNegotiator } from "../negotiation-
|
|
1
|
+
import { t as getNegotiator } from "../negotiation-CvOwibYZ.js";
|
|
2
2
|
import { NextResponse } from "next/server.js";
|
|
3
3
|
//#region ../../node_modules/.pnpm/@formatjs+fast-memoize@3.1.2/node_modules/@formatjs/fast-memoize/index.js
|
|
4
4
|
function memoize(fn, options) {
|
|
@@ -125,7 +125,7 @@ declare class PageTreeBuilder {
|
|
|
125
125
|
/**
|
|
126
126
|
* a function to generate slugs, return `undefined` to fallback to default generation.
|
|
127
127
|
*/
|
|
128
|
-
type SlugFn<S
|
|
128
|
+
type SlugFn<S = ContentStorage> = (file: S extends ContentStorage<infer P, unknown> ? P : never) => string[] | undefined;
|
|
129
129
|
/**
|
|
130
130
|
* Generate slugs for pages if missing
|
|
131
131
|
*/
|
|
@@ -256,8 +256,8 @@ interface LoaderOutput<Config extends LoaderConfig = LoaderConfig> {
|
|
|
256
256
|
/**
|
|
257
257
|
* generate static params for Next.js SSG
|
|
258
258
|
*
|
|
259
|
-
* @param slug -
|
|
260
|
-
* @param lang -
|
|
259
|
+
* @param slug - customize parameter name for slugs
|
|
260
|
+
* @param lang - customize parameter name for lang
|
|
261
261
|
*/
|
|
262
262
|
generateParams: <TSlug extends string = 'slug', TLang extends string = 'lang'>(slug?: TSlug, lang?: TLang) => (Record<TSlug, string[]> & Record<TLang, string>)[];
|
|
263
263
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as normalizeUrl } from "./normalize-url-J3kqKlu4.js";
|
|
2
2
|
import { c as visit } from "./utils-BFW0mEx9.js";
|
|
3
|
-
import { i as joinPath, n as dirname, o as slash, r as extname, s as splitPath, t as basename } from "./path-
|
|
3
|
+
import { i as joinPath, n as dirname, o as slash, r as extname, s as splitPath, t as basename } from "./path-F_GnlBmT.js";
|
|
4
4
|
import { slugsPlugin } from "./source/plugins/slugs.js";
|
|
5
|
-
import { t as iconPlugin } from "./icon-
|
|
5
|
+
import { t as iconPlugin } from "./icon-BbWo08Fw.js";
|
|
6
6
|
import path from "node:path";
|
|
7
7
|
//#region src/source/storage/file-system.ts
|
|
8
8
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as isMarkdownPreferred, r as rewritePath, t as getNegotiator } from "../negotiation-
|
|
1
|
+
import { n as isMarkdownPreferred, r as rewritePath, t as getNegotiator } from "../negotiation-CvOwibYZ.js";
|
|
2
2
|
export { getNegotiator, isMarkdownPreferred, rewritePath };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as __commonJSMin } from "./chunk-
|
|
1
|
+
import { t as __commonJSMin } from "./chunk-CYJPkc-J.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/remove-markdown@0.6.3/node_modules/remove-markdown/index.js
|
|
3
3
|
var require_remove_markdown = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
4
4
|
module.exports = function(md, options) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as search, t as createDocument } from "../../utils-
|
|
1
|
+
import { n as search, t as createDocument } from "../../utils-CkDkYuX8.js";
|
|
2
2
|
//#region src/search/client/flexsearch-static.ts
|
|
3
3
|
function initDocument(data) {
|
|
4
4
|
const document = createDocument();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as __toESM } from "../../chunk-
|
|
2
|
-
import { t as require_remove_markdown } from "../../remove-markdown-
|
|
1
|
+
import { r as __toESM } from "../../chunk-CYJPkc-J.js";
|
|
2
|
+
import { t as require_remove_markdown } from "../../remove-markdown-e8JvQlzO.js";
|
|
3
3
|
import Slugger from "github-slugger";
|
|
4
4
|
//#region src/search/client/mixedbread.ts
|
|
5
5
|
var import_remove_markdown = /* @__PURE__ */ __toESM(require_remove_markdown(), 1);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createContentHighlighter } from "../index.js";
|
|
2
|
-
import { t as removeUndefined } from "../../remove-undefined-
|
|
2
|
+
import { t as removeUndefined } from "../../remove-undefined-CTqT55E9.js";
|
|
3
3
|
//#region src/search/client/orama-cloud-legacy.ts
|
|
4
4
|
function oramaCloudLegacyClient(options) {
|
|
5
5
|
const { index = "default", client, params: extraParams = {}, tag } = options;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createContentHighlighter } from "../index.js";
|
|
2
|
-
import { t as removeUndefined } from "../../remove-undefined-
|
|
2
|
+
import { t as removeUndefined } from "../../remove-undefined-CTqT55E9.js";
|
|
3
3
|
//#region src/search/client/orama-cloud.ts
|
|
4
4
|
function oramaCloudClient(options) {
|
|
5
5
|
const { index = "default", client, params: extraParams, tag } = options;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as searchSimple, t as searchAdvanced } from "../../advanced-
|
|
1
|
+
import { n as searchSimple, t as searchAdvanced } from "../../advanced-BCAHgGV0.js";
|
|
2
2
|
import { create, load } from "@orama/orama";
|
|
3
3
|
//#region src/search/client/orama-static.ts
|
|
4
4
|
const cache = /* @__PURE__ */ new Map();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as Awaitable } from "../types-DpbpliNk.js";
|
|
2
2
|
import { t as I18nConfig } from "../index-DaiDEfiL.js";
|
|
3
|
-
import { m as SharedIndex, n as SearchAPI, t as QueryOptions } from "../server-
|
|
4
|
-
import { C as LoaderConfig, T as LoaderOutput } from "../index-
|
|
3
|
+
import { m as SharedIndex, n as SearchAPI, t as QueryOptions } from "../server-CG7-_iKC.js";
|
|
4
|
+
import { C as LoaderConfig, T as LoaderOutput } from "../index-Ceg2efJm.js";
|
|
5
5
|
import { DocumentData, DocumentOptions } from "flexsearch";
|
|
6
6
|
|
|
7
7
|
//#region src/search/server/build-doc.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as createEndpoint } from "../endpoint-
|
|
2
|
-
import { n as buildBreadcrumbs, r as buildIndexDefault, t as buildDocuments } from "../build-doc-
|
|
3
|
-
import { n as search, t as createDocument } from "../utils-
|
|
1
|
+
import { t as createEndpoint } from "../endpoint-CAUHRXte.js";
|
|
2
|
+
import { n as buildBreadcrumbs, r as buildIndexDefault, t as buildDocuments } from "../build-doc-BOME1tMw.js";
|
|
3
|
+
import { n as search, t as createDocument } from "../utils-CkDkYuX8.js";
|
|
4
4
|
import Search from "flexsearch";
|
|
5
5
|
//#region src/search/flexsearch.ts
|
|
6
6
|
function server(options) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as SortedResult } from "../index-CnkxgKNd.js";
|
|
2
|
-
import { n as SearchAPI } from "../server-
|
|
2
|
+
import { n as SearchAPI } from "../server-CG7-_iKC.js";
|
|
3
3
|
import Mixedbread from "@mixedbread/sdk";
|
|
4
4
|
import { StoreSearchResponse } from "@mixedbread/sdk/resources/stores";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as __toESM } from "../chunk-
|
|
2
|
-
import { t as createEndpoint } from "../endpoint-
|
|
3
|
-
import { t as require_remove_markdown } from "../remove-markdown-
|
|
1
|
+
import { r as __toESM } from "../chunk-CYJPkc-J.js";
|
|
2
|
+
import { t as createEndpoint } from "../endpoint-CAUHRXte.js";
|
|
3
|
+
import { t as require_remove_markdown } from "../remove-markdown-e8JvQlzO.js";
|
|
4
4
|
import Slugger from "github-slugger";
|
|
5
5
|
//#region src/search/mixedbread.ts
|
|
6
6
|
var import_remove_markdown = /* @__PURE__ */ __toESM(require_remove_markdown(), 1);
|
package/dist/search/server.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as AdvancedOptions, c as SimpleOptions, d as createSearchAPI, f as initAdvancedSearch, i as AdvancedIndex, l as createFromSource, n as SearchAPI, o as ExportedData, p as initSimpleSearch, r as SearchServer, s as Index, t as QueryOptions, u as createI18nSearchAPI } from "../server-
|
|
1
|
+
import { a as AdvancedOptions, c as SimpleOptions, d as createSearchAPI, f as initAdvancedSearch, i as AdvancedIndex, l as createFromSource, n as SearchAPI, o as ExportedData, p as initSimpleSearch, r as SearchServer, s as Index, t as QueryOptions, u as createI18nSearchAPI } from "../server-CG7-_iKC.js";
|
|
2
2
|
export { AdvancedIndex, AdvancedOptions, ExportedData, Index, QueryOptions, SearchAPI, SearchServer, SimpleOptions, createFromSource, createI18nSearchAPI, createSearchAPI, initAdvancedSearch, initSimpleSearch };
|
package/dist/search/server.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as defaultReadOptions, t as createEndpoint } from "../endpoint-
|
|
2
|
-
import { n as buildBreadcrumbs, r as buildIndexDefault, t as buildDocuments } from "../build-doc-
|
|
3
|
-
import { n as searchSimple, t as searchAdvanced } from "../advanced-
|
|
1
|
+
import { n as defaultReadOptions, t as createEndpoint } from "../endpoint-CAUHRXte.js";
|
|
2
|
+
import { n as buildBreadcrumbs, r as buildIndexDefault, t as buildDocuments } from "../build-doc-BOME1tMw.js";
|
|
3
|
+
import { n as searchSimple, t as searchAdvanced } from "../advanced-BCAHgGV0.js";
|
|
4
4
|
import { create, insertMultiple, save } from "@orama/orama";
|
|
5
5
|
//#region src/search/orama/_stemmers.ts
|
|
6
6
|
const STEMMERS = {
|
|
@@ -2,7 +2,7 @@ import { t as Awaitable } from "./types-DpbpliNk.js";
|
|
|
2
2
|
import { i as StructuredData } from "./remark-structure-C2-K9_ko.js";
|
|
3
3
|
import { t as I18nConfig } from "./index-DaiDEfiL.js";
|
|
4
4
|
import { r as SortedResult } from "./index-CnkxgKNd.js";
|
|
5
|
-
import { C as LoaderConfig, T as LoaderOutput } from "./index-
|
|
5
|
+
import { C as LoaderConfig, T as LoaderOutput } from "./index-Ceg2efJm.js";
|
|
6
6
|
import { Language, Orama, RawData, SearchParams, TypedDocument, create } from "@orama/orama";
|
|
7
7
|
|
|
8
8
|
//#region src/search/orama/create-db.d.ts
|
|
@@ -59,14 +59,14 @@ type Dynamic<T> = () => Awaitable<T[]>;
|
|
|
59
59
|
interface SimpleOptions extends SharedOptions {
|
|
60
60
|
indexes: Index[] | Dynamic<Index>;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* Customize search options on server
|
|
63
63
|
*/
|
|
64
64
|
search?: Partial<SearchParams<Orama<typeof simpleSchema>, SimpleDocument>>;
|
|
65
65
|
}
|
|
66
66
|
interface AdvancedOptions extends SharedOptions {
|
|
67
67
|
indexes: AdvancedIndex[] | Dynamic<AdvancedIndex>;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* Customize search options on server
|
|
70
70
|
*/
|
|
71
71
|
search?: Partial<SearchParams<Orama<typeof advancedSchema>, AdvancedDocument>>;
|
|
72
72
|
}
|
package/dist/source/dynamic.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { b as dynamicLoader, v as DynamicLoader, y as DynamicLoaderConfig } from "../index-
|
|
1
|
+
import { b as dynamicLoader, v as DynamicLoader, y as DynamicLoaderConfig } from "../index-Ceg2efJm.js";
|
|
2
2
|
export { DynamicLoader, DynamicLoaderConfig, dynamicLoader };
|
package/dist/source/dynamic.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as isStaticSource, n as loader, r as isDynamicSource } from "../loader-
|
|
1
|
+
import { i as isStaticSource, n as loader, r as isDynamicSource } from "../loader-B6mFh9dX.js";
|
|
2
2
|
import { cache } from "react";
|
|
3
3
|
//#region src/source/dynamic.ts
|
|
4
4
|
function dynamicLoader(input, options) {
|
package/dist/source/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as ResolvedLoaderConfig, B as PageTreeTransformer, C as LoaderConfig, D as LoaderPluginOption, E as LoaderPlugin, H as ContentStorageMetaFile, L as PageTreeBuilder, M as loader, O as Meta, P as getSlugs, R as PageTreeBuilderContext, S as InferPageType, T as LoaderOutput, U as ContentStoragePageFile, V as ContentStorage, W as FileSystem, _ as update, a as MetaData, c as SourceConfig, d as VirtualFile, f as _SourceUpdate_, g as source, h as multiple, i as DynamicSource, j as createGetUrl, k as Page, l as SourceUnion, m as isStaticSource, n as llms, o as PageData, p as isDynamicSource, r as path_d_exports, s as Source, t as LLMsConfig, u as StaticSource, w as LoaderOptions, x as InferMetaType, z as PageTreeOptions } from "../index-
|
|
1
|
+
import { A as ResolvedLoaderConfig, B as PageTreeTransformer, C as LoaderConfig, D as LoaderPluginOption, E as LoaderPlugin, H as ContentStorageMetaFile, L as PageTreeBuilder, M as loader, O as Meta, P as getSlugs, R as PageTreeBuilderContext, S as InferPageType, T as LoaderOutput, U as ContentStoragePageFile, V as ContentStorage, W as FileSystem, _ as update, a as MetaData, c as SourceConfig, d as VirtualFile, f as _SourceUpdate_, g as source, h as multiple, i as DynamicSource, j as createGetUrl, k as Page, l as SourceUnion, m as isStaticSource, n as llms, o as PageData, p as isDynamicSource, r as path_d_exports, s as Source, t as LLMsConfig, u as StaticSource, w as LoaderOptions, x as InferMetaType, z as PageTreeOptions } from "../index-Ceg2efJm.js";
|
|
2
2
|
export { ContentStorage, ContentStorageMetaFile, ContentStoragePageFile, DynamicSource, FileSystem, InferMetaType, InferPageType, LLMsConfig, LoaderConfig, LoaderOptions, LoaderOutput, LoaderPlugin, LoaderPluginOption, Meta, MetaData, Page, PageData, PageTreeBuilder, PageTreeBuilderContext, PageTreeOptions, PageTreeTransformer, path_d_exports as PathUtils, ResolvedLoaderConfig, Source, SourceConfig, SourceUnion, StaticSource, VirtualFile, _SourceUpdate_, createGetUrl, getSlugs, isDynamicSource, isStaticSource, llms, loader, multiple, source, update };
|
package/dist/source/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as path_exports } from "../path-
|
|
2
|
-
import { a as multiple, c as FileSystem, i as isStaticSource, n as loader, o as source, r as isDynamicSource, s as update, t as createGetUrl } from "../loader-
|
|
1
|
+
import { a as path_exports } from "../path-F_GnlBmT.js";
|
|
2
|
+
import { a as multiple, c as FileSystem, i as isStaticSource, n as loader, o as source, r as isDynamicSource, s as update, t as createGetUrl } from "../loader-B6mFh9dX.js";
|
|
3
3
|
import { getSlugs } from "./plugins/slugs.js";
|
|
4
4
|
import { llms } from "./llms.js";
|
|
5
5
|
export { FileSystem, path_exports as PathUtils, createGetUrl, getSlugs, isDynamicSource, isStaticSource, llms, loader, multiple, source, update };
|
package/dist/source/llms.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as llms, t as LLMsConfig } from "../index-
|
|
1
|
+
import { n as llms, t as LLMsConfig } from "../index-Ceg2efJm.js";
|
|
2
2
|
export { LLMsConfig, llms };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { F as slugsFromData, I as slugsPlugin, N as SlugFn, P as getSlugs } from "../../index-
|
|
1
|
+
import { F as slugsFromData, I as slugsPlugin, N as SlugFn, P as getSlugs } from "../../index-Ceg2efJm.js";
|
|
2
2
|
export { SlugFn, getSlugs, slugsFromData, slugsPlugin };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as Separator$1, n as Item$1, t as Folder$1 } from "../../definitions-Cob-Q8-8.js";
|
|
2
|
-
import { E as LoaderPlugin } from "../../index-
|
|
2
|
+
import { E as LoaderPlugin } from "../../index-Ceg2efJm.js";
|
|
3
3
|
import { ReactNode } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/source/plugins/status-badges.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-core",
|
|
3
|
-
"version": "16.8.
|
|
3
|
+
"version": "16.8.2",
|
|
4
4
|
"description": "The React.js library for building a documentation website",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@orama/core": "^1.2.19",
|
|
120
120
|
"@oramacloud/client": "^2.1.4",
|
|
121
121
|
"@shikijs/transformers": "^4.0.2",
|
|
122
|
-
"@tanstack/react-router": "1.168.
|
|
122
|
+
"@tanstack/react-router": "1.168.23",
|
|
123
123
|
"@types/estree-jsx": "^1.0.5",
|
|
124
124
|
"@types/hast": "^3.0.4",
|
|
125
125
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -133,22 +133,22 @@
|
|
|
133
133
|
"image-size": "^2.0.2",
|
|
134
134
|
"lucide-react": "^1.8.0",
|
|
135
135
|
"negotiator": "^1.0.0",
|
|
136
|
-
"next": "16.2.
|
|
136
|
+
"next": "16.2.4",
|
|
137
137
|
"npm-to-yarn": "^3.0.1",
|
|
138
138
|
"path-to-regexp": "^8.4.2",
|
|
139
139
|
"react-router": "^7.14.1",
|
|
140
140
|
"remark-directive": "^4.0.0",
|
|
141
141
|
"remark-mdx": "^3.1.1",
|
|
142
142
|
"remove-markdown": "^0.6.3",
|
|
143
|
-
"tsdown": "0.21.
|
|
144
|
-
"typescript": "^6.0.
|
|
143
|
+
"tsdown": "0.21.9",
|
|
144
|
+
"typescript": "^6.0.3",
|
|
145
145
|
"waku": "1.0.0-alpha.7",
|
|
146
146
|
"zod": "^4.3.6",
|
|
147
147
|
"tsconfig": "0.0.0"
|
|
148
148
|
},
|
|
149
149
|
"peerDependencies": {
|
|
150
150
|
"@mdx-js/mdx": "*",
|
|
151
|
-
"@mixedbread/sdk": "
|
|
151
|
+
"@mixedbread/sdk": "0.x.x",
|
|
152
152
|
"@orama/core": "1.x.x",
|
|
153
153
|
"@oramacloud/client": "2.x.x",
|
|
154
154
|
"@tanstack/react-router": "1.x.x",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|