@rspress/shared 1.43.9 → 1.43.11

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.d.ts CHANGED
@@ -210,6 +210,7 @@ export declare interface FrontMatterMeta {
210
210
  titleSuffix?: string;
211
211
  head?: [string, Record<string, string>][];
212
212
  context?: string;
213
+ footer?: boolean;
213
214
  [key: string]: unknown;
214
215
  }
215
216
 
@@ -203,6 +203,7 @@ declare interface FrontMatterMeta {
203
203
  titleSuffix?: string;
204
204
  head?: [string, Record<string, string>][];
205
205
  context?: string;
206
+ footer?: boolean;
206
207
  [key: string]: unknown;
207
208
  }
208
209
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/shared",
3
- "version": "1.43.9",
3
+ "version": "1.43.11",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rspress",