@powerlines/nx 0.13.123 → 0.13.124

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.
Files changed (107) hide show
  1. package/dist/src/_virtual/_rolldown/runtime.js +8 -0
  2. package/dist/src/base/base-executor.d.mts +10 -6
  3. package/dist/src/base/base-executor.d.mts.map +1 -1
  4. package/dist/src/base/base-executor.d.ts +8 -6
  5. package/dist/src/base/base-executor.d.ts.map +1 -1
  6. package/dist/src/base/base-executor.js +33 -12
  7. package/dist/src/base/base-executor.mjs +33 -12
  8. package/dist/src/base/base-executor.mjs.map +1 -1
  9. package/dist/src/base/base-executor.schema.d.js +8 -0
  10. package/dist/src/base/base-executor.schema.d.mts +10 -0
  11. package/dist/src/base/base-executor.schema.d.mts.map +1 -1
  12. package/dist/src/base/base-executor.schema.d.ts +8 -0
  13. package/dist/src/base/base-executor.schema.d.ts.map +1 -1
  14. package/dist/src/base/base-executor.schema.json +8 -0
  15. package/dist/src/base/base-executor.untyped.d.mts +2 -0
  16. package/dist/src/base/base-executor.untyped.js +16 -0
  17. package/dist/src/base/base-executor.untyped.mjs +16 -0
  18. package/dist/src/base/base-executor.untyped.mjs.map +1 -1
  19. package/dist/src/base/index.d.mts +4 -2
  20. package/dist/src/base/index.d.ts +2 -2
  21. package/dist/src/base/index.js +8 -0
  22. package/dist/src/base/index.mjs +8 -0
  23. package/dist/src/{base-executor-PMYAhCeu.mjs → base-executor-0AtMZrSx.mjs} +26 -13
  24. package/dist/src/base-executor-0AtMZrSx.mjs.map +1 -0
  25. package/dist/src/{base-executor-dUv0-dn8.js → base-executor-BIhn6u5E.js} +25 -12
  26. package/dist/src/{base-executor.untyped-DBsxePrL.mjs → base-executor.untyped-B9Vk-kJC.mjs} +9 -1
  27. package/dist/src/base-executor.untyped-B9Vk-kJC.mjs.map +1 -0
  28. package/dist/src/{base-executor.untyped-Dglj9LU1.js → base-executor.untyped-DZhWL1zT.js} +8 -0
  29. package/dist/src/executors/build/executor.d.mts +8 -0
  30. package/dist/src/executors/build/executor.d.mts.map +1 -1
  31. package/dist/src/executors/build/executor.d.ts +8 -0
  32. package/dist/src/executors/build/executor.d.ts.map +1 -1
  33. package/dist/src/executors/build/executor.js +2 -2
  34. package/dist/src/executors/build/executor.mjs +2 -2
  35. package/dist/src/executors/build/executor.mjs.map +1 -1
  36. package/dist/src/executors/build/schema.d.ts +9 -0
  37. package/dist/src/executors/build/schema.json +8 -0
  38. package/dist/src/executors/clean/executor.d.mts +8 -0
  39. package/dist/src/executors/clean/executor.d.mts.map +1 -1
  40. package/dist/src/executors/clean/executor.d.ts +8 -0
  41. package/dist/src/executors/clean/executor.d.ts.map +1 -1
  42. package/dist/src/executors/clean/executor.js +2 -2
  43. package/dist/src/executors/clean/executor.mjs +2 -2
  44. package/dist/src/executors/clean/executor.mjs.map +1 -1
  45. package/dist/src/executors/clean/schema.d.ts +9 -0
  46. package/dist/src/executors/clean/schema.json +8 -0
  47. package/dist/src/executors/clean/untyped.js +1 -1
  48. package/dist/src/executors/clean/untyped.mjs +1 -1
  49. package/dist/src/executors/docs/executor.d.mts +8 -0
  50. package/dist/src/executors/docs/executor.d.mts.map +1 -1
  51. package/dist/src/executors/docs/executor.d.ts +8 -0
  52. package/dist/src/executors/docs/executor.d.ts.map +1 -1
  53. package/dist/src/executors/docs/executor.js +2 -2
  54. package/dist/src/executors/docs/executor.mjs +2 -2
  55. package/dist/src/executors/docs/executor.mjs.map +1 -1
  56. package/dist/src/executors/docs/schema.d.ts +9 -0
  57. package/dist/src/executors/docs/schema.json +8 -0
  58. package/dist/src/executors/lint/executor.d.mts +8 -0
  59. package/dist/src/executors/lint/executor.d.mts.map +1 -1
  60. package/dist/src/executors/lint/executor.d.ts +8 -0
  61. package/dist/src/executors/lint/executor.d.ts.map +1 -1
  62. package/dist/src/executors/lint/executor.js +2 -2
  63. package/dist/src/executors/lint/executor.mjs +2 -2
  64. package/dist/src/executors/lint/executor.mjs.map +1 -1
  65. package/dist/src/executors/lint/schema.d.ts +9 -0
  66. package/dist/src/executors/lint/schema.json +8 -0
  67. package/dist/src/executors/prepare/executor.d.mts +8 -0
  68. package/dist/src/executors/prepare/executor.d.mts.map +1 -1
  69. package/dist/src/executors/prepare/executor.d.ts +8 -0
  70. package/dist/src/executors/prepare/executor.d.ts.map +1 -1
  71. package/dist/src/executors/prepare/executor.js +2 -2
  72. package/dist/src/executors/prepare/executor.mjs +2 -2
  73. package/dist/src/executors/prepare/executor.mjs.map +1 -1
  74. package/dist/src/executors/prepare/schema.d.ts +9 -0
  75. package/dist/src/executors/prepare/schema.json +8 -0
  76. package/dist/src/executors/prepare/untyped.js +1 -1
  77. package/dist/src/executors/prepare/untyped.mjs +1 -1
  78. package/dist/src/helpers/constants.d.mts +2 -0
  79. package/dist/src/helpers/constants.d.mts.map +1 -1
  80. package/dist/src/helpers/constants.js +8 -0
  81. package/dist/src/helpers/constants.mjs +8 -0
  82. package/dist/src/helpers/constants.mjs.map +1 -1
  83. package/dist/src/helpers/index.d.mts +2 -0
  84. package/dist/src/helpers/index.js +8 -0
  85. package/dist/src/helpers/index.mjs +8 -0
  86. package/dist/src/helpers/plugin-utilities.d.mts +2 -0
  87. package/dist/src/helpers/plugin-utilities.d.mts.map +1 -1
  88. package/dist/src/helpers/plugin-utilities.js +15 -1
  89. package/dist/src/helpers/plugin-utilities.mjs +15 -1
  90. package/dist/src/helpers/plugin-utilities.mjs.map +1 -1
  91. package/dist/src/index.d.mts +4 -2
  92. package/dist/src/index.d.ts +2 -2
  93. package/dist/src/index.js +8 -0
  94. package/dist/src/index.mjs +8 -0
  95. package/dist/src/plugin/index.js +6 -0
  96. package/dist/src/plugin/index.mjs +6 -0
  97. package/dist/src/plugin/index.mjs.map +1 -1
  98. package/dist/src/types/index.d.mts +2 -0
  99. package/dist/src/types/index.js +8 -0
  100. package/dist/src/types/index.mjs +8 -0
  101. package/dist/src/types/plugin.d.mts +2 -0
  102. package/dist/src/types/plugin.d.mts.map +1 -1
  103. package/dist/src/types/plugin.js +8 -0
  104. package/dist/src/types/plugin.mjs +8 -0
  105. package/package.json +15 -14
  106. package/dist/src/base-executor-PMYAhCeu.mjs.map +0 -1
  107. package/dist/src/base-executor.untyped-DBsxePrL.mjs.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.13.123",
