@astrojs/mdx 5.0.4 → 6.0.0-alpha.0
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.
|
@@ -7,6 +7,6 @@ export interface OptimizeOptions {
|
|
|
7
7
|
* do not include any MDX elements.
|
|
8
8
|
*
|
|
9
9
|
* This optimization reduces the JS output as more content are represented as a
|
|
10
|
-
* string instead, which also reduces the AST size that
|
|
10
|
+
* string instead, which also reduces the AST size that Rolldown holds in memory.
|
|
11
11
|
*/
|
|
12
12
|
export declare const rehypeOptimizeStatic: RehypePlugin<[OptimizeOptions?]>;
|
package/dist/vite-plugin-mdx.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrojs/mdx",
|
|
3
3
|
"description": "Add support for MDX pages in your Astro site",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.0-alpha.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"author": "withastro",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@astrojs/markdown-remark": "7.1.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"astro": "^
|
|
46
|
+
"astro": "^7.0.0-alpha.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@shikijs/rehype": "^4.0.2",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"remark-toc": "^9.0.0",
|
|
63
63
|
"shiki": "^4.0.2",
|
|
64
64
|
"unified": "^11.0.5",
|
|
65
|
-
"vite": "^
|
|
66
|
-
"astro": "
|
|
65
|
+
"vite": "^8.0.8",
|
|
66
|
+
"astro": "7.0.0-alpha.0",
|
|
67
67
|
"astro-scripts": "0.0.14"
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|