@powerlines/nx 0.10.9 → 0.10.11

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 (44) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/{chunk-WUF54G5K.js → chunk-32RH3DSY.js} +1408 -1228
  3. package/dist/{chunk-QJEIBIEZ.js → chunk-7SWNXVZN.js} +2 -2
  4. package/dist/{chunk-VP7AMTR6.js → chunk-DKRIOFPB.js} +2 -2
  5. package/dist/{chunk-DVGRVHRD.mjs → chunk-FMYWKI25.mjs} +2 -14
  6. package/dist/{chunk-IUHTUUDE.js → chunk-FZWXH2M7.js} +2 -2
  7. package/dist/{chunk-L5RBARDS.js → chunk-HAP4APOA.js} +3 -3
  8. package/dist/{chunk-M647TAWI.mjs → chunk-IWLY4VEK.mjs} +1 -1
  9. package/dist/{chunk-3TWAKTYR.mjs → chunk-K7X3KSVW.mjs} +1 -1
  10. package/dist/{chunk-4S5RU53T.js → chunk-KJAIPQKC.js} +2 -2
  11. package/dist/{chunk-T52ZTHWM.mjs → chunk-KNIZUAS5.mjs} +1 -1
  12. package/dist/{chunk-UOTRU26N.js → chunk-LTCZN4I4.js} +1 -19
  13. package/dist/{chunk-R4LYPNZD.mjs → chunk-NSFCCGL7.mjs} +1 -1
  14. package/dist/{chunk-QWEMU3V4.mjs → chunk-NSLIDWKJ.mjs} +1 -1
  15. package/dist/{chunk-B3UMNKEM.js → chunk-QJLAFC2D.js} +2 -2
  16. package/dist/{chunk-AX3G6RLK.mjs → chunk-RIB65IPA.mjs} +1 -1
  17. package/dist/{chunk-3WPWHDP3.mjs → chunk-WMZ45WVV.mjs} +1411 -1231
  18. package/dist/executors.js +12 -12
  19. package/dist/executors.mjs +7 -7
  20. package/dist/index.js +14 -14
  21. package/dist/index.mjs +8 -8
  22. package/dist/src/base/base-executor.js +3 -3
  23. package/dist/src/base/base-executor.mjs +2 -2
  24. package/dist/src/executors/build/executor.js +5 -5
  25. package/dist/src/executors/build/executor.mjs +3 -3
  26. package/dist/src/executors/build/schema.d.ts +85 -0
  27. package/dist/src/executors/clean/executor.js +5 -5
  28. package/dist/src/executors/clean/executor.mjs +3 -3
  29. package/dist/src/executors/clean/schema.d.ts +75 -0
  30. package/dist/src/executors/docs/executor.js +5 -5
  31. package/dist/src/executors/docs/executor.mjs +3 -3
  32. package/dist/src/executors/docs/schema.d.ts +75 -0
  33. package/dist/src/executors/lint/executor.js +5 -5
  34. package/dist/src/executors/lint/executor.mjs +3 -3
  35. package/dist/src/executors/lint/schema.d.ts +75 -0
  36. package/dist/src/executors/prepare/executor.js +5 -5
  37. package/dist/src/executors/prepare/executor.mjs +3 -3
  38. package/dist/src/executors/prepare/schema.d.ts +75 -0
  39. package/dist/src/executors/prepare/schema.json +77 -0
  40. package/dist/src/generators/sync/schema.d.ts +15 -0
  41. package/dist/src/generators/sync/schema.json +19 -0
  42. package/dist/src/plugin/index.js +3 -3
  43. package/dist/src/plugin/index.mjs +2 -2
  44. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.10.11](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.11) (11/18/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.21.0**
10
+
11
+ ## [0.10.10](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.10) (11/17/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.20.0**
16
+
17
+ ## [0.10.9](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.9) (11/16/2025)
18
+
19
+ ### Miscellaneous
20
+
21
+ - **powerlines:** Added debug initialization logging for the Nx plugin
22
+ ([845b5db](https://github.com/storm-software/powerlines/commit/845b5db))
23
+
24
+ ### Updated Dependencies
25
+
26
+ - Updated **powerlines** to **v0.19.5**
27
+
5
28
  ## [0.10.8](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.8) (11/16/2025)
6
29
 
7
30
  ### Bug Fixes