@hanzo/docs-mdx 14.1.0 → 14.1.1

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,5 +1,5 @@
1
1
  import { BunPlugin } from 'bun';
2
- import { C as CoreOptions } from '../core-BhWOtait.js';
2
+ import { C as CoreOptions } from '../core-CV8uFMUa.js';
3
3
  import '@mdx-js/mdx';
4
4
  import '@standard-schema/spec';
5
5
  import 'unified';
package/dist/bun/index.js CHANGED
@@ -1,3 +1,7 @@
1
+ import {
2
+ buildConfig
3
+ } from "../chunk-MYAVS2LD.js";
4
+ import "../chunk-U5YPLCO5.js";
1
5
  import {
2
6
  createMdxLoader
3
7
  } from "../chunk-JWZR25CW.js";
@@ -9,10 +13,6 @@ import {
9
13
  toBun
10
14
  } from "../chunk-DMIIE3XZ.js";
11
15
  import "../chunk-4JSFLXXT.js";
12
- import {
13
- buildConfig
14
- } from "../chunk-MYAVS2LD.js";
15
- import "../chunk-U5YPLCO5.js";
16
16
  import {
17
17
  _Defaults,
18
18
  createCore
@@ -1,4 +1,4 @@
1
- export { A as AnyCollection, B as BaseCollection, a as CollectionSchema, f as DefaultMDXOptions, D as DocCollection, b as DocsCollection, G as GlobalConfig, g as MDXPresetOptions, M as MetaCollection, P as PostprocessOptions, h as applyMdxPreset, d as defineCollections, e as defineConfig, c as defineDocs } from '../core-BhWOtait.js';
1
+ export { A as AnyCollection, B as BaseCollection, a as CollectionSchema, f as DefaultMDXOptions, D as DocCollection, b as DocsCollection, G as GlobalConfig, g as MDXPresetOptions, M as MetaCollection, P as PostprocessOptions, h as applyMdxPreset, d as defineCollections, e as defineConfig, c as defineDocs } from '../core-CV8uFMUa.js';
2
2
  import { Processor, Transformer } from 'unified';
3
3
  import { Root } from 'mdast';
4
4
  export { pageSchema as frontmatterSchema, metaSchema } from '@hanzo/docs-core/source/schema';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { n as CompilationContext, t as Core, C as CoreOptions, l as EmitEntry, q as EmitOptions, r as EmitOutput, E as ExtractedReference, k as Plugin, m as PluginContext, o as PluginOption, p as ServerContext, T as TransformOptions, _ as _Defaults, s as createCore } from './core-BhWOtait.js';
1
+ export { n as CompilationContext, t as Core, C as CoreOptions, l as EmitEntry, q as EmitOptions, r as EmitOutput, E as ExtractedReference, i as Plugin, m as PluginContext, o as PluginOption, p as ServerContext, T as TransformOptions, _ as _Defaults, s as createCore } from './core-CV8uFMUa.js';
2
2
  import { createProcessor } from '@mdx-js/mdx';
3
3
  import { StructuredData } from '@hanzo/docs-core/mdx-plugins';
4
4
  import { TOCItemType } from '@hanzo/docs-core/toc';
@@ -1,5 +1,5 @@
1
1
  import { NextConfig } from 'next';
2
- import { I as IndexFilePluginOptions } from '../core-BhWOtait.js';
2
+ import { I as IndexFilePluginOptions } from '../core-CV8uFMUa.js';
3
3
  import '@mdx-js/mdx';
4
4
  import '@standard-schema/spec';
5
5
  import 'unified';
@@ -1,19 +1,19 @@
1
1
  import {
2
2
  loadConfig
3
3
  } from "../chunk-RPUM7REY.js";
4
- import {
5
- indexFile
6
- } from "../chunk-A3YIGE7S.js";
4
+ import "../chunk-MYAVS2LD.js";
5
+ import "../chunk-U5YPLCO5.js";
7
6
  import {
8
7
  mdxLoaderGlob,
9
8
  metaLoaderGlob
10
9
  } from "../chunk-4JSFLXXT.js";
11
- import "../chunk-MYAVS2LD.js";
12
- import "../chunk-U5YPLCO5.js";
13
10
  import {
14
11
  _Defaults,
15
12
  createCore
16
13
  } from "../chunk-RR2X6AE6.js";
14
+ import {
15
+ indexFile
16
+ } from "../chunk-A3YIGE7S.js";
17
17
  import "../chunk-PW2AZGGD.js";
18
18
  import "../chunk-VWJKRQZR.js";
19
19
 
@@ -1,4 +1,4 @@
1
- export { H as IndexFilePlugin, I as IndexFilePluginOptions, F as default } from '../core-BhWOtait.js';
1
+ export { H as IndexFilePlugin, I as IndexFilePluginOptions, F as default } from '../core-CV8uFMUa.js';
2
2
  import '@mdx-js/mdx';
3
3
  import '@standard-schema/spec';
4
4
  import 'unified';
@@ -1,4 +1,4 @@
1
- import { k as Plugin } from '../core-BhWOtait.js';
1
+ import { i as Plugin } from '../core-CV8uFMUa.js';
2
2
  import '@mdx-js/mdx';
3
3
  import '@standard-schema/spec';
4
4
  import 'unified';
@@ -1,4 +1,4 @@
1
- import { k as Plugin } from '../core-BhWOtait.js';
1
+ import { i as Plugin } from '../core-CV8uFMUa.js';
2
2
  import '@mdx-js/mdx';
3
3
  import '@standard-schema/spec';
4
4
  import 'unified';
@@ -1,6 +1,6 @@
1
1
  import { ReactNode, FC } from 'react';
2
2
  import { StandardSchemaV1 } from '@standard-schema/spec';
3
- import { D as DocCollection, b as DocsCollection } from '../core-BhWOtait.js';
3
+ import { D as DocCollection, b as DocsCollection } from '../core-CV8uFMUa.js';
4
4
  import { CompiledMDXProperties } from '../index.js';
5
5
  import { InternalTypeConfig } from './types.js';
6
6
  import '@mdx-js/mdx';
@@ -1,5 +1,5 @@
1
1
  import * as _hanzo_docs_core_source from '@hanzo/docs-core/source';
2
- import { C as CoreOptions, S as ServerOptions, D as DocCollection, b as DocsCollection, i as AsyncDocCollectionEntry, j as AsyncDocsCollectionEntry } from '../core-BhWOtait.js';
2
+ import { C as CoreOptions, S as ServerOptions, D as DocCollection, b as DocsCollection, j as AsyncDocCollectionEntry, k as AsyncDocsCollectionEntry } from '../core-CV8uFMUa.js';
3
3
  import * as _standard_schema_spec from '@standard-schema/spec';
4
4
  import { FileInfo, InternalTypeConfig } from './types.js';
5
5
  import '@mdx-js/mdx';
@@ -1,5 +1,5 @@
1
1
  import '@hanzo/docs-core/source';
2
- export { i as AsyncDocCollectionEntry, j as AsyncDocsCollectionEntry, v as DocCollectionEntry, w as DocsCollectionEntry, u as MetaCollectionEntry, x as ServerCreate, S as ServerOptions, y as server, z as toDocsSource } from '../core-BhWOtait.js';
2
+ export { j as AsyncDocCollectionEntry, k as AsyncDocsCollectionEntry, v as DocCollectionEntry, w as DocsCollectionEntry, u as MetaCollectionEntry, x as ServerCreate, S as ServerOptions, y as server, z as toDocsSource } from '../core-CV8uFMUa.js';
3
3
  import '@standard-schema/spec';
4
4
  import './types.js';
5
5
  import '@mdx-js/mdx';
@@ -1,5 +1,5 @@
1
1
  import { Plugin } from 'vite';
2
- import { I as IndexFilePluginOptions } from '../core-BhWOtait.js';
2
+ import { I as IndexFilePluginOptions } from '../core-CV8uFMUa.js';
3
3
  import '@mdx-js/mdx';
4
4
  import '@standard-schema/spec';
5
5
  import 'unified';
@@ -1,6 +1,7 @@
1
1
  import {
2
- indexFile
3
- } from "../chunk-A3YIGE7S.js";
2
+ buildConfig
3
+ } from "../chunk-MYAVS2LD.js";
4
+ import "../chunk-U5YPLCO5.js";
4
5
  import {
5
6
  createMdxLoader
6
7
  } from "../chunk-JWZR25CW.js";
