@powerlines/nx 0.11.230 → 0.11.232
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/src/base/base-executor.cjs +2 -1
- package/dist/src/base/base-executor.d.cts +2 -2
- package/dist/src/base/base-executor.d.mts +2 -2
- package/dist/src/base/base-executor.mjs +2 -1
- package/dist/src/base/base-executor.schema.d.cts +1 -1
- package/dist/src/base/base-executor.schema.d.mts +1 -1
- package/dist/src/base/base-executor.untyped.cjs +1 -1
- package/dist/src/base/base-executor.untyped.d.cts +2 -6
- package/dist/src/base/base-executor.untyped.d.mts +2 -7
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.cjs +6 -0
- package/dist/src/base/index.d.cts +5 -0
- package/dist/src/base/index.d.mts +5 -0
- package/dist/src/base/index.mjs +6 -0
- package/dist/src/base-executor-BwNEuJr4.d.mts +2152 -0
- package/dist/src/base-executor-BwNEuJr4.d.mts.map +1 -0
- package/dist/src/base-executor-BxwoTM0e.d.cts +2150 -0
- package/dist/src/base-executor-BxwoTM0e.d.cts.map +1 -0
- package/dist/src/base-executor-D0PC7G0V.cjs +4646 -0
- package/dist/src/base-executor-ZxlpQ-df.mjs +4628 -0
- package/dist/src/base-executor-ZxlpQ-df.mjs.map +1 -0
- package/dist/{base-executor.schema-LJ14f-QU.d.mts → src/base-executor.schema-CZPuauLj.d.cts} +1 -1
- package/dist/src/base-executor.schema-CZPuauLj.d.cts.map +1 -0
- package/dist/{base-executor.schema-CH9f7UZz.d.cts → src/base-executor.schema-DiDI-Jcs.d.mts} +1 -1
- package/dist/src/base-executor.schema-DiDI-Jcs.d.mts.map +1 -0
- package/dist/src/base-executor.untyped-5iZFoBFu.d.mts +7 -0
- package/dist/src/base-executor.untyped-5iZFoBFu.d.mts.map +1 -0
- package/dist/{base-executor.untyped-Bet42T8_.mjs → src/base-executor.untyped-BKF-oUZS.mjs} +1 -1
- package/dist/src/base-executor.untyped-BKF-oUZS.mjs.map +1 -0
- package/dist/{base-executor.untyped-DUgXmZji.cjs → src/base-executor.untyped-CDbDTHgS.cjs} +1 -1
- package/dist/src/base-executor.untyped-DsIwfUqm.d.cts +7 -0
- package/dist/src/base-executor.untyped-DsIwfUqm.d.cts.map +1 -0
- package/dist/src/config-Dkb72RJI.cjs +239 -0
- package/dist/src/config-LoR-NIJg.mjs +147 -0
- package/dist/src/config-LoR-NIJg.mjs.map +1 -0
- package/dist/src/constants-BvU9n9qR.d.mts +8 -0
- package/dist/src/constants-BvU9n9qR.d.mts.map +1 -0
- package/dist/src/constants-CPcygc7m.d.cts +8 -0
- package/dist/src/constants-CPcygc7m.d.cts.map +1 -0
- package/dist/{constants-DPeeG_si.mjs → src/constants-DzvoYj5w.mjs} +1 -1
- package/dist/src/constants-DzvoYj5w.mjs.map +1 -0
- package/dist/src/executors/build/executor.cjs +19 -4
- package/dist/src/executors/build/executor.d.cts +165 -4
- package/dist/src/executors/build/executor.d.cts.map +1 -0
- package/dist/src/executors/build/executor.d.mts +165 -4
- package/dist/src/executors/build/executor.d.mts.map +1 -0
- package/dist/src/executors/build/executor.mjs +18 -3
- package/dist/src/executors/build/executor.mjs.map +1 -0
- package/dist/src/executors/build/untyped.cjs +3 -3
- package/dist/src/executors/build/untyped.d.mts +2 -2
- package/dist/src/executors/build/untyped.mjs +2 -2
- package/dist/src/executors/clean/executor.cjs +13 -4
- package/dist/src/executors/clean/executor.d.cts +139 -4
- package/dist/src/executors/clean/executor.d.cts.map +1 -0
- package/dist/src/executors/clean/executor.d.mts +139 -4
- package/dist/src/executors/clean/executor.d.mts.map +1 -0
- package/dist/src/executors/clean/executor.mjs +13 -3
- package/dist/{executor-DriX4F9a.mjs.map → src/executors/clean/executor.mjs.map} +1 -1
- package/dist/src/executors/clean/untyped.cjs +2 -2
- package/dist/src/executors/clean/untyped.d.mts +2 -2
- package/dist/src/executors/clean/untyped.mjs +1 -1
- package/dist/src/executors/docs/executor.cjs +13 -4
- package/dist/src/executors/docs/executor.d.cts +155 -4
- package/dist/src/executors/docs/executor.d.cts.map +1 -0
- package/dist/src/executors/docs/executor.d.mts +155 -4
- package/dist/src/executors/docs/executor.d.mts.map +1 -0
- package/dist/src/executors/docs/executor.mjs +13 -3
- package/dist/{executor-CR4F9h0Q.mjs.map → src/executors/docs/executor.mjs.map} +1 -1
- package/dist/src/executors/docs/untyped.cjs +3 -3
- package/dist/src/executors/docs/untyped.d.cts +2 -2
- package/dist/src/executors/docs/untyped.mjs +2 -2
- package/dist/src/executors/lint/executor.cjs +13 -4
- package/dist/src/executors/lint/executor.d.cts +155 -4
- package/dist/src/executors/lint/executor.d.cts.map +1 -0
- package/dist/src/executors/lint/executor.d.mts +155 -4
- package/dist/src/executors/lint/executor.d.mts.map +1 -0
- package/dist/src/executors/lint/executor.mjs +13 -3
- package/dist/{executor-dakLe5jY.mjs.map → src/executors/lint/executor.mjs.map} +1 -1
- package/dist/src/executors/lint/untyped.cjs +3 -3
- package/dist/src/executors/lint/untyped.d.cts +2 -2
- package/dist/src/executors/lint/untyped.d.mts +2 -2
- package/dist/src/executors/lint/untyped.mjs +2 -2
- package/dist/src/executors/prepare/executor.cjs +19 -4
- package/dist/src/executors/prepare/executor.d.cts +155 -4
- package/dist/src/executors/prepare/executor.d.cts.map +1 -0
- package/dist/src/executors/prepare/executor.d.mts +155 -4
- package/dist/src/executors/prepare/executor.d.mts.map +1 -0
- package/dist/src/executors/prepare/executor.mjs +18 -3
- package/dist/src/executors/prepare/executor.mjs.map +1 -0
- package/dist/src/executors/prepare/untyped.cjs +2 -2
- package/dist/src/executors/prepare/untyped.d.mts +2 -2
- package/dist/src/executors/prepare/untyped.mjs +2 -2
- package/dist/src/generators/sync/generator.cjs +11 -3
- package/dist/src/generators/sync/generator.d.cts +8 -2
- package/dist/src/generators/sync/generator.d.cts.map +1 -0
- package/dist/src/generators/sync/generator.d.mts +8 -2
- package/dist/src/generators/sync/generator.d.mts.map +1 -0
- package/dist/src/generators/sync/generator.mjs +10 -2
- package/dist/{generator-DeiwVUqC.mjs.map → src/generators/sync/generator.mjs.map} +1 -1
- package/dist/src/generators/sync/untyped.cjs +1 -1
- package/dist/src/helpers/constants.cjs +1 -1
- package/dist/src/helpers/constants.d.cts +2 -8
- package/dist/src/helpers/constants.d.mts +2 -8
- package/dist/src/helpers/constants.mjs +1 -1
- package/dist/src/helpers/index.cjs +9 -0
- package/dist/src/helpers/index.d.cts +5 -0
- package/dist/src/helpers/index.d.mts +5 -0
- package/dist/src/helpers/index.mjs +6 -0
- package/dist/src/helpers/plugin-utilities.cjs +3 -2
- package/dist/src/helpers/plugin-utilities.d.cts +3 -58
- package/dist/src/helpers/plugin-utilities.d.mts +3 -58
- package/dist/src/helpers/plugin-utilities.mjs +3 -2
- package/dist/src/index-DOvrmvAP.d.cts +1 -0
- package/dist/src/index-Dh6J9gb5.d.cts +1 -0
- package/dist/src/index-QAtBiMxG.d.cts +1 -0
- package/dist/src/index-c55Utzva.d.mts +1 -0
- package/dist/src/index.cjs +15 -0
- package/dist/src/index.d.cts +10 -0
- package/dist/src/index.d.mts +10 -0
- package/dist/src/index.mjs +11 -0
- package/dist/src/plugin/index.cjs +8 -4
- package/dist/src/plugin/index.d.cts +8 -3
- package/dist/src/plugin/index.d.cts.map +1 -0
- package/dist/src/plugin/index.d.mts +8 -3
- package/dist/src/plugin/index.d.mts.map +1 -0
- package/dist/src/plugin/index.mjs +9 -4
- package/dist/src/plugin/index.mjs.map +1 -0
- package/dist/src/plugin-BSBH78mm.cjs +0 -0
- package/dist/{plugin-CODFOru1.d.cts → src/plugin-Bpm6rlvQ.d.cts} +1 -1
- package/dist/src/plugin-Bpm6rlvQ.d.cts.map +1 -0
- package/dist/{plugin-DpjoI0QS.d.mts → src/plugin-DK05gCB5.d.mts} +1 -1
- package/dist/src/plugin-DK05gCB5.d.mts.map +1 -0
- package/dist/src/plugin-DRjpXVSI.mjs +1 -0
- package/dist/{plugin-utilities-B6evbzM-.cjs → src/plugin-utilities-B6thBT59.cjs} +16 -100
- package/dist/src/plugin-utilities-CYqug_T4.d.mts +58 -0
- package/dist/src/plugin-utilities-CYqug_T4.d.mts.map +1 -0
- package/dist/{plugin-utilities-C-wuo6ih.mjs → src/plugin-utilities-DGw6LPZ0.mjs} +15 -97
- package/dist/src/plugin-utilities-DGw6LPZ0.mjs.map +1 -0
- package/dist/src/plugin-utilities-rlfzc3UW.d.cts +58 -0
- package/dist/src/plugin-utilities-rlfzc3UW.d.cts.map +1 -0
- package/dist/src/types/index.cjs +2 -0
- package/dist/src/types/index.d.cts +3 -0
- package/dist/src/types/index.d.mts +3 -0
- package/dist/src/types/index.mjs +4 -0
- package/dist/src/types/plugin.cjs +1 -0
- package/dist/src/types/plugin.d.cts +1 -1
- package/dist/src/types/plugin.d.mts +1 -1
- package/dist/src/types/plugin.mjs +2 -0
- package/dist/src/types-CKPddlfS.cjs +0 -0
- package/dist/src/types-SpBueMV7.mjs +1 -0
- package/dist/{untyped-DKPJSDgJ.cjs → src/untyped-BgrXugMs.cjs} +2 -2
- package/dist/{untyped-BIEzjl_J.mjs → src/untyped-DCpTmHDS.mjs} +2 -2
- package/dist/src/untyped-DCpTmHDS.mjs.map +1 -0
- package/package.json +25 -48
- package/CHANGELOG.md +0 -2187
- package/dist/base-executor-BKuqWAnc.d.mts +0 -28
- package/dist/base-executor-BKuqWAnc.d.mts.map +0 -1
- package/dist/base-executor-CL9md5FK.d.cts +0 -28
- package/dist/base-executor-CL9md5FK.d.cts.map +0 -1
- package/dist/base-executor-DIVmWt0_.mjs +0 -76
- package/dist/base-executor-DIVmWt0_.mjs.map +0 -1
- package/dist/base-executor-hfeykVFL.cjs +0 -83
- package/dist/base-executor.schema-CH9f7UZz.d.cts.map +0 -1
- package/dist/base-executor.schema-LJ14f-QU.d.mts.map +0 -1
- package/dist/base-executor.untyped-Bet42T8_.mjs.map +0 -1
- package/dist/chunk-CbDLau6x.cjs +0 -34
- package/dist/constants-DPeeG_si.mjs.map +0 -1
- package/dist/executor-9aTY5L1O.d.mts +0 -155
- package/dist/executor-9aTY5L1O.d.mts.map +0 -1
- package/dist/executor-BA-Xvw_2.cjs +0 -23
- package/dist/executor-BDu-MfKS.d.cts +0 -155
- package/dist/executor-BDu-MfKS.d.cts.map +0 -1
- package/dist/executor-BaJuosQ2.d.cts +0 -139
- package/dist/executor-BaJuosQ2.d.cts.map +0 -1
- package/dist/executor-BerELzzO.d.cts +0 -165
- package/dist/executor-BerELzzO.d.cts.map +0 -1
- package/dist/executor-C12a2R2m.d.mts +0 -165
- package/dist/executor-C12a2R2m.d.mts.map +0 -1
- package/dist/executor-CQoHBvIx.d.mts +0 -155
- package/dist/executor-CQoHBvIx.d.mts.map +0 -1
- package/dist/executor-CR4F9h0Q.mjs +0 -13
- package/dist/executor-CmOJDW7i.cjs +0 -30
- package/dist/executor-CsYeTG7f.d.mts +0 -155
- package/dist/executor-CsYeTG7f.d.mts.map +0 -1
- package/dist/executor-DXs-DQDq.cjs +0 -23
- package/dist/executor-DY3Q5btA.mjs +0 -18
- package/dist/executor-DY3Q5btA.mjs.map +0 -1
- package/dist/executor-DaM4shEF.d.mts +0 -139
- package/dist/executor-DaM4shEF.d.mts.map +0 -1
- package/dist/executor-DriX4F9a.mjs +0 -13
- package/dist/executor-DupYdy7P.cjs +0 -23
- package/dist/executor-_6Wimayo.d.cts +0 -155
- package/dist/executor-_6Wimayo.d.cts.map +0 -1
- package/dist/executor-dakLe5jY.mjs +0 -13
- package/dist/executor-gauQV_Qs.mjs +0 -18
- package/dist/executor-gauQV_Qs.mjs.map +0 -1
- package/dist/executor-q94V36zQ.d.cts +0 -155
- package/dist/executor-q94V36zQ.d.cts.map +0 -1
- package/dist/executor-tEMakUYi.cjs +0 -30
- package/dist/executors.cjs +0 -13
- package/dist/executors.d.cts +0 -9
- package/dist/executors.d.mts +0 -9
- package/dist/executors.mjs +0 -9
- package/dist/generator-DeiwVUqC.mjs +0 -11
- package/dist/generator-Dv37nXlF.d.cts +0 -8
- package/dist/generator-Dv37nXlF.d.cts.map +0 -1
- package/dist/generator-Uu2ErkQj.cjs +0 -22
- package/dist/generator-aA0eb35E.d.mts +0 -8
- package/dist/generator-aA0eb35E.d.mts.map +0 -1
- package/dist/generators-B8_tB0mD.d.cts +0 -17
- package/dist/generators-B8_tB0mD.d.cts.map +0 -1
- package/dist/generators-DymCAfYw.d.mts +0 -17
- package/dist/generators-DymCAfYw.d.mts.map +0 -1
- package/dist/generators.cjs +0 -5
- package/dist/generators.d.cts +0 -3
- package/dist/generators.d.mts +0 -3
- package/dist/generators.mjs +0 -4
- package/dist/index-BAMQksFF.d.mts +0 -8
- package/dist/index-BAMQksFF.d.mts.map +0 -1
- package/dist/index-C5yJ9lGj.d.cts +0 -8
- package/dist/index-C5yJ9lGj.d.cts.map +0 -1
- package/dist/index.cjs +0 -21
- package/dist/index.d.cts +0 -13
- package/dist/index.d.mts +0 -13
- package/dist/index.mjs +0 -14
- package/dist/plugin-CODFOru1.d.cts.map +0 -1
- package/dist/plugin-CWRA5nom.mjs +0 -8
- package/dist/plugin-CWRA5nom.mjs.map +0 -1
- package/dist/plugin-DJ2BfJg6.cjs +0 -12
- package/dist/plugin-DpjoI0QS.d.mts.map +0 -1
- package/dist/plugin-utilities-C-wuo6ih.mjs.map +0 -1
- package/dist/src/base/base-executor.untyped.d.cts.map +0 -1
- package/dist/src/base/base-executor.untyped.d.mts.map +0 -1
- package/dist/src/helpers/constants.d.cts.map +0 -1
- package/dist/src/helpers/constants.d.mts.map +0 -1
- package/dist/src/helpers/plugin-utilities.d.cts.map +0 -1
- package/dist/src/helpers/plugin-utilities.d.mts.map +0 -1
- package/dist/untyped-BIEzjl_J.mjs.map +0 -1
- package/docs/api/base-executor.schema.md +0 -123
- package/docs/api/build/schema.md +0 -151
- package/docs/api/clean/schema.md +0 -123
- package/docs/api/docs/schema.md +0 -141
- package/docs/api/lint/schema.md +0 -141
- package/docs/api/prepare/schema.md +0 -141
- package/docs/api/sync/schema.md +0 -16
- /package/dist/{executors-D7478W2S.cjs → src/base-BHJKI_1R.cjs} +0 -0
- /package/dist/{executors-C15iG1sF.mjs → src/base-BRSa-clf.mjs} +0 -0
- /package/dist/{constants-BHT2TeEj.cjs → src/constants-Dpoi7x5C.cjs} +0 -0
- /package/dist/{generators-q39_jUCw.cjs → src/helpers-Bx2yBrpn.cjs} +0 -0
- /package/dist/{generators-Bi9wzfNx.mjs → src/helpers-j01T2doK.mjs} +0 -0
- /package/dist/{executors-YbcSXKr5.d.mts → src/index-7rWKHdox.d.mts} +0 -0
- /package/dist/{executors-hX1C9GbI.d.cts → src/index-CRo77wc3.d.mts} +0 -0
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!-- Generated by @storm-software/untyped -->
|
|
3
|
-
<!-- Do not edit this file directly -->
|
|
4
|
-
|
|
5
|
-
# Prepare Executor
|
|
6
|
-
|
|
7
|
-
## `configFile`
|
|
8
|
-
- **Type**: `string`
|
|
9
|
-
- **Default**: `"{projectRoot}/powerlines.config.ts"`
|
|
10
|
-
|
|
11
|
-
> Powerlines Configuration File
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
The path to the Powerlines configuration file
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## `input`
|
|
18
|
-
- **Type**: `array`
|
|
19
|
-
- **Default**: `["{sourceRoot}/index.ts"]`
|
|
20
|
-
|
|
21
|
-
> Input Entry File(s)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
The entry file(s) that serve as the input for the project
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
## `tsconfig`
|
|
28
|
-
- **Type**: `string`
|
|
29
|
-
- **Default**: `"{projectRoot}/tsconfig.json"`
|
|
30
|
-
|
|
31
|
-
> TSConfig Path
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
The path to the tsconfig file
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## `outputPath`
|
|
38
|
-
- **Type**: `string`
|
|
39
|
-
|
|
40
|
-
> Output Path
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
The path to the output directory for the build artifacts
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## `sourceMap`
|
|
47
|
-
- **Type**: `boolean`
|
|
48
|
-
|
|
49
|
-
> Sourcemap
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Generate a sourcemap
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## `format`
|
|
56
|
-
- **Type**: `array`
|
|
57
|
-
- **Default**: `["cjs","esm"]`
|
|
58
|
-
|
|
59
|
-
> Format
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
The format to build
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## `platform`
|
|
66
|
-
- **Type**: `string`
|
|
67
|
-
- **Default**: `"neutral"`
|
|
68
|
-
|
|
69
|
-
> Platform
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
The platform to build
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
## `external`
|
|
76
|
-
- **Type**: `array`
|
|
77
|
-
- **Default**: `[]`
|
|
78
|
-
|
|
79
|
-
> External
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
The external dependencies
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## `noExternal`
|
|
86
|
-
- **Type**: `array`
|
|
87
|
-
- **Default**: `[]`
|
|
88
|
-
|
|
89
|
-
> No External
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
The dependencies that should not be treated as external
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
## `skipNodeModulesBundle`
|
|
96
|
-
- **Type**: `boolean`
|
|
97
|
-
|
|
98
|
-
> Skip Node Modules Bundle
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
Skip bundling node_modules during the build process (if required)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
## `mode`
|
|
105
|
-
- **Type**: `string`
|
|
106
|
-
|
|
107
|
-
> Mode
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
The build mode
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
## `logLevel`
|
|
114
|
-
- **Type**: `string`
|
|
115
|
-
|
|
116
|
-
> Log Level
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
The log level to use for the build process
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
## `define`
|
|
123
|
-
|
|
124
|
-
## `autoInstall`
|
|
125
|
-
- **Type**: `boolean`
|
|
126
|
-
|
|
127
|
-
> Auto Install
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
Automatically install dependencies during prepare stage
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## `skipCache`
|
|
134
|
-
- **Type**: `boolean`
|
|
135
|
-
|
|
136
|
-
> Skip Cache
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
Skip the caching mechanism during the build process (if required)
|
|
140
|
-
|
|
141
|
-
|
package/docs/api/sync/schema.md
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!-- Generated by @storm-software/untyped -->
|
|
3
|
-
<!-- Do not edit this file directly -->
|
|
4
|
-
|
|
5
|
-
# Sync Generator
|
|
6
|
-
|
|
7
|
-
## `outOfSyncMessage`
|
|
8
|
-
- **Type**: `string`
|
|
9
|
-
- **Default**: `"The legal-message.txt file needs to be created"`
|
|
10
|
-
|
|
11
|
-
> Out of Sync Message
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
The message to display when the project is out of sync with the legal-message.txt file
|
|
15
|
-
|
|
16
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|