@rspress/plugin-rss 2.0.10 → 2.0.12
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 +1 -1
- package/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -125,7 +125,7 @@ export declare interface PageFeedData {
|
|
|
125
125
|
declare type PartialPartial<T, K extends keyof T> = Partial<Pick<T, K>> & Omit<T, K>;
|
|
126
126
|
|
|
127
127
|
export declare const PluginComponents: {
|
|
128
|
-
readonly FeedsAnnotations:
|
|
128
|
+
readonly FeedsAnnotations: '@rspress/plugin-rss/FeedsAnnotations';
|
|
129
129
|
};
|
|
130
130
|
|
|
131
131
|
export declare const PluginName = "@rspress/plugin-rss";
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PageFeedData } from './dist'
|
|
1
|
+
import type { PageFeedData } from './dist';
|
|
2
2
|
|
|
3
3
|
declare module '@rspress/core' {
|
|
4
4
|
interface PageIndexInfo {
|
|
@@ -6,4 +6,4 @@ declare module '@rspress/core' {
|
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
export * from './dist'
|
|
9
|
+
export * from './dist';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspress/plugin-rss",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12",
|
|
4
4
|
"description": "A plugin for rss generation for rspress",
|
|
5
5
|
"bugs": "https://github.com/web-infra-dev/rspress/issues",
|
|
6
6
|
"repository": {
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"feed": "^5.2.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@rslib/core": "0.21.
|
|
31
|
+
"@rslib/core": "0.21.5",
|
|
32
32
|
"@types/node": "^22.8.1",
|
|
33
33
|
"@types/react": "^19.2.14",
|
|
34
|
-
"react": "^19.2.
|
|
34
|
+
"react": "^19.2.6",
|
|
35
35
|
"rsbuild-plugin-publint": "^0.3.4",
|
|
36
|
-
"typescript": "^
|
|
36
|
+
"typescript": "^6.0.3"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@rspress/core": "^2.0.10"
|