@rspress/plugin-client-redirects 1.40.0 → 1.40.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_node_path__ from "node:path";
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
- __WEBPACK_EXTERNAL_MODULE_node_path__["default"].join(__dirname, '../src/components/Redirect.tsx'),
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.0",
3
+ "version": "1.40.1",
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.0"
27
+ "@rspress/shared": "1.40.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@microsoft/api-extractor": "^7.49.1",
31
- "@modern-js/tsconfig": "2.63.6",
32
- "@rslib/core": "0.2.2",
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.0"
41
+ "@rspress/runtime": "^1.40.1"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=14.17.6"