rspress 1.47.0 → 1.47.2

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.
package/README.md CHANGED
@@ -6,6 +6,12 @@
6
6
 
7
7
  <h2 align="center">A fast Rsbuild-based static site generator.</h2>
8
8
 
9
+ ## Deprecated in Rspress 2.0
10
+
11
+ This package has been renamed to [`@rspress/core`](https://www.npmjs.com/package/@rspress/core) in Rspress V2. If you are using or plan to use Rspress v2, please install `@rspress/core` instead.
12
+
13
+ To learn more about package name and import path changes, see the [Rspress 1.x migration guide](https://rspress.rs/guide/migration/rspress-1-x#important-package-name-and-import-path-changes).
14
+
9
15
  ## Getting started
10
16
 
11
17
  Go to the [Quick start](https://rspress.dev/guide/start/getting-started.html) to get started.
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__rspress_shared_constants_70084e62__ from
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
11
  var package_namespaceObject = {
12
- i8: "1.47.0"
12
+ i8: "1.47.2"
13
13
  };
14
14
  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);
15
15
  async function loadConfigFile(customConfigFile) {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "rspress",
3
- "version": "1.47.0",
3
+ "version": "1.47.2",
4
+ "description": "Deprecated Rspress v1 CLI. Use @rspress/core for Rspress v2.",
4
5
  "repository": {
5
6
  "type": "git",
6
7
  "url": "https://github.com/web-infra-dev/rspress",
@@ -44,8 +45,8 @@
44
45
  "cac": "^6.7.14",
45
46
  "chokidar": "^3.6.0",
46
47
  "picocolors": "^1.1.1",
47
- "@rspress/core": "1.47.0",
48
- "@rspress/shared": "1.47.0"
48
+ "@rspress/core": "1.47.2",
49
+ "@rspress/shared": "1.47.2"
49
50
  },
50
51
  "devDependencies": {
51
52
  "@microsoft/api-extractor": "^7.53.1",