rspress 2.0.0-beta.13 → 2.0.0-beta.14

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.js +1 -1
  2. package/package.json +6 -3
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import external_chokidar_default from "chokidar";
6
6
  import external_picocolors_default from "picocolors";
7
7
  import external_node_fs_default from "node:fs";
8
8
  import { DEFAULT_CONFIG_EXTENSIONS, DEFAULT_CONFIG_NAME } from "@rspress/shared/constants";
9
- var package_namespaceObject = JSON.parse('{"i8":"2.0.0-beta.13"}');
9
+ var package_namespaceObject = JSON.parse('{"i8":"2.0.0-beta.14"}');
10
10
  const findConfig = (basePath)=>DEFAULT_CONFIG_EXTENSIONS.map((ext)=>basePath + ext).find(external_node_fs_default.existsSync);
11
11
  async function loadConfigFile(customConfigFile) {
12
12
  const baseDir = process.cwd();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rspress",
3
- "version": "2.0.0-beta.13",
3
+ "version": "2.0.0-beta.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/web-infra-dev/rspress.git",
@@ -20,6 +20,9 @@
20
20
  },
21
21
  "./config": {
22
22
  "default": "./config.ts"
23
+ },
24
+ "./shiki-transformers": {
25
+ "default": "./shiki-transformers.ts"
23
26
  }
24
27
  },
25
28
  "main": "./dist/index.js",
@@ -41,8 +44,8 @@
41
44
  "cac": "^6.7.14",
42
45
  "chokidar": "^3.6.0",
43
46
  "picocolors": "^1.1.1",
44
- "@rspress/core": "2.0.0-beta.13",
45
- "@rspress/shared": "2.0.0-beta.13"
47
+ "@rspress/core": "2.0.0-beta.14",
48
+ "@rspress/shared": "2.0.0-beta.14"
46
49
  },
47
50
  "devDependencies": {
48
51
  "@microsoft/api-extractor": "^7.52.8",