@rspress/plugin-medium-zoom 1.43.8 → 1.43.10

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 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -194,6 +194,7 @@ declare interface FrontMatterMeta {
194
194
  titleSuffix?: string;
195
195
  head?: [string, Record<string, string>][];
196
196
  context?: string;
197
+ footer?: boolean;
197
198
  [key: string]: unknown;
198
199
  }
199
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-medium-zoom",
3
- "version": "1.43.8",
3
+ "version": "1.43.10",
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": {
@@ -35,10 +35,10 @@
35
35
  "react": "^18.3.1",
36
36
  "typescript": "^5.5.3",
37
37
  "@rspress/config": "1.0.0",
38
- "@rspress/shared": "1.43.8"
38
+ "@rspress/shared": "1.43.10"
39
39
  },
40
40
  "peerDependencies": {
41
- "@rspress/runtime": "^1.43.8"
41
+ "@rspress/runtime": "^1.43.10"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=14.17.6"