@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 Rollup holds in memory.
10
+ * string instead, which also reduces the AST size that Rolldown holds in memory.
11
11
  */
12
12
  export declare const rehypeOptimizeStatic: RehypePlugin<[OptimizeOptions?]>;
@@ -6,7 +6,7 @@ function vitePluginMdx(opts) {
6
6
  let processor;
7
7
  let sourcemapEnabled;
8
8
  return {
9
- name: "@mdx-js/rollup",
9
+ name: "@mdx-js/rolldown",
10
10
  enforce: "pre",
11
11
  buildEnd() {
12
12
  processor = void 0;
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": "5.0.4",
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": "^6.0.0"
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": "^7.3.2",
66
- "astro": "6.1.9",
65
+ "vite": "^8.0.8",
66
+ "astro": "7.0.0-alpha.0",
67
67
  "astro-scripts": "0.0.14"
68
68
  },
69
69
  "engines": {