rspress 1.39.4 → 1.40.0
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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
- **🔌 Providing Plugin System**: Providing a plugin system, you can customize the build process and theme according to your needs.
|
16
16
|
- **📝 Component Document**: Support multi ways to preview your component demo.
|
17
17
|
|
18
|
-
## Getting
|
18
|
+
## Getting started
|
19
19
|
|
20
20
|
Go to the [Quick Start](https://rspress.dev/guide/start/getting-started.html) to get started.
|
21
21
|
|
@@ -25,7 +25,7 @@ Please read the [contributing guide](./CONTRIBUTING.md) and let's build Rspress
|
|
25
25
|
|
26
26
|
If you have any questions, you can open an issue or go to [Discord](https://discord.com/invite/Cq6HweJM26) to communicate with us.
|
27
27
|
|
28
|
-
### Code of
|
28
|
+
### Code of conduct
|
29
29
|
|
30
30
|
This repo has adopted the ByteDance Open Source Code of Conduct. Please check [Code of Conduct](./CODE_OF_CONDUCT.md) for more details.
|
31
31
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "rspress",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.40.0",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/web-infra-dev/rspress",
|
@@ -40,11 +40,11 @@
|
|
40
40
|
"cac": "^6.7.14",
|
41
41
|
"chalk": "5.4.1",
|
42
42
|
"chokidar": "^3.6.0",
|
43
|
-
"@rspress/
|
44
|
-
"@rspress/
|
43
|
+
"@rspress/shared": "1.40.0",
|
44
|
+
"@rspress/core": "1.40.0"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@microsoft/api-extractor": "^7.
|
47
|
+
"@microsoft/api-extractor": "^7.49.1",
|
48
48
|
"@rslib/core": "0.2.2",
|
49
49
|
"@types/jest": "~29.5.14",
|
50
50
|
"@types/node": "^18.11.17",
|