@powerlines/nx 0.11.230 → 0.11.231

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 (33) hide show
  1. package/dist/index.cjs +2 -2
  2. package/dist/index.mjs +2 -2
  3. package/dist/{plugin-DJ2BfJg6.cjs → plugin-B-zUI527.cjs} +1 -1
  4. package/dist/{plugin-CWRA5nom.mjs → plugin-BheScrsg.mjs} +2 -2
  5. package/dist/{plugin-CWRA5nom.mjs.map → plugin-BheScrsg.mjs.map} +1 -1
  6. package/dist/{plugin-utilities-B6evbzM-.cjs → plugin-utilities-CuJ0wEZS.cjs} +58 -23
  7. package/dist/{plugin-utilities-C-wuo6ih.mjs → plugin-utilities-DpjLrWCz.mjs} +59 -23
  8. package/dist/plugin-utilities-DpjLrWCz.mjs.map +1 -0
  9. package/dist/src/base/base-executor.untyped.d.mts +2 -2
  10. package/dist/src/executors/build/untyped.d.cts +2 -2
  11. package/dist/src/executors/clean/untyped.d.cts +2 -2
  12. package/dist/src/executors/clean/untyped.d.mts +2 -2
  13. package/dist/src/executors/docs/untyped.d.mts +2 -2
  14. package/dist/src/executors/lint/untyped.d.cts +2 -2
  15. package/dist/src/executors/lint/untyped.d.mts +2 -2
  16. package/dist/src/executors/prepare/untyped.d.cts +2 -2
  17. package/dist/src/executors/prepare/untyped.d.mts +2 -2
  18. package/dist/src/generators/sync/untyped.d.cts +2 -2
  19. package/dist/src/generators/sync/untyped.d.mts +2 -2
  20. package/dist/src/helpers/plugin-utilities.cjs +1 -1
  21. package/dist/src/helpers/plugin-utilities.mjs +1 -1
  22. package/dist/src/plugin/index.cjs +2 -2
  23. package/dist/src/plugin/index.mjs +2 -2
  24. package/package.json +10 -5
  25. package/CHANGELOG.md +0 -2187
  26. package/dist/plugin-utilities-C-wuo6ih.mjs.map +0 -1
  27. package/docs/api/base-executor.schema.md +0 -123
  28. package/docs/api/build/schema.md +0 -151
  29. package/docs/api/clean/schema.md +0 -123
  30. package/docs/api/docs/schema.md +0 -141
  31. package/docs/api/lint/schema.md +0 -141
  32. package/docs/api/prepare/schema.md +0 -141
  33. package/docs/api/sync/schema.md +0 -16
@@ -1,141 +0,0 @@
1
-
2
- <!-- Generated by @storm-software/untyped -->
3
- <!-- Do not edit this file directly -->
4
-
5
- # Lint 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
-
@@ -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
-
@@ -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
-