@xyd-js/content 0.1.0-xyd.11 → 0.1.0-xyd.13
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/CHANGELOG.md +16 -0
- package/dist/md.d.ts +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @xyd-js/content
|
|
2
2
|
|
|
3
|
+
## 0.1.0-xyd.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix again
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @xyd-js/core@0.1.0-xyd.12
|
|
10
|
+
|
|
11
|
+
## 0.1.0-xyd.12
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- fix for theme
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @xyd-js/core@0.1.0-xyd.11
|
|
18
|
+
|
|
3
19
|
## 0.1.0-xyd.11
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/md.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import * as unist from 'unist';
|
|
2
1
|
import * as remark_gfm from 'remark-gfm';
|
|
3
|
-
import * as unified from 'unified';
|
|
4
2
|
import * as mdast from 'mdast';
|
|
5
3
|
import * as remark_mdx_frontmatter from 'remark-mdx-frontmatter';
|
|
6
4
|
import * as remark_frontmatter from 'remark-frontmatter';
|
|
5
|
+
import * as unified from 'unified';
|
|
6
|
+
import * as unist from 'unist';
|
|
7
7
|
import { R as RemarkMdxTocOptions } from './mdToc-CYxzibVZ.js';
|
|
8
8
|
|
|
9
9
|
declare function mdOptions(toc: RemarkMdxTocOptions): {
|
|
10
|
-
remarkPlugins: (typeof remark_frontmatter.default | unified.Plugin<[(remark_mdx_frontmatter.RemarkMdxFrontmatterOptions | undefined)?], mdast.Root, mdast.Root> | typeof remark_gfm.default
|
|
10
|
+
remarkPlugins: (unified.Plugin<[], unist.Node, unist.Node> | typeof remark_frontmatter.default | unified.Plugin<[(remark_mdx_frontmatter.RemarkMdxFrontmatterOptions | undefined)?], mdast.Root, mdast.Root> | typeof remark_gfm.default)[];
|
|
11
11
|
rehypePlugins: never[];
|
|
12
12
|
};
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyd-js/content",
|
|
3
|
-
"version": "0.1.0-xyd.
|
|
3
|
+
"version": "0.1.0-xyd.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"unified": "^11.0.5",
|
|
28
28
|
"unist-util-visit": "^5.0.0",
|
|
29
29
|
"vfile": "^6.0.3",
|
|
30
|
-
"@xyd-js/core": "0.1.0-xyd.
|
|
30
|
+
"@xyd-js/core": "0.1.0-xyd.12"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^22.7.8",
|