@rspress/plugin-medium-zoom 2.0.0-beta.5 → 2.0.0-beta.6

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.d.ts +1 -1
  2. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -575,7 +575,7 @@ declare interface UserConfig<ThemeConfig = DefaultThemeConfig> {
575
575
  /**
576
576
  * Path to html icon file.
577
577
  */
578
- icon?: string;
578
+ icon?: string | URL;
579
579
  /**
580
580
  * Default language of the site.
581
581
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-medium-zoom",
3
- "version": "2.0.0-beta.5",
3
+ "version": "2.0.0-beta.6",
4
4
  "description": "A plugin for rspress to zoom images in docs.",
5
5
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
6
6
  "repository": {
@@ -33,18 +33,18 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@microsoft/api-extractor": "^7.52.7",
36
- "@rslib/core": "0.6.8",
36
+ "@rslib/core": "0.6.9",
37
37
  "@types/node": "^18.11.17",
38
38
  "@types/react": "^18.3.21",
39
39
  "@types/react-dom": "^18.3.7",
40
40
  "react": "^19.1.0",
41
- "rsbuild-plugin-publint": "^0.3.1",
41
+ "rsbuild-plugin-publint": "^0.3.2",
42
42
  "typescript": "^5.8.2",
43
- "@rspress/shared": "2.0.0-beta.5",
44
- "@rspress/config": "1.0.0"
43
+ "@rspress/config": "1.0.0",
44
+ "@rspress/shared": "2.0.0-beta.6"
45
45
  },
46
46
  "peerDependencies": {
47
- "@rspress/runtime": "^2.0.0-beta.5"
47
+ "@rspress/runtime": "^2.0.0-beta.6"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=18.0.0"