@rspress/plugin-typedoc 2.0.0-alpha.1 → 2.0.0-alpha.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/lib/index.js +6 -4
- package/package.json +8 -8
package/dist/lib/index.js
CHANGED
|
@@ -21,7 +21,7 @@ var __webpack_require__ = {};
|
|
|
21
21
|
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
22
22
|
})();
|
|
23
23
|
(()=>{
|
|
24
|
-
__webpack_require__.r =
|
|
24
|
+
__webpack_require__.r = (exports1)=>{
|
|
25
25
|
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
26
26
|
value: 'Module'
|
|
27
27
|
});
|
|
@@ -156,8 +156,10 @@ function pluginTypeDoc(options) {
|
|
|
156
156
|
}
|
|
157
157
|
};
|
|
158
158
|
}
|
|
159
|
-
|
|
160
|
-
for(var __webpack_i__ in __webpack_exports__)
|
|
161
|
-
|
|
159
|
+
exports.pluginTypeDoc = __webpack_exports__.pluginTypeDoc;
|
|
160
|
+
for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
161
|
+
"pluginTypeDoc"
|
|
162
|
+
].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
163
|
+
Object.defineProperty(exports, '__esModule', {
|
|
162
164
|
value: true
|
|
163
165
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspress/plugin-typedoc",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.11",
|
|
4
4
|
"description": "A plugin for rspress to integrate typedoc",
|
|
5
5
|
"bugs": "https://github.com/web-infra-dev/rspress/issues",
|
|
6
6
|
"repository": {
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"typedoc": "0.24.8",
|
|
26
26
|
"typedoc-plugin-markdown": "3.17.1",
|
|
27
|
-
"@rspress/shared": "2.0.0-alpha.
|
|
27
|
+
"@rspress/shared": "2.0.0-alpha.11"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@microsoft/api-extractor": "^7.
|
|
31
|
-
"@rslib/core": "0.
|
|
30
|
+
"@microsoft/api-extractor": "^7.52.3",
|
|
31
|
+
"@rslib/core": "0.6.3",
|
|
32
32
|
"@types/node": "^18.11.17",
|
|
33
|
-
"@types/react": "^18.3.
|
|
34
|
-
"@types/react-dom": "^18.3.
|
|
33
|
+
"@types/react": "^18.3.20",
|
|
34
|
+
"@types/react-dom": "^18.3.6",
|
|
35
35
|
"react": "^18.3.1",
|
|
36
|
-
"typescript": "^5.
|
|
36
|
+
"typescript": "^5.8.2",
|
|
37
37
|
"@rspress/config": "1.0.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"rspress": "^2.0.0-alpha.
|
|
40
|
+
"rspress": "^2.0.0-alpha.11"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=14.17.6"
|