3
+ "version": "0.13.124",
4
4
  "private": false,
5
5
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
6
6
  "repository": {
@@ -173,11 +173,11 @@
173
173
  "migrations.json"
174
174
  ],
175
175
  "dependencies": {
176
- "@nx/devkit": "^22.7.4",
177
- "@storm-software/build-tools": "^0.158.194",
178
- "@storm-software/config": "^1.137.66",
179
- "@storm-software/config-tools": "^1.190.34",
180
- "@storm-software/workspace-tools": "^1.296.12",
176
+ "@nx/devkit": "^22.7.5",
177
+ "@storm-software/build-tools": "^0.158.195",
178
+ "@storm-software/config": "^1.137.67",
179
+ "@storm-software/config-tools": "^1.190.35",
180
+ "@storm-software/workspace-tools": "^1.296.13",
181
181
  "@stryke/env": "^0.20.96",
182
182
  "@stryke/fs": "^0.33.79",
183
183
  "@stryke/hash": "^0.13.32",
@@ -185,19 +185,20 @@
185
185
  "@stryke/path": "^0.29.6",
186
186
  "@stryke/string-format": "^0.17.21",
187
187
  "@stryke/type-checks": "^0.6.12",
188
- "powerlines": "^0.47.85",
189
188
  "defu": "^6.1.7",
190
- "jiti": "^2.7.0"
189
+ "jiti": "^2.7.0",
190
+ "powerlines": "^0.47.86"
191
191
  },
