@powerlines/plugin-unbuild 0.5.132 → 0.5.133

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 __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, s as Plugin, t as UnbuildPluginContext } from "./plugin-1QId2-vF.cjs";
1
+ import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, s as Plugin, t as UnbuildPluginContext } from "./plugin-D6biD8cM.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 __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, s as Plugin, t as UnbuildPluginContext } from "./plugin-BzSd-mPe.mjs";
1
+ import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, s as Plugin, t as UnbuildPluginContext } from "./plugin-Bsywsksv.mjs";
2
2
  import "./index-BgAdqTbb.mjs";
3
3
 
4
4
  //#region src/index.d.ts
@@ -939,6 +939,13 @@ interface CommonUserConfig extends BaseConfig {
939
939
  * If this option is not provided, the build process will try to use the \`description\` value from the `\package.json\` file.
940
940
  */
941
941
  description?: string;
942
+ /**
943
+ * The organization or author of the project
944
+ *
945
+ * @remarks
946
+ * 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.
947
+ */
948
+ organization?: string;
942
949
  /**
943
950
  * The date to use for compatibility checks
944
951
  *
@@ -1095,7 +1102,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "assets" | "storage"> &
1095
1102
  /**
1096
1103
  * The resolved options for the Powerlines project configuration.
1097
1104
  */
1098
- 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">> & {
1105
+ 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">> & {
1099
1106
  /**
1100
1107
  * The configuration options that were provided inline to the Powerlines CLI.
1101
1108
  */
@@ -938,6 +938,13 @@ interface CommonUserConfig extends BaseConfig {
938
938
  * If this option is not provided, the build process will try to use the \`description\` value from the `\package.json\` file.
939
939
  */
940
940
  description?: string;
941
+ /**
942
+ * The organization or author of the project
943
+ *
944
+ * @remarks
945
+ * 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.
946
+ */
947
+ organization?: string;
941
948
  /**
942
949
  * The date to use for compatibility checks
943
950
  *
@@ -1094,7 +1101,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "assets" | "storage"> &
1094
1101
  /**
1095
1102
  * The resolved options for the Powerlines project configuration.
1096
1103
  */
1097
- 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">> & {
1104
+ 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">> & {
1098
1105
  /**
1099
1106
  * The configuration options that were provided inline to the Powerlines CLI.
1100
1107
  */
@@ -1,3 +1,3 @@
1
- import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, t as UnbuildPluginContext } from "../plugin-1QId2-vF.cjs";
1
+ import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, t as UnbuildPluginContext } from "../plugin-D6biD8cM.cjs";
2
2
  import "../index-CEgs-Dz2.cjs";
3
3
  export { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, __ΩUnbuildPluginContext, __ΩUnbuildPluginOptions, __ΩUnbuildPluginResolvedConfig };
@@ -1,3 +1,3 @@
1
- import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, t as UnbuildPluginContext } from "../plugin-BzSd-mPe.mjs";
1
+ import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, t as UnbuildPluginContext } from "../plugin-Bsywsksv.mjs";
2
2
  import "../index-BgAdqTbb.mjs";
3
3
  export { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, __ΩUnbuildPluginContext, __ΩUnbuildPluginOptions, __ΩUnbuildPluginResolvedConfig };
@@ -1,2 +1,2 @@
1
- import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, t as UnbuildPluginContext } from "../plugin-1QId2-vF.cjs";
1
+ import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, t as UnbuildPluginContext } from "../plugin-D6biD8cM.cjs";
2
2
  export { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, __ΩUnbuildPluginContext, __ΩUnbuildPluginOptions, __ΩUnbuildPluginResolvedConfig };
@@ -1,2 +1,2 @@
1
- import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, t as UnbuildPluginContext } from "../plugin-BzSd-mPe.mjs";
1
+ import { a as __ΩUnbuildPluginOptions, i as __ΩUnbuildPluginContext, n as UnbuildPluginOptions, o as __ΩUnbuildPluginResolvedConfig, r as UnbuildPluginResolvedConfig, t as UnbuildPluginContext } from "../plugin-Bsywsksv.mjs";
2
2
  export { UnbuildPluginContext, UnbuildPluginOptions, UnbuildPluginResolvedConfig, __ΩUnbuildPluginContext, __ΩUnbuildPluginOptions, __ΩUnbuildPluginResolvedConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-unbuild",
3
- "version": "0.5.132",
3
+ "version": "0.5.133",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to build projects using Unbuild.",
6
6
  "repository": {
@@ -152,14 +152,14 @@
152
152
  "@stryke/types": "^0.10.29",
153
153
  "defu": "^6.1.4",
154
154
  "jiti": "^2.6.1",
155
- "powerlines": "^0.36.26",
155
+ "powerlines": "^0.36.27",
156
156
  "unplugin": "3.0.0-beta.3"
157
157
  },
158
158
  "devDependencies": {
159
- "@powerlines/nx": "^0.11.52",
160
- "@powerlines/plugin-plugin": "^0.12.74",
159
+ "@powerlines/nx": "^0.11.53",
160
+ "@powerlines/plugin-plugin": "^0.12.75",
161
161
  "@types/node": "^24.10.4"
162
162
  },
163
163
  "publishConfig": { "access": "public" },
164
- "gitHead": "a703a2dd9be6175a67a9bf4847d0217be4e920af"
164
+ "gitHead": "fbc59ce584fd0f78d90d2dbaa18f9c9267bd3b61"
165
165
  }