@rspress/plugin-client-redirects 1.38.0 → 1.39.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 +1 -3
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -1,7 +1,5 @@
1
1
  import * as __WEBPACK_EXTERNAL_MODULE_node_path__ from "node:path";
2
- /**
3
- * The plugin is used to add client redirect feature to the doc site.
4
- */ function pluginClientRedirects(options = {}) {
2
+ function pluginClientRedirects(options = {}) {
5
3
  return {
6
4
  name: '@rspress/plugin-client-redirects',
7
5
  globalUIComponents: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-client-redirects",
3
- "version": "1.38.0",
3
+ "version": "1.39.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": {
@@ -18,21 +18,21 @@
18
18
  "node": ">=14.17.6"
19
19
  },
20
20
  "dependencies": {
21
- "@rspress/shared": "1.38.0"
21
+ "@rspress/shared": "1.39.1"
22
22
  },
23
23
  "devDependencies": {
24
- "@microsoft/api-extractor": "^7.48.0",
25
- "@modern-js/tsconfig": "2.63.1",
26
- "@rslib/core": "0.1.3",
24
+ "@microsoft/api-extractor": "^7.48.1",
25
+ "@modern-js/tsconfig": "2.63.3",
26
+ "@rslib/core": "0.1.5",
27
27
  "@types/node": "^18.11.17",
28
- "@types/react": "^18.3.14",
29
- "@types/react-dom": "^18.3.2",
28
+ "@types/react": "^18.3.18",
29
+ "@types/react-dom": "^18.3.5",
30
30
  "react": "^18.3.1",
31
31
  "typescript": "^5.5.3",
32
32
  "vitest": "2.1.8"
33
33
  },
34
34
  "peerDependencies": {
35
- "@rspress/runtime": "^1.38.0"
35
+ "@rspress/runtime": "^1.39.1"
36
36
  },
37
37
  "sideEffects": [
38
38
  "*.css",