@rspress/plugin-rss 2.0.13 → 2.0.14
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/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -143,7 +143,7 @@ export declare interface PluginRssOptions {
|
|
|
143
143
|
siteUrl: string;
|
|
144
144
|
/**
|
|
145
145
|
* Feed options for each rss. If array is given, this plugin will produce multiple feed files.
|
|
146
|
-
* @default {
|
|
146
|
+
* @default { id: 'blog', test: '/blog/' }
|
|
147
147
|
*/
|
|
148
148
|
feed?: PartialPartial<FeedChannel, 'id' | 'test'> | FeedChannel[];
|
|
149
149
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspress/plugin-rss",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
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,7 +28,7 @@
|
|
|
28
28
|
"feed": "^5.2.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@rslib/core": "0.
|
|
31
|
+
"@rslib/core": "0.22.0",
|
|
32
32
|
"@types/node": "^22.8.1",
|
|
33
33
|
"@types/react": "^19.2.15",
|
|
34
34
|
"react": "^19.2.6",
|