@shell-shock/nx 0.0.82 → 0.0.84

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 (76) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/base/base-executor.schema.d.ts +9 -0
  3. package/dist/base/base-executor.schema.json +8 -0
  4. package/dist/base-executor-B48XZipC.js +27 -0
  5. package/dist/base-executor-ChtjGl_i.mjs +23 -0
  6. package/dist/base-executor-ChtjGl_i.mjs.map +1 -0
  7. package/dist/chunk-C_NdSu1c.js +34 -0
  8. package/dist/executors/build/executor.d.mts +8 -0
  9. package/dist/executors/build/executor.d.mts.map +1 -1
  10. package/dist/executors/build/executor.d.ts +8 -0
  11. package/dist/executors/build/executor.d.ts.map +1 -1
  12. package/dist/executors/build/executor.js +4 -4
  13. package/dist/executors/build/executor.mjs +2 -3
  14. package/dist/executors/build/executor.mjs.map +1 -1
  15. package/dist/executors/build/schema.d.ts +9 -0
  16. package/dist/executors/build/schema.json +8 -0
  17. package/dist/executors/clean/executor.d.mts +8 -0
  18. package/dist/executors/clean/executor.d.mts.map +1 -1
  19. package/dist/executors/clean/executor.d.ts +8 -0
  20. package/dist/executors/clean/executor.d.ts.map +1 -1
  21. package/dist/executors/clean/executor.js +2 -3
  22. package/dist/executors/clean/executor.mjs +2 -3
  23. package/dist/executors/clean/executor.mjs.map +1 -1
  24. package/dist/executors/clean/schema.d.ts +9 -0
  25. package/dist/executors/clean/schema.json +8 -0
  26. package/dist/executors/docs/executor.d.mts +8 -0
  27. package/dist/executors/docs/executor.d.mts.map +1 -1
  28. package/dist/executors/docs/executor.d.ts +8 -0
  29. package/dist/executors/docs/executor.d.ts.map +1 -1
  30. package/dist/executors/docs/executor.js +2 -4
  31. package/dist/executors/docs/executor.mjs +2 -3
  32. package/dist/executors/docs/executor.mjs.map +1 -1
  33. package/dist/executors/docs/schema.d.ts +9 -0
  34. package/dist/executors/docs/schema.json +8 -0
  35. package/dist/executors/lint/executor.d.mts +8 -0
  36. package/dist/executors/lint/executor.d.mts.map +1 -1
  37. package/dist/executors/lint/executor.d.ts +8 -0
  38. package/dist/executors/lint/executor.d.ts.map +1 -1
  39. package/dist/executors/lint/executor.js +2 -4
  40. package/dist/executors/lint/executor.mjs +2 -3
  41. package/dist/executors/lint/executor.mjs.map +1 -1
  42. package/dist/executors/lint/schema.d.ts +9 -0
  43. package/dist/executors/lint/schema.json +8 -0
  44. package/dist/executors/prepare/executor.d.mts +8 -0
  45. package/dist/executors/prepare/executor.d.mts.map +1 -1
  46. package/dist/executors/prepare/executor.d.ts +8 -0
  47. package/dist/executors/prepare/executor.d.ts.map +1 -1
  48. package/dist/executors/prepare/executor.js +4 -4
  49. package/dist/executors/prepare/executor.mjs +2 -3
  50. package/dist/executors/prepare/executor.mjs.map +1 -1
  51. package/dist/executors/prepare/schema.d.ts +9 -0
  52. package/dist/executors/prepare/schema.json +8 -0
  53. package/dist/index.d.mts +16 -20
  54. package/dist/index.d.mts.map +1 -1
  55. package/dist/index.d.ts +17 -20
  56. package/dist/index.d.ts.map +1 -1
  57. package/dist/index.js +3 -2
  58. package/dist/index.mjs +1 -1
  59. package/dist/index.mjs.map +1 -1
  60. package/dist/plugin/index.d.mts +2 -287
  61. package/dist/plugin/index.d.mts.map +1 -1
  62. package/dist/plugin/index.d.ts +2 -287
  63. package/dist/plugin/index.d.ts.map +1 -1
  64. package/dist/plugin/index.js +55 -892
  65. package/dist/plugin/index.mjs +55 -892
  66. package/dist/plugin/index.mjs.map +1 -1
  67. package/docs/api/base-executor.schema.md +10 -0
  68. package/docs/api/build/schema.md +10 -0
  69. package/docs/api/clean/schema.md +10 -0
  70. package/docs/api/docs/schema.md +10 -0
  71. package/docs/api/lint/schema.md +10 -0
  72. package/docs/api/prepare/schema.md +10 -0
  73. package/package.json +22 -23
  74. package/dist/base-executor-BKs5qTWJ.js +0 -117
  75. package/dist/base-executor-DUy51uSh.mjs +0 -79
  76. package/dist/base-executor-DUy51uSh.mjs.map +0 -1
