rspress 2.0.0-beta.1 → 2.0.0-beta.3

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 +7 -7
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_node_fs_5ea92f0c__ from "node:fs";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE__rspress_shared_constants_70084e62__ from "@rspress/shared/constants";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE_node_child_process_27f17141__ from "node:child_process";
10
10
  import * as __WEBPACK_EXTERNAL_MODULE_node_fs_promises_153e37e0__ from "node:fs/promises";
11
- var package_namespaceObject = JSON.parse('{"i8":"2.0.0-beta.1"}');
11
+ var package_namespaceObject = JSON.parse('{"i8":"2.0.0-beta.3"}');
12
12
  const findConfig = (basePath)=>__WEBPACK_EXTERNAL_MODULE__rspress_shared_constants_70084e62__.DEFAULT_CONFIG_EXTENSIONS.map((ext)=>basePath + ext).find(__WEBPACK_EXTERNAL_MODULE_node_fs_5ea92f0c__["default"].existsSync);
13
13
  async function loadConfigFile(customConfigFile) {
14
14
  const baseDir = process.cwd();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rspress",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/web-infra-dev/rspress.git",
@@ -36,21 +36,21 @@
36
36
  "config.ts"
37
37
  ],
38
38
  "dependencies": {
39
- "@rsbuild/core": "1.3.9",
39
+ "@rsbuild/core": "1.3.13",
40
40
  "cac": "^6.7.14",
41
41
  "chokidar": "^3.6.0",
42
42
  "picocolors": "^1.1.1",
43
- "@rspress/core": "2.0.0-beta.1",
44
- "@rspress/shared": "2.0.0-beta.1"
43
+ "@rspress/core": "2.0.0-beta.3",
44
+ "@rspress/shared": "2.0.0-beta.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.52.4",
48
- "@rslib/core": "0.6.5",
47
+ "@microsoft/api-extractor": "^7.52.5",
48
+ "@rslib/core": "0.6.7",
49
49
  "@types/jest": "~29.5.14",
50
50
  "@types/node": "^18.11.17",
51
51
  "@types/react": "^18.3.20",
52
52
  "rimraf": "^6.0.1",
53
- "rsbuild-plugin-publint": "^0.3.0",
53
+ "rsbuild-plugin-publint": "^0.3.1",
54
54
  "typescript": "^5.8.2"
55
55
  },
56
56
  "publishConfig": {