fumadocs-mdx 11.5.2 → 11.5.4

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.
@@ -1,4 +1,4 @@
1
- import { D as DocCollection, c as MetaCollection, d as DocsCollection, G as GlobalConfig, F as FileInfo, M as MarkdownProps, B as BaseCollectionEntry } from './define-B4aTedg-.js';
1
+ import { D as DocCollection, b as MetaCollection, c as DocsCollection, G as GlobalConfig, F as FileInfo, M as MarkdownProps, B as BaseCollectionEntry } from './define-DxwgTgV6.cjs';
2
2
  import { StandardSchemaV1 } from '@standard-schema/spec';
3
3
  import { Source, PageData, MetaData } from 'fumadocs-core/source';
4
4
  import { ProcessorOptions } from '@mdx-js/mdx';
@@ -34,7 +34,7 @@ interface Runtime {
34
34
  schema: infer Schema extends StandardSchemaV1;
35
35
  };
36
36
  } ? MetaOut<Schema>[] : never;
37
- docs: <Docs>(docs: RuntimeFile[], metas: RuntimeFile[]) => Docs extends {
37
+ docs: <C>(docs: RuntimeFile[], metas: RuntimeFile[]) => C extends {
38
38
  type: 'docs';
39
39
  docs: {
40
40
  type: 'doc';
@@ -67,7 +67,7 @@ interface RuntimeAsync {
67
67
  schema: infer Schema extends StandardSchemaV1;
68
68
  };
69
69
  } ? AsyncDocOut<Schema>[] : never;
70
- docs: <Docs>(docs: RuntimeFile[], metas: RuntimeFile[], collection: string, config: LoadedConfig) => Docs extends {
70
+ docs: <C>(docs: RuntimeFile[], metas: RuntimeFile[], collection: string, config: LoadedConfig) => C extends {
71
71
  type: 'docs';
72
72
  docs: {
73
73
  type: 'doc';
@@ -1,4 +1,4 @@
1
- import { D as DocCollection, c as MetaCollection, d as DocsCollection, G as GlobalConfig, F as FileInfo, M as MarkdownProps, B as BaseCollectionEntry } from './define-B4aTedg-.cjs';
1
+ import { D as DocCollection, b as MetaCollection, c as DocsCollection, G as GlobalConfig, F as FileInfo, M as MarkdownProps, B as BaseCollectionEntry } from './define-DxwgTgV6.js';
2
2
  import { StandardSchemaV1 } from '@standard-schema/spec';
3
3
  import { Source, PageData, MetaData } from 'fumadocs-core/source';
4
4
  import { ProcessorOptions } from '@mdx-js/mdx';
@@ -34,7 +34,7 @@ interface Runtime {
34
34
  schema: infer Schema extends StandardSchemaV1;
35
35
  };
36
36
  } ? MetaOut<Schema>[] : never;
37
- docs: <Docs>(docs: RuntimeFile[], metas: RuntimeFile[]) => Docs extends {
37
+ docs: <C>(docs: RuntimeFile[], metas: RuntimeFile[]) => C extends {
38
38
  type: 'docs';
39
39
  docs: {
40
40
  type: 'doc';
@@ -67,7 +67,7 @@ interface RuntimeAsync {
67
67
  schema: infer Schema extends StandardSchemaV1;
68
68
  };
69
69
  } ? AsyncDocOut<Schema>[] : never;
70
- docs: <Docs>(docs: RuntimeFile[], metas: RuntimeFile[], collection: string, config: LoadedConfig) => Docs extends {
70
+ docs: <C>(docs: RuntimeFile[], metas: RuntimeFile[], collection: string, config: LoadedConfig) => C extends {
71
71
  type: 'docs';
72
72
  docs: {
73
73
  type: 'doc';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-mdx",
3
- "version": "11.5.2",
3
+ "version": "11.5.4",
4
4
  "description": "The built-in source for Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -43,22 +43,20 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "@mdx-js/mdx": "^3.1.0",
46
+ "@standard-schema/spec": "^1.0.0",
46
47
  "chokidar": "^4.0.3",
47
48
  "cross-spawn": "^7.0.6",
48
- "esbuild": "^0.24.2",
49
+ "esbuild": "^0.25.0",
49
50
  "estree-util-value-to-estree": "^3.3.2",
50
51
  "fast-glob": "^3.3.3",
51
52
  "gray-matter": "^4.0.3",
52
- "micromatch": "^4.0.8",
53
53
  "unist-util-visit": "^5.0.0",
54
54
  "zod": "^3.24.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@standard-schema/spec": "^1.0.0",
58
57
  "@types/cross-spawn": "^6.0.6",
59
58
  "@types/mdast": "^4.0.3",
60
59
  "@types/mdx": "^2.0.13",
61
- "@types/micromatch": "^4.0.9",
62
60
  "@types/react": "^19.0.8",
63
61
  "mdast-util-mdx-jsx": "^3.2.0",
64
62
  "next": "^15.1.6",
@@ -67,7 +65,7 @@
67
65
  "webpack": "^5.97.1",
68
66
  "@fumadocs/mdx-remote": "1.2.0",
69
67
  "eslint-config-custom": "0.0.0",
70
- "fumadocs-core": "15.0.5",
68
+ "fumadocs-core": "15.0.7",
71
69
  "tsconfig": "0.0.0"
72
70
  },
73
71
  "peerDependencies": {