@powerlines/plugin-typedoc 0.10.678 → 0.10.680

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.cjs CHANGED
@@ -1,4 +1,4 @@
1
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  //#region \0rolldown/runtime.js
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
@@ -83,5 +83,4 @@ function plugin(options = {}) {
83
83
  }
84
84
 
85
85
  //#endregion
86
- exports.default = plugin;
87
86
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -12,5 +12,5 @@ declare module "powerlines" {
12
12
  */
13
13
  declare function plugin(options?: TypeDocPluginOptions): Plugin<TypeDocPluginContext>;
14
14
  //#endregion
15
- export { GenerateDocsOptions, TypeDocPluginContext, TypeDocPluginOptions, TypeDocPluginResolvedConfig, TypeDocPluginUserConfig, plugin as default, plugin };
15
+ export { GenerateDocsOptions, TypeDocPluginContext, TypeDocPluginOptions, TypeDocPluginResolvedConfig, TypeDocPluginUserConfig, plugin };
16
16
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -12,5 +12,5 @@ declare module "powerlines" {
12
12
  */
13
13
  declare function plugin(options?: TypeDocPluginOptions): Plugin<TypeDocPluginContext>;
14
14
  //#endregion
15
- export { GenerateDocsOptions, TypeDocPluginContext, TypeDocPluginOptions, TypeDocPluginResolvedConfig, TypeDocPluginUserConfig, plugin as default, plugin };
15
+ export { GenerateDocsOptions, TypeDocPluginContext, TypeDocPluginOptions, TypeDocPluginResolvedConfig, TypeDocPluginUserConfig, plugin };
16
16
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -54,5 +54,5 @@ function plugin(options = {}) {
54
54
  }
55
55
 
56
56
  //#endregion
57
- export { plugin as default, plugin };
57
+ export { plugin };
58
58
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-typedoc",
3
- "version": "0.10.678",
3
+ "version": "0.10.680",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running TypeDoc on the codebase.",
6
6
  "repository": {
@@ -90,17 +90,17 @@
90
90
  "@stryke/fs": "^0.33.110",
91
91
  "@stryke/path": "^0.29.35",
92
92
  "defu": "^6.1.7",
93
- "powerlines": "^0.47.208",
93
+ "powerlines": "^0.47.210",
94
94
  "typedoc": "0.25.12",
95
95
  "typedoc-plugin-markdown": "4.0.0-next.20"
96
96
  },
97
97
  "devDependencies": {
98
- "@powerlines/plugin-plugin": "^0.12.621",
98
+ "@powerlines/plugin-plugin": "^0.12.623",
99
99
  "@types/node": "^25.9.5"
100
100
  },
101
101
  "publishConfig": { "access": "public" },
102
102
  "main": "./dist/index.cjs",
103
103
  "module": "./dist/index.mjs",
104
104
  "types": "./dist/index.d.cts",
105
- "gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
105
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
106
106
  }