@@ -1,291 +1,6 @@
1
1
  import { CreateNodesV2 } from "@nx/devkit";
2
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.39_fc99eff9622fa5d3f6bd2e5db9585b9b/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts
3
- //#region src/types/plugin.d.ts
4
- interface NxPluginOptions {
5
- /**
6
- * Configuration options for the clean target added by the Nx plugin
7
- */
8
- clean?: false | {
9
- /**
10
- * The name of the clean target to use when cleaning the project
11
- *
12
- * @defaultValue "clean"
13
- */
14
- targetName?: string;
15
- /**
16
- * An indicator to control the behavior of Nx caching for the target
17
- *
18
- * @defaultValue true
19
- */
20
- cache?: boolean;
21
- /**
22
- * The name of the clean configuration to use when cleaning the project
23
- *
24
- * @defaultValue "production"
25
- */
26
- defaultConfiguration?: "production" | "test" | "development";
27
- /**
28
- * An array specifying any other target identifiers the clean target depends on
29
- *
30
- * @defaultValue ["^clean"]
31
- */
32
- dependsOn?: string[];
33
- /**
34
- * An array specifying any input files or globs to consider when determining if the clean target needs to be re-run
35
- */
36
- inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
37
- /**
38
- * An array specifying the output files or globs generated by the clean target
39
- */
40
- outputs?: string[];
41
- /**
42
- * The executor to use for the clean target
43
- *
44
- * @defaultValue "\@powerlines/nx:clean"
45
- */
46
- executor?: string;
47
- };
48
- /**
49
- * Configuration options for the prepare target added by the Nx plugin
50
- */
51
- prepare?: false | {
52
- /**
53
- * The name of the prepare target to use when preparing the project
54
- *
55
- * @defaultValue "prepare"
56
- */
57
- targetName?: string;
58
- /**
59
- * An indicator to control the behavior of Nx caching for the target
60
- *
61
- * @defaultValue true
62
- */
63
- cache?: boolean;
64
- /**
65
- * The name of the prepare configuration to use when preparing the project
66
- *
67
- * @defaultValue "production"
68
- */
69
- defaultConfiguration?: "production" | "test" | "development";
70
- /**
71
- * An array specifying any other target identifiers the prepare target depends on
72
- *
73
- * @defaultValue ["^build", "clean"]
74
- */
75
- dependsOn?: string[];
76
- /**
77
- * An array specifying any input files or globs to consider when determining if the prepare target needs to be re-run
78
- */
79
- inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
80
- /**
81
- * An array specifying the output files or globs generated by the prepare target
82
- */
83
- outputs?: string[];
84
- /**
85
- * The executor to use for the prepare target
86
- *
87
- * @defaultValue "\@powerlines/nx:prepare"
88
- */
89
- executor?: string;
90
- };
91
- /**
92
- * Configuration options for the lint target added by the Nx plugin
93
- */
94
- lint?: false | {
95
- /**
96
- * The name of the lint target to use when linting the project
97
- *
98
- * @defaultValue "lint"
99
- */
100
- targetName?: string;
101
- /**
102
- * An indicator to control the behavior of Nx caching for the target
103
- *
104
- * @defaultValue true
105
- */
106
- cache?: boolean;
107
- /**
108
- * The name of the lint configuration to use when linting the project
109
- *
110
- * @defaultValue "production"
111
- */
112
- defaultConfiguration?: "production" | "test" | "development";
113
- /**
114
- * An array specifying any other target identifiers the lint target depends on
115
- *
116
- * @defaultValue ["^lint"]
117
- */
118
- dependsOn?: string[];
119
- /**
120
- * An array specifying any input files or globs to consider when determining if the lint target needs to be re-run
121
- */
122
- inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
123
- /**
124
- * An array specifying the output files or globs generated by the lint target
125
- */
126
- outputs?: string[];
127
- /**
128
- * The executor to use for the lint target
129
- *
130
- * @defaultValue "\@powerlines/nx:lint"
131
- */
132
- executor?: string;
133
- };
134
- /**
135
- * Configuration options for the build target added by the Nx plugin
136
- */
137
- build?: false | {
138
- /**
139
- * The name of the build target to use when building the project
140
- *
141
- * @defaultValue "build"
142
- */
143
- targetName?: string;
144
- /**
145
- * An indicator to control the behavior of Nx caching for the target
146
- *
147
- * @defaultValue true
148
- */
149
- cache?: boolean;
150
- /**
151
- * The name of the build configuration to use when building the project
152
- *
153
- * @defaultValue "production"
154
- */
155
- defaultConfiguration?: "production" | "test" | "development";
156
- /**
157
- * An array specifying any other target identifiers the build target depends on
158
- *
159
- * @defaultValue ["^build"]
160
- */
161
- dependsOn?: string[];
162
- /**
163
- * An array specifying any input files or globs to consider when determining if the build target needs to be re-run
164
- */
165
- inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
166
- /**
167
- * An array specifying the output files or globs generated by the build target
168
- */
169
- outputs?: string[];
170
- /**
171
- * The executor to use for the build target
172
- *
173
- * @defaultValue "\@powerlines/nx:build"
174
- */
175
- executor?: string;
176
- };
177
- /**
178
- * Configuration options for the docs target added by the Nx plugin
179
- */
180
- docs?: false | {
181
- /**
182
- * The name of the docs target to use when generating documentation for the project
183
- *
184
- * @defaultValue "docs"
185
- */
186
- targetName?: string;
187
- /**
188
- * An indicator to control the behavior of Nx caching for the target
189
- *
190
- * @defaultValue true
191
- */
192
- cache?: boolean;
193
- /**
194
- * The name of the docs configuration to use when generating documentation for the project
195
- *
196
- * @defaultValue "production"
197
- */
198
- defaultConfiguration?: "production" | "test" | "development";
199
- /**
200
- * An array specifying any other target identifiers the docs target depends on
201
- *
202
- * @defaultValue ["^docs", "build"]
203
- */
204
- dependsOn?: string[];
205
- /**
206
- * An array specifying any input files or globs to consider when determining if the docs target needs to be re-run
207
- */
208
- inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "testing" | "linting" | "documentation" | "rust" | "typescript";
209
- /**
210
- * An array specifying the output files or globs generated by the docs target
211
- */
212
- outputs?: string[];
213
- /**
214
- * The executor to use for the docs target
215
- *
216
- * @defaultValue "\@powerlines/nx:docs"
217
- */
218
- executor?: string;
219
- };
220
- /**
221
- * Configuration options for the deploy target added by the Nx plugin
222
- */
223
- deploy?: false | {
224
- /**
225
- * The name of the deploy target to use when deploying the project
226
- *
227
- * @defaultValue "deploy"
228
- */
229
- targetName?: string;
230
- /**
231
- * An indicator to control the behavior of Nx caching for the target
232
- *
233
- * @defaultValue false
234
- */
235
- cache?: boolean;
236
- /**
237
- * The name of the deploy configuration to use when deploying the project
238
- *
239
- * @defaultValue "production"
240
- */
241
- defaultConfiguration?: "production" | "test" | "development";
242
- /**
243
- * An array specifying any other target identifiers the deploy target depends on
244
- *
245
- * @defaultValue ["^deploy", "build"]
246
- */
247
- dependsOn?: string[];
248
- /**
249
- * An array specifying any input files or globs to consider when determining if the deploy target needs to be re-run
250
- */
251
- inputs?: string[] | "production" | "allProjectFiles" | "sharedGlobals" | "rust" | "typescript";
252
- /**
253
- * An array specifying the output files or globs generated by the deploy target
254
- */
255
- outputs?: string[];
256
- /**
257
- * The executor to use for the deploy target
258
- *
259
- * @defaultValue "\@powerlines/nx:deploy"
260
- */
261
- executor?: string;
262
- };
263
- /**
264
- * Whether to enable verbose logging for the Nx plugin.
265
- *
266
- * @remarks
267
- * If enabled, the plugin will log more detailed information about its operations, which can be useful for debugging and troubleshooting.
268
- *
269
- * @defaultValue false
270
- */
271
- verboseOutput?: boolean;
272
- /**
273
- * Enable resolver debug logging for the plugin
274
- *
275
- * @defaultValue false
276
- */
277
- debug?: boolean;
278
- /**
279
- * An indicator to control the behavior of Nx caching for all of the targets
280
- *
281
- * @remarks
282
- * The `cache` value on the target specific options will override the value provided in this field.
283
- *
284
- * @defaultValue true
285
- */
286
- cache?: boolean;
287
- } //#endregion
288
- //#endregion
2
+ import { NxPluginOptions } from "@powerlines/nx";
3
+
289
4
  //#region src/plugin/index.d.ts
