@powerlines/plugin-openapi 0.2.127 → 0.2.128

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 __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, l as Plugin, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "./plugin-V7q1MpoG.cjs";
1
+ import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, l as Plugin, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "./plugin-DGwrzWll.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 __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, l as Plugin, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "./plugin-tUPuksde.mjs";
1
+ import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, l as Plugin, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "./plugin-DKghXcKp.mjs";
2
2
  import "./index-BgAdqTbb.mjs";
3
3
 
4
4
  //#region src/index.d.ts
@@ -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
  *
@@ -1093,7 +1100,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "assets" | "storage"> &
1093
1100
  /**
1094
1101
  * The resolved options for the Powerlines project configuration.
1095
1102
  */
1096
- 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">> & {
1103
+ 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">> & {
1097
1104
  /**
1098
1105
  * The configuration options that were provided inline to the Powerlines CLI.
1099
1106
  */
@@ -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
  *
@@ -1093,7 +1100,7 @@ type OutputResolvedConfig = Required<Omit<OutputConfig, "assets" | "storage"> &
1093
1100
  /**
1094
1101
  * The resolved options for the Powerlines project configuration.
1095
1102
  */
1096
- 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">> & {
1103
+ 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">> & {
1097
1104
  /**
1098
1105
  * The configuration options that were provided inline to the Powerlines CLI.
1099
1106
  */
@@ -1,3 +1,3 @@
1
- import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "../plugin-V7q1MpoG.cjs";
1
+ import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "../plugin-DGwrzWll.cjs";
2
2
  import "../index-CEgs-Dz2.cjs";
3
3
  export { OpenAPIPluginContext, OpenAPIPluginOptions, OpenAPIPluginResolvedConfig, OpenAPIPluginUserConfig, __ΩOpenAPIPluginContext, __ΩOpenAPIPluginOptions, __ΩOpenAPIPluginResolvedConfig, __ΩOpenAPIPluginUserConfig };
@@ -1,3 +1,3 @@
1
- import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "../plugin-tUPuksde.mjs";
1
+ import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "../plugin-DKghXcKp.mjs";
2
2
  import "../index-BgAdqTbb.mjs";
3
3
  export { OpenAPIPluginContext, OpenAPIPluginOptions, OpenAPIPluginResolvedConfig, OpenAPIPluginUserConfig, __ΩOpenAPIPluginContext, __ΩOpenAPIPluginOptions, __ΩOpenAPIPluginResolvedConfig, __ΩOpenAPIPluginUserConfig };
@@ -1,2 +1,2 @@
1
- import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "../plugin-V7q1MpoG.cjs";
1
+ import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "../plugin-DGwrzWll.cjs";
2
2
  export { OpenAPIPluginContext, OpenAPIPluginOptions, OpenAPIPluginResolvedConfig, OpenAPIPluginUserConfig, __ΩOpenAPIPluginContext, __ΩOpenAPIPluginOptions, __ΩOpenAPIPluginResolvedConfig, __ΩOpenAPIPluginUserConfig };
@@ -1,2 +1,2 @@
1
- import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "../plugin-tUPuksde.mjs";
1
+ import { a as __ΩOpenAPIPluginContext, c as __ΩOpenAPIPluginUserConfig, i as OpenAPIPluginUserConfig, n as OpenAPIPluginOptions, o as __ΩOpenAPIPluginOptions, r as OpenAPIPluginResolvedConfig, s as __ΩOpenAPIPluginResolvedConfig, t as OpenAPIPluginContext } from "../plugin-DKghXcKp.mjs";
2
2
  export { OpenAPIPluginContext, OpenAPIPluginOptions, OpenAPIPluginResolvedConfig, OpenAPIPluginUserConfig, __ΩOpenAPIPluginContext, __ΩOpenAPIPluginOptions, __ΩOpenAPIPluginResolvedConfig, __ΩOpenAPIPluginUserConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-openapi",
3
- "version": "0.2.127",
3
+ "version": "0.2.128",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to generate project code from OpenAPI specifications.",
6
6
  "repository": {
@@ -129,13 +129,13 @@
129
129
  "defu": "^6.1.4",
130
130
  "jiti": "^2.6.1",
131
131
  "openapi-typescript": "^7.10.1",
132
- "powerlines": "^0.36.26"
132
+ "powerlines": "^0.36.27"
133
133
  },
134
134
  "devDependencies": {
135
- "@powerlines/nx": "^0.11.52",
136
- "@powerlines/plugin-plugin": "^0.12.74",
135
+ "@powerlines/nx": "^0.11.53",
136
+ "@powerlines/plugin-plugin": "^0.12.75",
137
137
  "@types/node": "^24.10.4"
138
138
  },
139
139
  "publishConfig": { "access": "public" },
140
- "gitHead": "a703a2dd9be6175a67a9bf4847d0217be4e920af"
140
+ "gitHead": "fbc59ce584fd0f78d90d2dbaa18f9c9267bd3b61"
141
141
  }