@rspress/plugin-client-redirects 1.40.0 → 1.40.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/dist/index.js +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import * as
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_node_path_c5b9b54f__ from "node:path";
|
2
2
|
function pluginClientRedirects(options = {}) {
|
3
3
|
return {
|
4
4
|
name: '@rspress/plugin-client-redirects',
|
5
5
|
globalUIComponents: [
|
6
6
|
[
|
7
|
-
|
7
|
+
__WEBPACK_EXTERNAL_MODULE_node_path_c5b9b54f__["default"].join(__dirname, '../src/components/Redirect.tsx'),
|
8
8
|
options
|
9
9
|
]
|
10
10
|
]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rspress/plugin-client-redirects",
|
3
|
-
"version": "1.40.
|
3
|
+
"version": "1.40.2",
|
4
4
|
"description": "A plugin for rspress to client redirect in docs.",
|
5
5
|
"bugs": "https://github.com/web-infra-dev/rspress/issues",
|
6
6
|
"repository": {
|
@@ -24,12 +24,12 @@
|
|
24
24
|
"src"
|
25
25
|
],
|
26
26
|
"dependencies": {
|
27
|
-
"@rspress/shared": "1.40.
|
27
|
+
"@rspress/shared": "1.40.2"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
30
|
"@microsoft/api-extractor": "^7.49.1",
|
31
|
-
"@modern-js/tsconfig": "2.63.
|
32
|
-
"@rslib/core": "0.
|
31
|
+
"@modern-js/tsconfig": "2.63.7",
|
32
|
+
"@rslib/core": "0.3.2",
|
33
33
|
"@types/node": "^18.11.17",
|
34
34
|
"@types/react": "^18.3.18",
|
35
35
|
"@types/react-dom": "^18.3.5",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"vitest": "2.1.8"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
|
-
"@rspress/runtime": "^1.40.
|
41
|
+
"@rspress/runtime": "^1.40.2"
|
42
42
|
},
|
43
43
|
"engines": {
|
44
44
|
"node": ">=14.17.6"
|