290
5
  declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
291
6
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":["NxPluginOptions","clean","targetName","cache","defaultConfiguration","dependsOn","inputs","outputs","executor","prepare","lint","build","docs","deploy","verboseOutput","debug"],"sources":["../../../../node_modules/.pnpm/@powerlines+nx@0.13.39_fc99eff9622fa5d3f6bd2e5db9585b9b/node_modules/@powerlines/nx/dist/src/types/plugin.d.mts","../../src/plugin/index.ts"],"x_google_ignoreList":[0],"mappings":";;;UACUA,eAAAA;;;;EAIRC,KAAAA;IAJQD;;;;;IAUNE,UAAAA;IAMAC;;;;;IAAAA,KAAAA;IA+BFM;;;;;IAzBEL,oBAAAA;IAyDAG;;;;;IAnDAF,SAAAA;IAsFAA;;;IAlFAC,MAAAA;IAqGFK;;;IAjGEJ,OAAAA;IAyHAF;;;;;IAnHAG,QAAAA;EAAAA;EAwJAJ;;;EAnJFK,OAAAA;IAuKED;;;;;IAjKAN,UAAAA;IAkMAI;;;;;IA5LAH,KAAAA;IA+NG;;;;;IAzNHC,oBAAAA;ICzCA;;;;;ID+CAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFE,IAAAA;;;;;;IAMER,UAAAA;;;;;;IAMAC,KAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFG,KAAAA;;;;;;IAMET,UAAAA;;;;;;IAMAC,KAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFI,IAAAA;;;;;;IAMEV,UAAAA;;;;;;IAMAC,KAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;EAKFK,MAAAA;;;;;;IAMEX,UAAAA;;;;;;IAMAC,KAAAA;;;;;;IAMAC,oBAAAA;;;;;;IAMAC,SAAAA;;;;IAIAC,MAAAA;;;;IAIAC,OAAAA;;;;;;IAMAC,QAAAA;EAAAA;;;;;;;;;EAUFM,aAAAA;;;;;;EAMAC,KAAAA;;;;;;;;;EASAZ,KAAAA;AAAAA;;;cCrQW,aAAA,EAAe,aAAA,CAAc,eAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../../src/plugin/index.ts"],"mappings":";;;;cAsBa,aAAA,EAAe,aAAa,CAAC,eAAA"}