@@ -12,15 +13,14 @@ import {
12
13
  toVite
13
14
  } from "../chunk-DMIIE3XZ.js";
14
15
  import "../chunk-4JSFLXXT.js";
15
- import {
16
- buildConfig
17
- } from "../chunk-MYAVS2LD.js";
18
- import "../chunk-U5YPLCO5.js";
19
16
  import {
20
17
  ValidationError,
21
18
  _Defaults,
22
19
  createCore
23
20
  } from "../chunk-RR2X6AE6.js";
21
+ import {
22
+ indexFile
23
+ } from "../chunk-A3YIGE7S.js";
24
24
  import "../chunk-PW2AZGGD.js";
25
25
  import "../chunk-VWJKRQZR.js";
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/docs-mdx",
3
- "version": "14.1.0",
3
+ "version": "14.1.1",
4
4
  "description": "The built-in MDX source for Hanzo Docs",
5
5
  "keywords": [
6
6
  "Hanzo",
@@ -99,9 +99,9 @@
99
99
  "vite": "^7.2.7",
100
100
  "webpack": "^5.103.0",
101
101
  "eslint-config-custom": "0.0.0",
102
+ "tsconfig": "0.0.0",
102
103
  "@hanzo/docs-mdx-remote": "1.4.3",
103
- "@hanzo/docs-core": "16.2.5",
104
- "tsconfig": "0.0.0"
104
+ "@hanzo/docs-core": "16.2.6"
105
105
  },
106
106
  "peerDependencies": {
107
107
  "@hanzo/docs-mdx-remote": "^1.4.0",