fumadocs-mdx 13.0.6 → 13.0.7
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/bin.cjs +1 -1
- package/dist/{build-mdx-BjXOmv0b.d.cts → build-mdx-BnJhW5O1.d.cts} +1 -1
- package/dist/{build-mdx-CY5UldCO.d.ts → build-mdx-DNzfRRlY.d.ts} +1 -1
- package/dist/bun/index.d.cts +1 -1
- package/dist/bun/index.d.ts +1 -1
- package/dist/config/index.d.cts +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/{core-DB7TdlyC.d.cts → core-HkAVGq_a.d.cts} +1 -1
- package/dist/{core-DB7TdlyC.d.ts → core-HkAVGq_a.d.ts} +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/plugins/json-schema.d.cts +1 -1
- package/dist/plugins/json-schema.d.ts +1 -1
- package/dist/runtime/next/async.d.cts +3 -3
- package/dist/runtime/next/async.d.ts +3 -3
- package/dist/runtime/next/index.d.cts +4 -4
- package/dist/runtime/next/index.d.ts +4 -4
- package/dist/runtime/vite/browser.d.cts +2 -2
- package/dist/runtime/vite/browser.d.ts +2 -2
- package/dist/runtime/vite/server.d.cts +2 -2
- package/dist/runtime/vite/server.d.ts +2 -2
- package/dist/{types-Bnh9n7mj.d.cts → types-By6wKOnT.d.cts} +1 -1
- package/dist/{types-ey1AZqrg.d.ts → types-DgD5Omj2.d.ts} +1 -1
- package/dist/vite/index.cjs +1 -1
- package/dist/vite/index.js +1 -1
- package/package.json +2 -2
package/dist/bin.cjs
CHANGED
|
@@ -3,7 +3,7 @@ import { StructuredData } from 'fumadocs-core/mdx-plugins';
|
|
|
3
3
|
import { TOCItemType } from 'fumadocs-core/toc';
|
|
4
4
|
import { FC } from 'react';
|
|
5
5
|
import { MDXProps } from 'mdx/types';
|
|
6
|
-
import { E as ExtractedReference } from './core-
|
|
6
|
+
import { E as ExtractedReference } from './core-HkAVGq_a.cjs';
|
|
7
7
|
|
|
8
8
|
type Processor = ReturnType<typeof createProcessor>;
|
|
9
9
|
interface CompilerOptions {
|
|
@@ -3,7 +3,7 @@ import { StructuredData } from 'fumadocs-core/mdx-plugins';
|
|
|
3
3
|
import { TOCItemType } from 'fumadocs-core/toc';
|
|
4
4
|
import { FC } from 'react';
|
|
5
5
|
import { MDXProps } from 'mdx/types';
|
|
6
|
-
import { E as ExtractedReference } from './core-
|
|
6
|
+
import { E as ExtractedReference } from './core-HkAVGq_a.js';
|
|
7
7
|
|
|
8
8
|
type Processor = ReturnType<typeof createProcessor>;
|
|
9
9
|
interface CompilerOptions {
|
package/dist/bun/index.d.cts
CHANGED
package/dist/bun/index.d.ts
CHANGED
package/dist/config/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AnyCollection, B as BaseCollection,
|
|
1
|
+
export { A as AnyCollection, B as BaseCollection, C as CollectionSchema, D as DefaultMDXOptions, a as DocCollection, b as DocsCollection, G as GlobalConfig, M as MetaCollection, P as PostprocessOptions, d as defineCollections, e as defineConfig, c as defineDocs, f as frontmatterSchema, g as getDefaultMDXOptions, m as metaSchema } from '../core-HkAVGq_a.cjs';
|
|
2
2
|
import { Processor, Transformer } from 'unified';
|
|
3
3
|
import { Root } from 'mdast';
|
|
4
4
|
import '@mdx-js/mdx';
|
package/dist/config/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AnyCollection, B as BaseCollection,
|
|
1
|
+
export { A as AnyCollection, B as BaseCollection, C as CollectionSchema, D as DefaultMDXOptions, a as DocCollection, b as DocsCollection, G as GlobalConfig, M as MetaCollection, P as PostprocessOptions, d as defineCollections, e as defineConfig, c as defineDocs, f as frontmatterSchema, g as getDefaultMDXOptions, m as metaSchema } from '../core-HkAVGq_a.js';
|
|
2
2
|
import { Processor, Transformer } from 'unified';
|
|
3
3
|
import { Root } from 'mdast';
|
|
4
4
|
import '@mdx-js/mdx';
|
|
@@ -231,4 +231,4 @@ declare function createCore(options: CoreOptions, defaultPlugins?: PluginOption[
|
|
|
231
231
|
};
|
|
232
232
|
type Core = ReturnType<typeof createCore>;
|
|
233
233
|
|
|
234
|
-
export { type AnyCollection as A, type BaseCollection as B, type
|
|
234
|
+
export { type AnyCollection as A, type BaseCollection as B, type CollectionSchema as C, type DefaultMDXOptions as D, type ExtractedReference as E, type GlobalConfig as G, type LoadedConfig as L, type MetaCollection as M, type PostprocessOptions as P, type ServerContext as S, type DocCollection as a, type DocsCollection as b, defineDocs as c, defineCollections as d, defineConfig as e, frontmatterSchema as f, getDefaultMDXOptions as g, type CoreOptions as h, type Plugin as i, buildConfig as j, type EmitEntry as k, type PluginContext as l, metaSchema as m, type PluginOption as n, type EmitOptions as o, findConfigFile as p, createCore as q, type Core as r };
|
|
@@ -231,4 +231,4 @@ declare function createCore(options: CoreOptions, defaultPlugins?: PluginOption[
|
|
|
231
231
|
};
|
|
232
232
|
type Core = ReturnType<typeof createCore>;
|
|
233
233
|
|
|
234
|
-
export { type AnyCollection as A, type BaseCollection as B, type
|
|
234
|
+
export { type AnyCollection as A, type BaseCollection as B, type CollectionSchema as C, type DefaultMDXOptions as D, type ExtractedReference as E, type GlobalConfig as G, type LoadedConfig as L, type MetaCollection as M, type PostprocessOptions as P, type ServerContext as S, type DocCollection as a, type DocsCollection as b, defineDocs as c, defineCollections as d, defineConfig as e, frontmatterSchema as f, getDefaultMDXOptions as g, type CoreOptions as h, type Plugin as i, buildConfig as j, type EmitEntry as k, type PluginContext as l, metaSchema as m, type PluginOption as n, type EmitOptions as o, findConfigFile as p, createCore as q, type Core as r };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { StructuredData } from 'fumadocs-core/mdx-plugins';
|
|
2
2
|
import { TOCItemType } from 'fumadocs-core/toc';
|
|
3
3
|
import { MDXContent } from 'mdx/types';
|
|
4
|
-
import { E as ExtractedReference } from './core-
|
|
5
|
-
export { r as Core,
|
|
4
|
+
import { E as ExtractedReference } from './core-HkAVGq_a.cjs';
|
|
5
|
+
export { r as Core, h as CoreOptions, k as EmitEntry, o as EmitOptions, i as Plugin, l as PluginContext, n as PluginOption, S as ServerContext, q as createCore, p as findConfigFile } from './core-HkAVGq_a.cjs';
|
|
6
6
|
import { Root } from 'mdast';
|
|
7
|
-
import { C as CompiledMDXProperties } from './build-mdx-
|
|
7
|
+
import { C as CompiledMDXProperties } from './build-mdx-BnJhW5O1.cjs';
|
|
8
8
|
import '@mdx-js/mdx';
|
|
9
9
|
import '@standard-schema/spec';
|
|
10
10
|
import 'unified';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { StructuredData } from 'fumadocs-core/mdx-plugins';
|
|
2
2
|
import { TOCItemType } from 'fumadocs-core/toc';
|
|
3
3
|
import { MDXContent } from 'mdx/types';
|
|
4
|
-
import { E as ExtractedReference } from './core-
|
|
5
|
-
export { r as Core,
|
|
4
|
+
import { E as ExtractedReference } from './core-HkAVGq_a.js';
|
|
5
|
+
export { r as Core, h as CoreOptions, k as EmitEntry, o as EmitOptions, i as Plugin, l as PluginContext, n as PluginOption, S as ServerContext, q as createCore, p as findConfigFile } from './core-HkAVGq_a.js';
|
|
6
6
|
import { Root } from 'mdast';
|
|
7
|
-
import { C as CompiledMDXProperties } from './build-mdx-
|
|
7
|
+
import { C as CompiledMDXProperties } from './build-mdx-DNzfRRlY.js';
|
|
8
8
|
import '@mdx-js/mdx';
|
|
9
9
|
import '@standard-schema/spec';
|
|
10
10
|
import 'unified';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as RuntimeAsync } from '../../types-
|
|
2
|
-
export { j as buildConfig } from '../../core-
|
|
1
|
+
import { R as RuntimeAsync } from '../../types-By6wKOnT.cjs';
|
|
2
|
+
export { j as buildConfig } from '../../core-HkAVGq_a.cjs';
|
|
3
3
|
import '@standard-schema/spec';
|
|
4
4
|
import 'fumadocs-core/source';
|
|
5
5
|
import '../../index.cjs';
|
|
@@ -7,7 +7,7 @@ import 'fumadocs-core/mdx-plugins';
|
|
|
7
7
|
import 'fumadocs-core/toc';
|
|
8
8
|
import 'mdx/types';
|
|
9
9
|
import 'mdast';
|
|
10
|
-
import '../../build-mdx-
|
|
10
|
+
import '../../build-mdx-BnJhW5O1.cjs';
|
|
11
11
|
import '@mdx-js/mdx';
|
|
12
12
|
import 'react';
|
|
13
13
|
import 'unified';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as RuntimeAsync } from '../../types-
|
|
2
|
-
export { j as buildConfig } from '../../core-
|
|
1
|
+
import { R as RuntimeAsync } from '../../types-DgD5Omj2.js';
|
|
2
|
+
export { j as buildConfig } from '../../core-HkAVGq_a.js';
|
|
3
3
|
import '@standard-schema/spec';
|
|
4
4
|
import 'fumadocs-core/source';
|
|
5
5
|
import '../../index.js';
|
|
@@ -7,7 +7,7 @@ import 'fumadocs-core/mdx-plugins';
|
|
|
7
7
|
import 'fumadocs-core/toc';
|
|
8
8
|
import 'mdx/types';
|
|
9
9
|
import 'mdast';
|
|
10
|
-
import '../../build-mdx-
|
|
10
|
+
import '../../build-mdx-DNzfRRlY.js';
|
|
11
11
|
import '@mdx-js/mdx';
|
|
12
12
|
import 'react';
|
|
13
13
|
import 'unified';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PageData, MetaData, Source, VirtualFile } from 'fumadocs-core/source';
|
|
2
|
-
import { a as Runtime } from '../../types-
|
|
3
|
-
export { c as AsyncDocOut, A as AsyncRuntimeFile, D as DocOut, M as MetaOut, R as RuntimeAsync, b as RuntimeFile } from '../../types-
|
|
2
|
+
import { a as Runtime } from '../../types-By6wKOnT.cjs';
|
|
3
|
+
export { c as AsyncDocOut, A as AsyncRuntimeFile, D as DocOut, M as MetaOut, R as RuntimeAsync, b as RuntimeFile } from '../../types-By6wKOnT.cjs';
|
|
4
4
|
import { FileInfo } from '../../index.cjs';
|
|
5
5
|
import '@standard-schema/spec';
|
|
6
|
-
import '../../core-
|
|
6
|
+
import '../../core-HkAVGq_a.cjs';
|
|
7
7
|
import '@mdx-js/mdx';
|
|
8
8
|
import 'fumadocs-core/mdx-plugins';
|
|
9
9
|
import 'unified';
|
|
@@ -12,7 +12,7 @@ import 'chokidar';
|
|
|
12
12
|
import 'fumadocs-core/toc';
|
|
13
13
|
import 'mdx/types';
|
|
14
14
|
import 'mdast';
|
|
15
|
-
import '../../build-mdx-
|
|
15
|
+
import '../../build-mdx-BnJhW5O1.cjs';
|
|
16
16
|
import 'react';
|
|
17
17
|
|
|
18
18
|
declare const _runtime: Runtime;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PageData, MetaData, Source, VirtualFile } from 'fumadocs-core/source';
|
|
2
|
-
import { a as Runtime } from '../../types-
|
|
3
|
-
export { c as AsyncDocOut, A as AsyncRuntimeFile, D as DocOut, M as MetaOut, R as RuntimeAsync, b as RuntimeFile } from '../../types-
|
|
2
|
+
import { a as Runtime } from '../../types-DgD5Omj2.js';
|
|
3
|
+
export { c as AsyncDocOut, A as AsyncRuntimeFile, D as DocOut, M as MetaOut, R as RuntimeAsync, b as RuntimeFile } from '../../types-DgD5Omj2.js';
|
|
4
4
|
import { FileInfo } from '../../index.js';
|
|
5
5
|
import '@standard-schema/spec';
|
|
6
|
-
import '../../core-
|
|
6
|
+
import '../../core-HkAVGq_a.js';
|
|
7
7
|
import '@mdx-js/mdx';
|
|
8
8
|
import 'fumadocs-core/mdx-plugins';
|
|
9
9
|
import 'unified';
|
|
@@ -12,7 +12,7 @@ import 'chokidar';
|
|
|
12
12
|
import 'fumadocs-core/toc';
|
|
13
13
|
import 'mdx/types';
|
|
14
14
|
import 'mdast';
|
|
15
|
-
import '../../build-mdx-
|
|
15
|
+
import '../../build-mdx-DNzfRRlY.js';
|
|
16
16
|
import 'react';
|
|
17
17
|
|
|
18
18
|
declare const _runtime: Runtime;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as DocCollection, b as DocsCollection, M as MetaCollection } from '../../core-HkAVGq_a.cjs';
|
|
2
2
|
import { StandardSchemaV1 } from '@standard-schema/spec';
|
|
3
|
-
import { C as CompiledMDXProperties } from '../../build-mdx-
|
|
3
|
+
import { C as CompiledMDXProperties } from '../../build-mdx-BnJhW5O1.cjs';
|
|
4
4
|
import { ReactNode, FC } from 'react';
|
|
5
5
|
import '@mdx-js/mdx';
|
|
6
6
|
import 'fumadocs-core/mdx-plugins';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as DocCollection, b as DocsCollection, M as MetaCollection } from '../../core-HkAVGq_a.js';
|
|
2
2
|
import { StandardSchemaV1 } from '@standard-schema/spec';
|
|
3
|
-
import { C as CompiledMDXProperties } from '../../build-mdx-
|
|
3
|
+
import { C as CompiledMDXProperties } from '../../build-mdx-DNzfRRlY.js';
|
|
4
4
|
import { ReactNode, FC } from 'react';
|
|
5
5
|
import '@mdx-js/mdx';
|
|
6
6
|
import 'fumadocs-core/mdx-plugins';
|
|
@@ -2,14 +2,14 @@ import { PageData, MetaData, Source } from 'fumadocs-core/source';
|
|
|
2
2
|
import { BaseCreate, DocMap, MetaMap, LazyDocMap } from './browser.cjs';
|
|
3
3
|
export { ClientLoader, ClientLoaderOptions, CompiledMDXFile, createClientLoader, fromConfig as fromConfigBase, toClientRenderer } from './browser.cjs';
|
|
4
4
|
import { DocCollectionEntry, MetaCollectionEntry, AsyncDocCollectionEntry } from '../../index.cjs';
|
|
5
|
-
import '../../core-
|
|
5
|
+
import '../../core-HkAVGq_a.cjs';
|
|
6
6
|
import '@mdx-js/mdx';
|
|
7
7
|
import '@standard-schema/spec';
|
|
8
8
|
import 'fumadocs-core/mdx-plugins';
|
|
9
9
|
import 'unified';
|
|
10
10
|
import 'zod';
|
|
11
11
|
import 'chokidar';
|
|
12
|
-
import '../../build-mdx-
|
|
12
|
+
import '../../build-mdx-BnJhW5O1.cjs';
|
|
13
13
|
import 'fumadocs-core/toc';
|
|
14
14
|
import 'react';
|
|
15
15
|
import 'mdx/types';
|
|
@@ -2,14 +2,14 @@ import { PageData, MetaData, Source } from 'fumadocs-core/source';
|
|
|
2
2
|
import { BaseCreate, DocMap, MetaMap, LazyDocMap } from './browser.js';
|
|
3
3
|
export { ClientLoader, ClientLoaderOptions, CompiledMDXFile, createClientLoader, fromConfig as fromConfigBase, toClientRenderer } from './browser.js';
|
|
4
4
|
import { DocCollectionEntry, MetaCollectionEntry, AsyncDocCollectionEntry } from '../../index.js';
|
|
5
|
-
import '../../core-
|
|
5
|
+
import '../../core-HkAVGq_a.js';
|
|
6
6
|
import '@mdx-js/mdx';
|
|
7
7
|
import '@standard-schema/spec';
|
|
8
8
|
import 'fumadocs-core/mdx-plugins';
|
|
9
9
|
import 'unified';
|
|
10
10
|
import 'zod';
|
|
11
11
|
import 'chokidar';
|
|
12
|
-
import '../../build-mdx-
|
|
12
|
+
import '../../build-mdx-DNzfRRlY.js';
|
|
13
13
|
import 'fumadocs-core/toc';
|
|
14
14
|
import 'react';
|
|
15
15
|
import 'mdx/types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StandardSchemaV1 } from '@standard-schema/spec';
|
|
2
2
|
import { Source, PageData, MetaData } from 'fumadocs-core/source';
|
|
3
|
-
import { L as LoadedConfig,
|
|
3
|
+
import { L as LoadedConfig, a as DocCollection, b as DocsCollection, M as MetaCollection } from './core-HkAVGq_a.cjs';
|
|
4
4
|
import { FileInfo, AsyncDocCollectionEntry, MetaCollectionEntry, DocCollectionEntry } from './index.cjs';
|
|
5
5
|
|
|
6
6
|
interface RuntimeFile {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StandardSchemaV1 } from '@standard-schema/spec';
|
|
2
2
|
import { Source, PageData, MetaData } from 'fumadocs-core/source';
|
|
3
|
-
import { L as LoadedConfig,
|
|
3
|
+
import { L as LoadedConfig, a as DocCollection, b as DocsCollection, M as MetaCollection } from './core-HkAVGq_a.js';
|
|
4
4
|
import { FileInfo, AsyncDocCollectionEntry, MetaCollectionEntry, DocCollectionEntry } from './index.js';
|
|
5
5
|
|
|
6
6
|
interface RuntimeFile {
|
package/dist/vite/index.cjs
CHANGED
package/dist/vite/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-mdx",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.7",
|
|
4
4
|
"description": "The built-in source for Fumadocs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"webpack": "^5.102.1",
|
|
117
117
|
"@fumadocs/mdx-remote": "1.4.3",
|
|
118
118
|
"eslint-config-custom": "0.0.0",
|
|
119
|
-
"fumadocs-core": "16.0.
|
|
119
|
+
"fumadocs-core": "16.0.10",
|
|
120
120
|
"tsconfig": "0.0.0"
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|