@rspress/plugin-rss 2.0.0-alpha.6 → 2.0.0-alpha.8

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.cjs +21 -3
  2. package/package.json +6 -6
package/dist/index.cjs CHANGED
@@ -294,8 +294,26 @@ function pluginRss(pluginRssOptions) {
294
294
  }
295
295
  };
296
296
  }
297
- var __webpack_export_target__ = exports;
298
- for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
299
- if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
297
+ exports.PluginComponents = __webpack_exports__.PluginComponents;
298
+ exports.PluginName = __webpack_exports__.PluginName;
299
+ exports.createFeed = __webpack_exports__.createFeed;
300
+ exports.generateFeedItem = __webpack_exports__.generateFeedItem;
301
+ exports.getDefaultFeedOption = __webpack_exports__.getDefaultFeedOption;
302
+ exports.getFeedFileType = __webpack_exports__.getFeedFileType;
303
+ exports.getOutputInfo = __webpack_exports__.getOutputInfo;
304
+ exports.pluginRss = __webpack_exports__.pluginRss;
305
+ exports.testPage = __webpack_exports__.testPage;
306
+ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
307
+ "PluginComponents",
308
+ "PluginName",
309
+ "createFeed",
310
+ "generateFeedItem",
311
+ "getDefaultFeedOption",
312
+ "getFeedFileType",
313
+ "getOutputInfo",
314
+ "pluginRss",
315
+ "testPage"
316
+ ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
317
+ Object.defineProperty(exports, '__esModule', {
300
318
  value: true
301
319
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-rss",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-alpha.8",
4
4
  "description": "A plugin for rss generation for rspress",
5
5
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
6
6
  "repository": {
@@ -26,19 +26,19 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "feed": "^4.2.2",
29
- "@rspress/shared": "2.0.0-alpha.6"
29
+ "@rspress/shared": "2.0.0-alpha.8"
30
30
  },
31
31
  "devDependencies": {
32
- "@rslib/core": "0.5.5",
32
+ "@rslib/core": "0.6.0",
33
33
  "@types/node": "^18.11.17",
34
- "@types/react": "^18.3.19",
34
+ "@types/react": "^18.3.20",
35
35
  "react": "^18.3.1",
36
36
  "typescript": "^5.8.2",
37
- "@rspress/runtime": "2.0.0-alpha.6"
37
+ "@rspress/runtime": "2.0.0-alpha.8"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": ">=17.0.0",
41
- "rspress": "^2.0.0-alpha.6"
41
+ "rspress": "^2.0.0-alpha.8"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=14.17.6"