@powerlines/nx 0.11.306 → 0.11.308
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/README.md +20 -5
- package/dist/src/executors/build/untyped.js +0 -1
- package/dist/src/executors/build/untyped.mjs +0 -1
- package/dist/src/executors/build/untyped.mjs.map +1 -1
- package/dist/src/executors/docs/untyped.js +0 -1
- package/dist/src/executors/docs/untyped.mjs +0 -1
- package/dist/src/executors/docs/untyped.mjs.map +1 -1
- package/dist/src/executors/lint/untyped.js +0 -1
- package/dist/src/executors/lint/untyped.mjs +0 -1
- package/dist/src/executors/lint/untyped.mjs.map +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -144,10 +144,12 @@ The following executor options are available:
|
|
|
144
144
|
|
|
145
145
|
| Option | Type | Description | Default |
|
|
146
146
|
| --------- | ------ | ------------- | --------- |
|
|
147
|
-
|
|
|
147
|
+
| config | `string` | The path to the Powerlines configuration file. Alias for \`configFile\`. | "{projectRoot}/powerlines.config.ts" |
|
|
148
|
+
| configFile | `string` | The path to the Powerlines configuration file. Alias for \`config\`. | "{projectRoot}/powerlines.config.ts" |
|
|
148
149
|
| input | `string[]` | The entry file(s) that serve as the input for the project | |
|
|
149
150
|
| tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
|
|
150
151
|
| outputPath | `string` | The path to the output directory for the build artifacts | |
|
|
152
|
+
| copyPath | `any` | A directory path to copy the build artifacts into | `[object Object]` |
|
|
151
153
|
| sourceMap | `boolean` | Generate a sourcemap | |
|
|
152
154
|
| format | `string[]` | The format to build | `[]` |
|
|
153
155
|
| platform | "neutral" \| "node" \| "browser" | The platform to build | "neutral" |
|
|
@@ -157,6 +159,7 @@ The following executor options are available:
|
|
|
157
159
|
| mode | "development" \| "test" \| "production" | The build mode | |
|
|
158
160
|
| logLevel | "fatal" \| "error" \| "warn" \| "success" \| "info" \| "debug" \| "trace" \| "silent" | The log level to use for the build process | |
|
|
159
161
|
| define | `object` | The \`define\` values | `[object Object]` |
|
|
162
|
+
| assets | `any` | The \`assets\` values | `[object Object]` |
|
|
160
163
|
|
|
161
164
|
|
|
162
165
|
|
|
@@ -181,10 +184,12 @@ The following executor options are available:
|
|
|
181
184
|
|
|
182
185
|
| Option | Type | Description | Default |
|
|
183
186
|
| --------- | ------ | ------------- | --------- |
|
|
184
|
-
|
|
|
187
|
+
| config | `string` | The path to the Powerlines configuration file. Alias for \`configFile\`. | "{projectRoot}/powerlines.config.ts" |
|
|
188
|
+
| configFile | `string` | The path to the Powerlines configuration file. Alias for \`config\`. | "{projectRoot}/powerlines.config.ts" |
|
|
185
189
|
| input | `string[]` | The entry file(s) that serve as the input for the project | |
|
|
186
190
|
| tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
|
|
187
191
|
| outputPath | `string` | The path to the output directory for the build artifacts | |
|
|
192
|
+
| copyPath | `any` | A directory path to copy the build artifacts into | `[object Object]` |
|
|
188
193
|
| sourceMap | `boolean` | Generate a sourcemap | |
|
|
189
194
|
| format | `string[]` | The format to build | `[]` |
|
|
190
195
|
| platform | "neutral" \| "node" \| "browser" | The platform to build | "neutral" |
|
|
@@ -194,6 +199,7 @@ The following executor options are available:
|
|
|
194
199
|
| mode | "development" \| "test" \| "production" | The build mode | |
|
|
195
200
|
| logLevel | "fatal" \| "error" \| "warn" \| "success" \| "info" \| "debug" \| "trace" \| "silent" | The log level to use for the build process | |
|
|
196
201
|
| define | `object` | The \`define\` values | `[object Object]` |
|
|
202
|
+
| assets | `any` | The \`assets\` values | `[object Object]` |
|
|
197
203
|
| autoInstall | `boolean` | Automatically install dependencies during prepare stage | |
|
|
198
204
|
| skipCache | `boolean` | Skip the caching mechanism during the build process (if required) | |
|
|
199
205
|
|
|
@@ -220,10 +226,12 @@ The following executor options are available:
|
|
|
220
226
|
|
|
221
227
|
| Option | Type | Description | Default |
|
|
222
228
|
| --------- | ------ | ------------- | --------- |
|
|
223
|
-
|
|
|
229
|
+
| config | `string` | The path to the Powerlines configuration file. Alias for \`configFile\`. | "{projectRoot}/powerlines.config.ts" |
|
|
230
|
+
| configFile | `string` | The path to the Powerlines configuration file. Alias for \`config\`. | "{projectRoot}/powerlines.config.ts" |
|
|
224
231
|
| input | `string[]` | The entry file(s) that serve as the input for the project | |
|
|
225
232
|
| tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
|
|
226
233
|
| outputPath | `string` | The path to the output directory for the build artifacts | |
|
|
234
|
+
| copyPath | `any` | A directory path to copy the build artifacts into | `[object Object]` |
|
|
227
235
|
| sourceMap | `boolean` | Generate a sourcemap | |
|
|
228
236
|
| format | `string[]` | The format to build | `[]` |
|
|
229
237
|
| platform | "neutral" \| "node" \| "browser" | The platform to build | "neutral" |
|
|
@@ -233,6 +241,7 @@ The following executor options are available:
|
|
|
233
241
|
| mode | "development" \| "test" \| "production" | The build mode | |
|
|
234
242
|
| logLevel | "fatal" \| "error" \| "warn" \| "success" \| "info" \| "debug" \| "trace" \| "silent" | The log level to use for the build process | |
|
|
235
243
|
| define | `object` | The \`define\` values | `[object Object]` |
|
|
244
|
+
| assets | `any` | The \`assets\` values | `[object Object]` |
|
|
236
245
|
| autoInstall | `boolean` | Automatically install dependencies during prepare stage | |
|
|
237
246
|
| skipCache | `boolean` | Skip the caching mechanism during the build process (if required) | |
|
|
238
247
|
|
|
@@ -259,10 +268,12 @@ The following executor options are available:
|
|
|
259
268
|
|
|
260
269
|
| Option | Type | Description | Default |
|
|
261
270
|
| --------- | ------ | ------------- | --------- |
|
|
262
|
-
|
|
|
271
|
+
| config | `string` | The path to the Powerlines configuration file. Alias for \`configFile\`. | "{projectRoot}/powerlines.config.ts" |
|
|
272
|
+
| configFile | `string` | The path to the Powerlines configuration file. Alias for \`config\`. | "{projectRoot}/powerlines.config.ts" |
|
|
263
273
|
| input | `string[]` | The entry file(s) that serve as the input for the project | |
|
|
264
274
|
| tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
|
|
265
275
|
| outputPath | `string` | The path to the output directory for the build artifacts | |
|
|
276
|
+
| copyPath | `any` | A directory path to copy the build artifacts into | `[object Object]` |
|
|
266
277
|
| sourceMap | `boolean` | Generate a sourcemap | |
|
|
267
278
|
| format | `string[]` | The format to build | `[]` |
|
|
268
279
|
| platform | "neutral" \| "node" \| "browser" | The platform to build | "neutral" |
|
|
@@ -272,6 +283,7 @@ The following executor options are available:
|
|
|
272
283
|
| mode | "development" \| "test" \| "production" | The build mode | |
|
|
273
284
|
| logLevel | "fatal" \| "error" \| "warn" \| "success" \| "info" \| "debug" \| "trace" \| "silent" | The log level to use for the build process | |
|
|
274
285
|
| define | `object` | The \`define\` values | `[object Object]` |
|
|
286
|
+
| assets | `any` | The \`assets\` values | `[object Object]` |
|
|
275
287
|
| autoInstall | `boolean` | Automatically install dependencies during prepare stage | |
|
|
276
288
|
| skipCache | `boolean` | Skip the caching mechanism during the build process (if required) | |
|
|
277
289
|
| entry | `any` | The entry path(s) for the package | `[object Object]` |
|
|
@@ -299,10 +311,12 @@ The following executor options are available:
|
|
|
299
311
|
|
|
300
312
|
| Option | Type | Description | Default |
|
|
301
313
|
| --------- | ------ | ------------- | --------- |
|
|
302
|
-
|
|
|
314
|
+
| config | `string` | The path to the Powerlines configuration file. Alias for \`configFile\`. | "{projectRoot}/powerlines.config.ts" |
|
|
315
|
+
| configFile | `string` | The path to the Powerlines configuration file. Alias for \`config\`. | "{projectRoot}/powerlines.config.ts" |
|
|
303
316
|
| input | `string[]` | The entry file(s) that serve as the input for the project | |
|
|
304
317
|
| tsconfig | `string` | The path to the tsconfig file | "{projectRoot}/tsconfig.json" |
|
|
305
318
|
| outputPath | `string` | The path to the output directory for the build artifacts | |
|
|
319
|
+
| copyPath | `any` | A directory path to copy the build artifacts into | `[object Object]` |
|
|
306
320
|
| sourceMap | `boolean` | Generate a sourcemap | |
|
|
307
321
|
| format | `string[]` | The format to build | `[]` |
|
|
308
322
|
| platform | "neutral" \| "node" \| "browser" | The platform to build | "neutral" |
|
|
@@ -312,6 +326,7 @@ The following executor options are available:
|
|
|
312
326
|
| mode | "development" \| "test" \| "production" | The build mode | |
|
|
313
327
|
| logLevel | "fatal" \| "error" \| "warn" \| "success" \| "info" \| "debug" \| "trace" \| "silent" | The log level to use for the build process | |
|
|
314
328
|
| define | `object` | The \`define\` values | `[object Object]` |
|
|
329
|
+
| assets | `any` | The \`assets\` values | `[object Object]` |
|
|
315
330
|
| autoInstall | `boolean` | Automatically install dependencies during prepare stage | |
|
|
316
331
|
| skipCache | `boolean` | Skip the caching mechanism during the build process (if required) | |
|
|
317
332
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"untyped.mjs","names":["PrepareExecutorSchema"],"sources":["../../../../src/executors/build/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\";\nimport PrepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...PrepareExecutorSchema,\n $schema: {\n id: \"BuildExecutorSchema\",\n title: \"Build Executor\",\n description: \"A type definition for the Powerlines - Build executor schema\",\n required: []\n },\n entry: {\n $schema: {\n title: \"Entry Path(s)\",\n description: \"The entry path(s) for the package\",\n oneOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }]\n }\n }\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"untyped.mjs","names":["PrepareExecutorSchema"],"sources":["../../../../src/executors/build/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\";\nimport PrepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...PrepareExecutorSchema,\n $schema: {\n id: \"BuildExecutorSchema\",\n title: \"Build Executor\",\n description: \"A type definition for the Powerlines - Build executor schema\",\n required: []\n },\n entry: {\n $schema: {\n title: \"Entry Path(s)\",\n description: \"The entry path(s) for the package\",\n oneOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }]\n }\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACD,OAAO,EACL,SAAS;EACP,OAAO;EACP,aAAa;EACb,OAAO,CAAC,EAAE,MAAM,UAAU,EAAE;GAAE,MAAM;GAAS,OAAO,EAAE,MAAM,UAAU;GAAE,CAAC;EAC1E,EACF;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/docs/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\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"DocsExecutorSchema\",\n title: \"Docs Executor\",\n description: \"A type definition for the Powerlines - Docs executor schema\",\n required: []\n }\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/docs/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\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"DocsExecutorSchema\",\n title: \"Docs Executor\",\n description: \"A type definition for the Powerlines - Docs executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/lint/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\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"LintExecutorSchema\",\n title: \"Lint Executor\",\n description: \"A type definition for the Powerlines - Lint executor schema\",\n required: []\n }\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../../src/executors/lint/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\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"LintExecutorSchema\",\n title: \"Lint Executor\",\n description: \"A type definition for the Powerlines - Lint executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.308",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
@@ -174,29 +174,29 @@
|
|
|
174
174
|
"typings": "./dist/src/index.d.ts",
|
|
175
175
|
"dependencies": {
|
|
176
176
|
"@nx/devkit": "^22.6.1",
|
|
177
|
-
"@storm-software/build-tools": "^0.158.
|
|
178
|
-
"@storm-software/config": "^1.137.
|
|
179
|
-
"@storm-software/config-tools": "^1.189.
|
|
180
|
-
"@storm-software/workspace-tools": "^1.295.
|
|
181
|
-
"@stryke/env": "^0.20.
|
|
182
|
-
"@stryke/fs": "^0.33.
|
|
183
|
-
"@stryke/hash": "^0.13.
|
|
184
|
-
"@stryke/path": "^0.27.
|
|
185
|
-
"@stryke/string-format": "^0.17.
|
|
186
|
-
"@stryke/type-checks": "^0.
|
|
177
|
+
"@storm-software/build-tools": "^0.158.138",
|
|
178
|
+
"@storm-software/config": "^1.137.11",
|
|
179
|
+
"@storm-software/config-tools": "^1.189.57",
|
|
180
|
+
"@storm-software/workspace-tools": "^1.295.33",
|
|
181
|
+
"@stryke/env": "^0.20.81",
|
|
182
|
+
"@stryke/fs": "^0.33.64",
|
|
183
|
+
"@stryke/hash": "^0.13.17",
|
|
184
|
+
"@stryke/path": "^0.27.3",
|
|
185
|
+
"@stryke/string-format": "^0.17.7",
|
|
186
|
+
"@stryke/type-checks": "^0.6.0",
|
|
187
187
|
"defu": "^6.1.4",
|
|
188
188
|
"jiti": "^2.6.1"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@nx/workspace": "22.6.0",
|
|
192
|
-
"@storm-software/testing-tools": "^1.119.
|
|
193
|
-
"@storm-software/tsup": "^0.2.
|
|
194
|
-
"@storm-software/untyped": "^0.24.
|
|
192
|
+
"@storm-software/testing-tools": "^1.119.132",
|
|
193
|
+
"@storm-software/tsup": "^0.2.136",
|
|
194
|
+
"@storm-software/untyped": "^0.24.120",
|
|
195
195
|
"@types/node": "^25.5.0",
|
|
196
196
|
"eslint-flat-config-utils": "^2.1.4",
|
|
197
197
|
"jsonc-eslint-parser": "^2.4.2",
|
|
198
198
|
"nx": "22.6.0",
|
|
199
|
-
"powerlines": "^0.42.
|
|
199
|
+
"powerlines": "^0.42.20",
|
|
200
200
|
"untyped": "^1.5.2"
|
|
201
201
|
},
|
|
202
202
|
"peerDependencies": { "nx": ">=22.5.0", "powerlines": ">=0.39.2" },
|
|
@@ -207,5 +207,5 @@
|
|
|
207
207
|
"publishConfig": { "access": "public" },
|
|
208
208
|
"executors": "./executors.json",
|
|
209
209
|
"generators": "./generators.json",
|
|
210
|
-
"gitHead": "
|
|
210
|
+
"gitHead": "c0cb55f77d02626e594888d7c34bca5f0fb8b337"
|
|
211
211
|
}
|