@rsdoctor/docs 1.5.3-alpha.0 → 1.5.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.
@@ -94,6 +94,8 @@ jobs:
94
94
  issues: write
95
95
  # Allow commenting on pull requests
96
96
  pull-requests: write
97
+ # Allow reading workflow runs and downloading artifacts for baseline comparison
98
+ actions: read
97
99
 
98
100
  steps:
99
101
  - name: Checkout
@@ -94,6 +94,8 @@ jobs:
94
94
  issues: write
95
95
  # Allow commenting on pull requests
96
96
  pull-requests: write
97
+ # Allow reading workflow runs and downloading artifacts for baseline comparison
98
+ actions: read
97
99
 
98
100
  steps:
99
101
  - name: Checkout
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/docs",
3
- "version": "1.5.3-alpha.0",
3
+ "version": "1.5.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -13,16 +13,17 @@
13
13
  "docs",
14
14
  "src"
15
15
  ],
16
+ "type": "module",
16
17
  "publishConfig": {
17
18
  "access": "public",
18
19
  "registry": "https://registry.npmjs.org/"
19
20
  },
20
21
  "devDependencies": {
21
- "@rspress/plugin-algolia": "2.0.0-rc.5",
22
- "@rspress/plugin-llms": "2.0.0-rc.5",
23
- "@rspress/plugin-rss": "2.0.0-rc.0",
22
+ "@rspress/plugin-algolia": "2.0.3",
23
+ "@rspress/plugin-llms": "2.0.3",
24
+ "@rspress/plugin-rss": "2.0.2",
24
25
  "@types/node": "^22.8.1",
25
- "@types/react": "^18.3.27",
26
+ "@types/react": "^18.3.28",
26
27
  "@types/react-dom": "^18.3.7",
27
28
  "cross-env": "^7.0.3",
28
29
  "react": "18.3.1",
@@ -32,14 +33,14 @@
32
33
  "rspress-plugin-font-open-sans": "^1.0.3",
33
34
  "rspress-plugin-sitemap": "^1.2.1",
34
35
  "typescript": "^5.9.2",
35
- "@rsbuild/plugin-sass": "^1.4.1",
36
- "@rsdoctor/types": "1.5.3-alpha.0"
36
+ "@rsbuild/plugin-sass": "^1.5.0",
37
+ "@rsdoctor/types": "1.5.3"
37
38
  },
38
39
  "dependencies": {
39
- "@rstack-dev/doc-ui": "1.12.3",
40
+ "@rstack-dev/doc-ui": "1.12.4",
40
41
  "clsx": "^2.1.1",
41
42
  "react-markdown": "^9.1.0",
42
- "@rspress/core": "2.0.0-rc.5"
43
+ "@rspress/core": "2.0.3"
43
44
  },
44
45
  "scripts": {
45
46
  "dev": "cross-env RSPRESS_PERSIST_CACHE=false rspress dev",