rspress 0.0.0-nightly-20240321160255 → 0.0.0-nightly-20240322160332
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -204,5 +204,5 @@ cli.command("preview").alias("serve").option("--port [port]", "port number").opt
|
|
204
204
|
});
|
205
205
|
}
|
206
206
|
);
|
207
|
-
cli.command("update", "update
|
207
|
+
cli.command("update", "update relevant packages about rspress").action(update);
|
208
208
|
cli.parse();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "rspress",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20240322160332",
|
4
4
|
"type": "module",
|
5
5
|
"types": "./dist/index.d.ts",
|
6
6
|
"main": "./dist/index.js",
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"cac": "^6.7.14",
|
33
33
|
"chokidar": "^3.5.3",
|
34
34
|
"chalk": "5.3.0",
|
35
|
-
"@rspress/core": "0.0.0-nightly-
|
36
|
-
"@rspress/shared": "0.0.0-nightly-
|
35
|
+
"@rspress/core": "0.0.0-nightly-20240322160332",
|
36
|
+
"@rspress/shared": "0.0.0-nightly-20240322160332"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@types/jest": "~29.2.4",
|