@powerlines/nx 0.11.210 → 0.11.211

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 (41) hide show
  1. package/dist/{chunk-UCAYZ4HP.js → chunk-G35TEEGN.js} +2 -2
  2. package/dist/{chunk-OQBI4MJP.js → chunk-KP6OZ2ZJ.js} +2 -2
  3. package/dist/{chunk-ZZK66TZJ.mjs → chunk-LHBDAITL.mjs} +1 -1
  4. package/dist/{chunk-XVESU7KK.mjs → chunk-R4JYNKII.mjs} +1 -1
  5. package/dist/{chunk-KT3P2OKS.js → chunk-RCDLJKZW.js} +2 -2
  6. package/dist/{chunk-IFRT3TOV.mjs → chunk-ROZVLTQD.mjs} +1 -1
  7. package/dist/{chunk-3WU6WA6P.js → chunk-RQLBTX2B.js} +1 -1
  8. package/dist/{chunk-MWLFO3BA.mjs → chunk-SMSNZMJQ.mjs} +1 -1
  9. package/dist/{chunk-ZTIXS3M6.mjs → chunk-TYD2MW3D.mjs} +1 -1
  10. package/dist/{chunk-JJZNHH4H.mjs → chunk-YCTXKMT4.mjs} +1 -1
  11. package/dist/{chunk-FYKKL3SR.js → chunk-YCWA2D6L.js} +2 -2
  12. package/dist/{chunk-KPRWRYRC.js → chunk-YLIDY4U2.js} +2 -2
  13. package/dist/executors.js +15 -15
  14. package/dist/executors.mjs +6 -6
  15. package/dist/index.js +15 -15
  16. package/dist/index.mjs +6 -6
  17. package/dist/src/base/base-executor.js +2 -2
  18. package/dist/src/base/base-executor.mjs +1 -1
  19. package/dist/src/executors/build/executor.js +4 -4
  20. package/dist/src/executors/build/executor.mjs +2 -2
  21. package/dist/src/executors/clean/executor.js +4 -4
  22. package/dist/src/executors/clean/executor.mjs +2 -2
  23. package/dist/src/executors/docs/executor.js +4 -4
  24. package/dist/src/executors/docs/executor.mjs +2 -2
  25. package/dist/src/executors/lint/executor.js +4 -4
  26. package/dist/src/executors/lint/executor.mjs +2 -2
  27. package/dist/src/executors/prepare/executor.js +4 -4
  28. package/dist/src/executors/prepare/executor.mjs +2 -2
  29. package/package.json +5 -5
  30. package/dist/chunk-BU3U4JHV.js +0 -18
  31. package/dist/chunk-CNDND53V.mjs +0 -5039
  32. package/dist/chunk-DWHACUZ7.js +0 -18
  33. package/dist/chunk-HXJX44VQ.mjs +0 -15
  34. package/dist/chunk-OU5K2CCJ.js +0 -26
  35. package/dist/chunk-QVOONPU4.mjs +0 -19
  36. package/dist/chunk-STFWFC2M.js +0 -18
  37. package/dist/chunk-U3IGWABW.mjs +0 -19
  38. package/dist/chunk-VIKPRYZB.js +0 -26
  39. package/dist/chunk-WJSBIZ6H.js +0 -5067
  40. package/dist/chunk-YGUGAR53.mjs +0 -15
  41. package/dist/chunk-YRVH65HR.mjs +0 -15
@@ -1,15 +0,0 @@
1
- import { withExecutor } from './chunk-XVESU7KK.mjs';
2
- import { __name } from './chunk-O6YSETKJ.mjs';
3
-
4
- // src/executors/lint/executor.ts
5
- async function executorFn(context, api) {
6
- await api.lint(context.inlineConfig);
7
- return {
8
- success: true
9
- };
10
- }
11
- __name(executorFn, "executorFn");
12
- var executor = withExecutor("lint", executorFn);
13
- var executor_default = executor;
14
-
15
- export { executorFn, executor_default };
@@ -1,15 +0,0 @@
1
- import { withExecutor } from './chunk-CNDND53V.mjs';
2
- import { __name } from './chunk-O6YSETKJ.mjs';
3
-
4
- // src/executors/clean/executor.ts
5
- async function executorFn(context, api) {
6
- await api.clean(context.inlineConfig);
7
- return {
8
- success: true
9
- };
10
- }
11
- __name(executorFn, "executorFn");
12
- var executor = withExecutor("clean", executorFn);
13
- var executor_default = executor;
14
-
15
- export { executorFn, executor_default };