@rspress/shared 0.0.0-next-20230925114748 → 0.0.0-next-20230927072732

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -8
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -572,14 +572,6 @@ interface PageData {
572
572
  };
573
573
  }
574
574
  interface RouteOptions {
575
- /**
576
- * The directory to search for pages
577
- */
578
- root?: string;
579
- /**
580
- * The basename of the site
581
- */
582
- prefix?: string;
583
575
  /**
584
576
  * The extension name of the filepath that will be converted to a route
585
577
  * @default ['js','jsx','ts','tsx','md','mdx']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/shared",
3
- "version": "0.0.0-next-20230925114748",
3
+ "version": "0.0.0-next-20230927072732",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -22,8 +22,8 @@
22
22
  }
23
23
  },
24
24
  "dependencies": {
25
- "@modern-js/builder": "2.35.1",
26
- "@modern-js/builder-rspack-provider": "2.35.1",
25
+ "@modern-js/builder": "0.0.0-next-20230927061927",
26
+ "@modern-js/builder-rspack-provider": "0.0.0-next-20230927061927",
27
27
  "unified": "10.1.2",
28
28
  "chalk": "4.1.2"
29
29
  },