@powerlines/plugin-typedoc 0.10.130 → 0.10.131

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.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, d as Plugin, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "./plugin-CrES2BW7.cjs";
1
+ import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, d as Plugin, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "./plugin-CXv0bOCa.cjs";
2
2
  import "./index-CEgs-Dz2.cjs";
3
3
 
4
4
  //#region src/index.d.ts
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, d as Plugin, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "./plugin-ajlGbJdY.mjs";
1
+ import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, d as Plugin, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "./plugin-eh7gcj9k.mjs";
2
2
  import "./index-BgAdqTbb.mjs";
3
3
 
4
4
  //#region src/index.d.ts
@@ -936,6 +936,13 @@ interface CommonUserConfig extends BaseConfig {
936
936
  * If this option is not provided, the build process will try to use the \`description\` value from the `\package.json\` file.
937
937
  */
938
938
  description?: string;
939
+ /**
940
+ * The organization or author of the project
941
+ *
942
+ * @remarks
943
+ * If this option is not provided, the build process will try to use the \`author\` value from the \`package.json\` file. If the \`author\` value cannot be determined, the {@link name | name configuration} will be used.
944
+ */
945
+ organization?: string;
939
946
  /**
940
947
  * The date to use for compatibility checks
941
948
  *
@@ -1091,7 +1098,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "assets" | "storage"> &
1091
1098
  /**
1092
1099
  * The resolved options for the Powerlines project configuration.
1093
1100
  */
1094
- type ResolvedConfig<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "name" | "title" | "compatibilityDate" | "plugins" | "mode" | "environments" | "platform" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "variant" | "type" | "output" | "logLevel" | "framework" | "sourceRoot"> & Required<Pick<TUserConfig, "name" | "title" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "framework" | "sourceRoot">> & {
1101
+ type ResolvedConfig<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "platform" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "variant" | "type" | "output" | "logLevel" | "framework" | "sourceRoot"> & Required<Pick<TUserConfig, "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "framework" | "sourceRoot">> & {
1095
1102
  /**
1096
1103
  * The configuration options that were provided inline to the Powerlines CLI.
1097
1104
  */
@@ -936,6 +936,13 @@ interface CommonUserConfig extends BaseConfig {
936
936
  * If this option is not provided, the build process will try to use the \`description\` value from the `\package.json\` file.
937
937
  */
938
938
  description?: string;
939
+ /**
940
+ * The organization or author of the project
941
+ *
942
+ * @remarks
943
+ * If this option is not provided, the build process will try to use the \`author\` value from the \`package.json\` file. If the \`author\` value cannot be determined, the {@link name | name configuration} will be used.
944
+ */
945
+ organization?: string;
939
946
  /**
940
947
  * The date to use for compatibility checks
941
948
  *
@@ -1091,7 +1098,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "assets" | "storage"> &
1091
1098
  /**
1092
1099
  * The resolved options for the Powerlines project configuration.
1093
1100
  */
1094
- type ResolvedConfig<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "name" | "title" | "compatibilityDate" | "plugins" | "mode" | "environments" | "platform" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "variant" | "type" | "output" | "logLevel" | "framework" | "sourceRoot"> & Required<Pick<TUserConfig, "name" | "title" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "framework" | "sourceRoot">> & {
1101
+ type ResolvedConfig<TUserConfig extends UserConfig = UserConfig> = Omit<TUserConfig, "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "platform" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "variant" | "type" | "output" | "logLevel" | "framework" | "sourceRoot"> & Required<Pick<TUserConfig, "name" | "title" | "organization" | "compatibilityDate" | "plugins" | "mode" | "environments" | "tsconfig" | "lint" | "test" | "build" | "transform" | "deploy" | "framework" | "sourceRoot">> & {
1095
1102
  /**
1096
1103
  * The configuration options that were provided inline to the Powerlines CLI.
1097
1104
  */
@@ -1,3 +1,3 @@
1
- import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "../plugin-CrES2BW7.cjs";
1
+ import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "../plugin-CXv0bOCa.cjs";
2
2
  import "../index-CEgs-Dz2.cjs";
3
3
  export { GenerateDocsOptions, TypeDocPluginContext, TypeDocPluginOptions, TypeDocPluginResolvedConfig, TypeDocPluginUserConfig, __ΩGenerateDocsOptions, __ΩTypeDocPluginContext, __ΩTypeDocPluginOptions, __ΩTypeDocPluginResolvedConfig, __ΩTypeDocPluginUserConfig };
@@ -1,3 +1,3 @@
1
- import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "../plugin-ajlGbJdY.mjs";
1
+ import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "../plugin-eh7gcj9k.mjs";
2
2
  import "../index-BgAdqTbb.mjs";
3
3
  export { GenerateDocsOptions, TypeDocPluginContext, TypeDocPluginOptions, TypeDocPluginResolvedConfig, TypeDocPluginUserConfig, __ΩGenerateDocsOptions, __ΩTypeDocPluginContext, __ΩTypeDocPluginOptions, __ΩTypeDocPluginResolvedConfig, __ΩTypeDocPluginUserConfig };
@@ -1,2 +1,2 @@
1
- import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "../plugin-CrES2BW7.cjs";
1
+ import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "../plugin-CXv0bOCa.cjs";
2
2
  export { GenerateDocsOptions, TypeDocPluginContext, TypeDocPluginOptions, TypeDocPluginResolvedConfig, TypeDocPluginUserConfig, __ΩGenerateDocsOptions, __ΩTypeDocPluginContext, __ΩTypeDocPluginOptions, __ΩTypeDocPluginResolvedConfig, __ΩTypeDocPluginUserConfig };
@@ -1,2 +1,2 @@
1
- import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "../plugin-ajlGbJdY.mjs";
1
+ import { a as TypeDocPluginUserConfig, c as __ΩTypeDocPluginOptions, i as TypeDocPluginResolvedConfig, l as __ΩTypeDocPluginResolvedConfig, n as TypeDocPluginContext, o as __ΩGenerateDocsOptions, r as TypeDocPluginOptions, s as __ΩTypeDocPluginContext, t as GenerateDocsOptions, u as __ΩTypeDocPluginUserConfig } from "../plugin-eh7gcj9k.mjs";
2
2
  export { GenerateDocsOptions, TypeDocPluginContext, TypeDocPluginOptions, TypeDocPluginResolvedConfig, TypeDocPluginUserConfig, __ΩGenerateDocsOptions, __ΩTypeDocPluginContext, __ΩTypeDocPluginOptions, __ΩTypeDocPluginResolvedConfig, __ΩTypeDocPluginUserConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-typedoc",
3
- "version": "0.10.130",
3
+ "version": "0.10.131",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running TypeDoc on the codebase.",
6
6
  "repository": {
@@ -103,16 +103,16 @@
103
103
  "@storm-software/config-tools": "^1.188.75",
104
104
  "@stryke/fs": "^0.33.27",
105
105
  "@stryke/path": "^0.24.1",
106
- "powerlines": "^0.36.26",
106
+ "powerlines": "^0.36.27",
107
107
  "typedoc": "0.25.12",
108
108
  "typedoc-plugin-markdown": "4.0.0-next.20"
109
109
  },
110
110
  "devDependencies": {
111
- "@powerlines/nx": "^0.11.52",
111
+ "@powerlines/nx": "^0.11.53",
112
112
  "@storm-software/tsup": "^0.2.73",
113
113
  "@types/node": "^24.10.4",
114
114
  "tsup": "8.4.0"
115
115
  },
116
116
  "publishConfig": { "access": "public" },
117
- "gitHead": "a703a2dd9be6175a67a9bf4847d0217be4e920af"
117
+ "gitHead": "fbc59ce584fd0f78d90d2dbaa18f9c9267bd3b61"
118
118
  }