192
192
  "devDependencies": {
193
- "@nx/workspace": "22.7.4",
194
- "@storm-software/testing-tools": "^1.119.187",
195
- "@storm-software/tsup": "^0.2.192",
196
- "@storm-software/untyped": "^0.24.176",
193
+ "@nx/workspace": "22.7.5",
194
+ "@storm-software/testing-tools": "^1.119.188",
195
+ "@storm-software/tsup": "^0.2.193",
196
+ "@storm-software/untyped": "^0.24.177",
197
+ "@stryke/types": "^0.12.7",
197
198
  "@types/node": "^25.9.1",
198
199
  "eslint-flat-config-utils": "^2.1.4",
199
200
  "jsonc-eslint-parser": "^2.4.2",
200
- "nx": "22.7.4",
201
+ "nx": "22.7.5",
201
202
  "untyped": "^1.5.2"
202
203
  },
203
204
  "peerDependencies": { "nx": ">=22.7.0" },
@@ -205,5 +206,5 @@
205
206
  "publishConfig": { "access": "public" },
206
207
  "executors": "./executors.json",
207
208
  "generators": "./generators.json",
208
- "gitHead": "07e6c9277f5b8c2c3e49999a8448d345a5e1ddca"
209
+ "gitHead": "2a7208605db4b9d25c7e6462fe44deb0284e3b8c"
209
210
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-executor-PMYAhCeu.mjs","names":[],"sources":["../../src/base/base-executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { ExecutorContext, PromiseExecutor } from \"@nx/devkit\";\nimport { writeError } from \"@storm-software/config-tools/logger\";\nimport { StormWorkspaceConfig } from \"@storm-software/config/types\";\nimport { withRunExecutor } from \"@storm-software/workspace-tools/base/base-executor\";\nimport { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport { omit } from \"@stryke/helpers/omit\";\nimport { isError } from \"@stryke/type-checks/is-error\";\nimport { isSet } from \"@stryke/type-checks/is-set\";\nimport { isSetArray } from \"@stryke/type-checks/is-set-array\";\nimport { isSetObject } from \"@stryke/type-checks/is-set-object\";\nimport defu from \"defu\";\nimport { createJiti } from \"jiti\";\nimport type {\n InlineConfig,\n Mode,\n OutputConfig,\n PowerlinesCommand\n} from \"powerlines\";\nimport type { PowerlinesEngine } from \"powerlines/engine\";\nimport { BaseExecutorSchema } from \"./base-executor.schema\";\n\nexport type PowerlinesExecutorContext<\n TCommand extends PowerlinesCommand = PowerlinesCommand,\n TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema\n> = ExecutorContext & {\n projectName: string;\n command: TCommand;\n options: TExecutorSchema;\n inlineConfig: InlineConfig;\n workspaceConfig: StormWorkspaceConfig;\n};\n\n/**\n * A utility function to create a Powerlines executor that can be used with the `withRunExecutor` function.\n *\n * @remarks\n * This function is designed to simplify the creation of Powerlines executors by providing a consistent interface and error handling.\n *\n * @param command - The command that the executor will handle (e.g., \"new\", \"prepare\", \"build\", etc.).\n * @param executorFn - The function that will be executed when the command is run.\n * @returns A Promise that resolves to the result of the executor function.\n */\nexport function withExecutor<\n TCommand extends PowerlinesCommand = PowerlinesCommand,\n TExecutorSchema extends BaseExecutorSchema = BaseExecutorSchema\n>(\n command: TCommand,\n executorFn: (\n context: PowerlinesExecutorContext<TCommand, TExecutorSchema>,\n api: PowerlinesEngine\n ) =>\n | Promise<BaseExecutorResult | null | undefined>\n | BaseExecutorResult\n | null\n | undefined\n): PromiseExecutor<TExecutorSchema> {\n return withRunExecutor(\n `Powerlines ${command} command executor`,\n async (\n options: TExecutorSchema,\n context: ExecutorContext,\n workspaceConfig: StormWorkspaceConfig\n ): Promise<BaseExecutorResult | null | undefined> => {\n if (!context.projectName) {\n throw new Error(\n \"The executor requires `projectName` on the context object.\"\n );\n }\n\n if (\n !context.projectName ||\n !context.projectsConfigurations?.projects ||\n !context.projectsConfigurations.projects[context.projectName] ||\n !context.projectsConfigurations.projects[context.projectName]?.root\n ) {\n throw new Error(\n \"The executor requires `projectsConfigurations` on the context object.\"\n );\n }\n\n const projectConfig =\n context.projectsConfigurations.projects[context.projectName]!;\n\n const jiti = createJiti(context.root, {\n cache: false,\n interopDefault: true,\n tsconfigPaths: true\n });\n const { createPowerlines } = await jiti.import<{\n createPowerlines: typeof import(\"powerlines/engine\").createPowerlines;\n }>(jiti.esmResolve(\"powerlines/engine\"));\n\n const api = await createPowerlines({\n cwd: context.root,\n root: projectConfig.root\n });\n\n try {\n return await Promise.resolve(\n executorFn(\n defu(\n {\n projectName: context.projectName,\n options,\n workspaceConfig,\n command,\n inlineConfig: defu(\n {\n name: context.projectName,\n command,\n root: projectConfig.root,\n configFile: options.configFile || options.config,\n projectType: projectConfig.projectType,\n mode: options.mode as Mode,\n output: {\n path: options.outputPath,\n copy:\n options.copyPath === false\n ? false\n : {\n path: options.copyPath,\n assets: options.assets\n },\n minify: options.minify,\n sourceMap: options.sourceMap\n } as OutputConfig,\n resolve:\n isSetArray(options.external) ||\n isSetArray(options.noExternal) ||\n isSet(options.skipNodeModulesBundle)\n ? {\n external: isSetArray(options.external)\n ? options.external\n : undefined,\n noExternal: isSetArray(options.noExternal)\n ? options.noExternal\n : undefined,\n skipNodeModulesBundle: isSet(\n options.skipNodeModulesBundle\n )\n ? options.skipNodeModulesBundle\n : undefined\n }\n : undefined,\n define: isSetObject(options.define)\n ? options.define\n : undefined,\n assets: isSetObject(options.assets)\n ? options.assets\n : undefined\n },\n omit(options, [\n \"config\",\n \"configFile\",\n \"outputPath\",\n \"copyPath\",\n \"sourceMap\",\n \"minify\",\n \"format\",\n \"external\",\n \"noExternal\",\n \"skipNodeModulesBundle\",\n \"mode\",\n \"define\",\n \"assets\"\n ])\n ) as InlineConfig\n },\n context\n ),\n api\n )\n );\n } catch (error) {\n writeError(\n `An error occurred while executing the Powerlines ${\n command\n } command executor: ${\n isError(error)\n ? `${error.message}\n\n${error.stack}`\n : \"Unknown error\"\n }`\n );\n\n return { success: false };\n }\n },\n {\n skipReadingConfig: false,\n hooks: {\n applyDefaultOptions: (options: Partial<TExecutorSchema>) => {\n options.copyPath ??= \"dist/{projectRoot}\";\n\n return options as TExecutorSchema;\n }\n }\n }\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AA4DA,SAAgB,aAId,SACA,YAQkC;CAClC,OAAO,gBACL,cAAc,QAAQ,oBACtB,OACE,SACA,SACA,oBACmD;EACnD,IAAI,CAAC,QAAQ,aACX,MAAM,IAAI,MACR,4DACF;EAGF,IACE,CAAC,QAAQ,eACT,CAAC,QAAQ,wBAAwB,YACjC,CAAC,QAAQ,uBAAuB,SAAS,QAAQ,gBACjD,CAAC,QAAQ,uBAAuB,SAAS,QAAQ,cAAc,MAE/D,MAAM,IAAI,MACR,uEACF;EAGF,MAAM,gBACJ,QAAQ,uBAAuB,SAAS,QAAQ;EAElD,MAAM,OAAO,WAAW,QAAQ,MAAM;GACpC,OAAO;GACP,gBAAgB;GAChB,eAAe;EACjB,CAAC;EACD,MAAM,EAAE,qBAAqB,MAAM,KAAK,OAErC,KAAK,WAAW,mBAAmB,CAAC;EAEvC,MAAM,MAAM,MAAM,iBAAiB;GACjC,KAAK,QAAQ;GACb,MAAM,cAAc;EACtB,CAAC;EAED,IAAI;GACF,OAAO,MAAM,QAAQ,QACnB,WACE,KACE;IACE,aAAa,QAAQ;IACrB;IACA;IACA;IACA,cAAc,KACZ;KACE,MAAM,QAAQ;KACd;KACA,MAAM,cAAc;KACpB,YAAY,QAAQ,cAAc,QAAQ;KAC1C,aAAa,cAAc;KAC3B,MAAM,QAAQ;KACd,QAAQ;MACN,MAAM,QAAQ;MACd,MACE,QAAQ,aAAa,QACjB,QACA;OACE,MAAM,QAAQ;OACd,QAAQ,QAAQ;MAClB;MACN,QAAQ,QAAQ;MAChB,WAAW,QAAQ;KACrB;KACA,SACE,WAAW,QAAQ,QAAQ,KAC3B,WAAW,QAAQ,UAAU,KAC7B,MAAM,QAAQ,qBAAqB,IAC/B;MACE,UAAU,WAAW,QAAQ,QAAQ,IACjC,QAAQ,WACR;MACJ,YAAY,WAAW,QAAQ,UAAU,IACrC,QAAQ,aACR;MACJ,uBAAuB,MACrB,QAAQ,qBACV,IACI,QAAQ,wBACR;KACN,IACA;KACN,QAAQ,YAAY,QAAQ,MAAM,IAC9B,QAAQ,SACR;KACJ,QAAQ,YAAY,QAAQ,MAAM,IAC9B,QAAQ,SACR;IACN,GACA,KAAK,SAAS;KACZ;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;IACF,CAAC,CACH;GACF,GACA,OACF,GACA,GACF,CACF;EACF,SAAS,OAAO;GACd,WACE,oDACE,QACD,qBACC,QAAQ,KAAK,IACT,GAAG,MAAM,QAAQ;;EAE/B,MAAM,UACQ,iBAER;GAEA,OAAO,EAAE,SAAS,MAAM;EAC1B;CACF,GACA;EACE,mBAAmB;EACnB,OAAO,EACL,sBAAsB,YAAsC;GAC1D,QAAQ,aAAa;GAErB,OAAO;EACT,EACF;CACF,CACF;AACF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-executor.untyped-DBsxePrL.mjs","names":[],"sources":["../../src/base/base-executor.untyped.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { defineUntypedSchema } from \"untyped\";\n\nexport default defineUntypedSchema({\n $schema: {\n id: \"BaseExecutorSchema\",\n title: \"Base Executor\",\n description:\n \"A shared/base schema type definition for Powerlines executors\",\n required: []\n },\n config: {\n $schema: {\n title: \"Powerlines Configuration File\",\n type: \"string\",\n format: \"path\",\n description:\n \"The path to the Powerlines configuration file. Alias for `configFile`.\"\n }\n },\n configFile: {\n $schema: {\n title: \"Powerlines Configuration File\",\n type: \"string\",\n format: \"path\",\n description:\n \"The path to the Powerlines configuration file. Alias for `config`.\"\n }\n },\n input: {\n $schema: {\n title: \"Input Entry File(s)\",\n format: \"path\",\n type: \"array\",\n description: \"The entry file(s) that serve as the input for the project\",\n items: { type: \"string\" }\n }\n },\n tsconfig: {\n $schema: {\n title: \"TSConfig Path\",\n type: \"string\",\n format: \"path\",\n description: \"The path to the tsconfig file\"\n }\n },\n outputPath: {\n $schema: {\n title: \"Output Path\",\n type: \"string\",\n format: \"path\",\n description: \"The path to the output directory for the build artifacts\"\n }\n },\n copyPath: {\n $schema: {\n title: \"Copy Path\",\n description: \"A directory path to copy the build artifacts into\",\n oneOf: [\n { type: \"string\", format: \"path\" },\n { type: \"boolean\", enum: [false] }\n ]\n }\n },\n sourceMap: {\n $schema: {\n title: \"Sourcemap\",\n type: \"boolean\",\n description: \"Generate a sourcemap\"\n }\n },\n minify: {\n $schema: {\n title: \"Minify\",\n type: \"boolean\",\n description: \"Minify the output\"\n }\n },\n format: {\n $schema: {\n title: \"Format\",\n type: \"array\",\n description: \"The format to build\",\n items: {\n type: \"string\",\n enum: [\"cjs\", \"esm\", \"iife\"]\n }\n },\n $resolve: (val: string[] = [\"cjs\", \"esm\"]) =>\n val.filter(format => [\"cjs\", \"esm\", \"iife\"].includes(format))\n },\n platform: {\n $schema: {\n title: \"Platform\",\n type: \"string\",\n description: \"The platform to build\",\n enum: [\"neutral\", \"node\", \"browser\"]\n }\n },\n external: {\n $schema: {\n title: \"External\",\n type: \"array\",\n description: \"The external dependencies\"\n },\n $resolve: (val: string[] = []) => ([] as string[]).concat(val)\n },\n noExternal: {\n $schema: {\n title: \"No External\",\n type: \"array\",\n description: \"The dependencies that should not be treated as external\"\n },\n $resolve: (val: string[] = []) => ([] as string[]).concat(val)\n },\n skipNodeModulesBundle: {\n $schema: {\n title: \"Skip Node Modules Bundle\",\n type: \"boolean\",\n description:\n \"Skip bundling node_modules during the build process (if required)\"\n }\n },\n mode: {\n $schema: {\n title: \"Mode\",\n type: \"string\",\n description: \"The build mode\",\n enum: [\"development\", \"test\", \"production\"]\n }\n },\n logLevel: {\n $schema: {\n title: \"Log Level\",\n type: \"string\",\n description: \"The log level to use for the build process\",\n enum: [\n \"fatal\",\n \"error\",\n \"warn\",\n \"success\",\n \"info\",\n \"debug\",\n \"trace\",\n \"silent\"\n ]\n }\n },\n define: {\n $schema: {\n title: \"Define\",\n type: \"object\",\n tsType: \"Record<string, string>\",\n description: \"The `define` values\"\n },\n $resolve: (val: Record<string, string> = {}) => val,\n $default: {}\n },\n assets: {\n $schema: {\n title: \"Assets\",\n type: \"any\",\n tsType:\n \"Array<{ input?: string; output?: string; glob: string; ignore?: string[]; dot?: boolean; }>\",\n description: \"The `assets` values\"\n }\n },\n additionalArgs: {\n $schema: {\n title: \"Additional Arguments\",\n type: \"object\",\n tsType: \"Record<string, string>\",\n description:\n \"The additional arguments provided during execution of the command\"\n },\n $resolve: (val: Record<string, string> = {}) => val,\n $default: {}\n }\n});\n"],"mappings":";;;AAoBA,oCAAe,oBAAoB;CACjC,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aACE;EACF,UAAU,CAAC;CACb;CACA,QAAQ,EACN,SAAS;EACP,OAAO;EACP,MAAM;EACN,QAAQ;EACR,aACE;CACJ,EACF;CACA,YAAY,EACV,SAAS;EACP,OAAO;EACP,MAAM;EACN,QAAQ;EACR,aACE;CACJ,EACF;CACA,OAAO,EACL,SAAS;EACP,OAAO;EACP,QAAQ;EACR,MAAM;EACN,aAAa;EACb,OAAO,EAAE,MAAM,SAAS;CAC1B,EACF;CACA,UAAU,EACR,SAAS;EACP,OAAO;EACP,MAAM;EACN,QAAQ;EACR,aAAa;CACf,EACF;CACA,YAAY,EACV,SAAS;EACP,OAAO;EACP,MAAM;EACN,QAAQ;EACR,aAAa;CACf,EACF;CACA,UAAU,EACR,SAAS;EACP,OAAO;EACP,aAAa;EACb,OAAO,CACL;GAAE,MAAM;GAAU,QAAQ;EAAO,GACjC;GAAE,MAAM;GAAW,MAAM,CAAC,KAAK;EAAE,CACnC;CACF,EACF;CACA,WAAW,EACT,SAAS;EACP,OAAO;EACP,MAAM;EACN,aAAa;CACf,EACF;CACA,QAAQ,EACN,SAAS;EACP,OAAO;EACP,MAAM;EACN,aAAa;CACf,EACF;CACA,QAAQ;EACN,SAAS;GACP,OAAO;GACP,MAAM;GACN,aAAa;GACb,OAAO;IACL,MAAM;IACN,MAAM;KAAC;KAAO;KAAO;IAAM;GAC7B;EACF;EACA,WAAW,MAAgB,CAAC,OAAO,KAAK,MACtC,IAAI,QAAO,WAAU;GAAC;GAAO;GAAO;EAAM,EAAE,SAAS,MAAM,CAAC;CAChE;CACA,UAAU,EACR,SAAS;EACP,OAAO;EACP,MAAM;EACN,aAAa;EACb,MAAM;GAAC;GAAW;GAAQ;EAAS;CACrC,EACF;CACA,UAAU;EACR,SAAS;GACP,OAAO;GACP,MAAM;GACN,aAAa;EACf;EACA,WAAW,MAAgB,CAAC,MAAO,CAAC,EAAe,OAAO,GAAG;CAC/D;CACA,YAAY;EACV,SAAS;GACP,OAAO;GACP,MAAM;GACN,aAAa;EACf;EACA,WAAW,MAAgB,CAAC,MAAO,CAAC,EAAe,OAAO,GAAG;CAC/D;CACA,uBAAuB,EACrB,SAAS;EACP,OAAO;EACP,MAAM;EACN,aACE;CACJ,EACF;CACA,MAAM,EACJ,SAAS;EACP,OAAO;EACP,MAAM;EACN,aAAa;EACb,MAAM;GAAC;GAAe;GAAQ;EAAY;CAC5C,EACF;CACA,UAAU,EACR,SAAS;EACP,OAAO;EACP,MAAM;EACN,aAAa;EACb,MAAM;GACJ;GACA;GACA;GACA;GACA;GACA;GACA;GACA;EACF;CACF,EACF;CACA,QAAQ;EACN,SAAS;GACP,OAAO;GACP,MAAM;GACN,QAAQ;GACR,aAAa;EACf;EACA,WAAW,MAA8B,CAAC,MAAM;EAChD,UAAU,CAAC;CACb;CACA,QAAQ,EACN,SAAS;EACP,OAAO;EACP,MAAM;EACN,QACE;EACF,aAAa;CACf,EACF;CACA,gBAAgB;EACd,SAAS;GACP,OAAO;GACP,MAAM;GACN,QAAQ;GACR,aACE;EACJ;EACA,WAAW,MAA8B,CAAC,MAAM;EAChD,UAAU,CAAC;CACb;AACF,CAAC"}