@powerlines/nx 0.10.47 → 0.10.49

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 (31) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +8 -2
  3. package/dist/{chunk-SW7WPPQ5.mjs → chunk-AQLBII62.mjs} +1 -1
  4. package/dist/{chunk-KAGXZMPG.mjs → chunk-DOWZ5F6D.mjs} +1 -1
  5. package/dist/{chunk-RVCS4GUB.mjs → chunk-FAE7BWIE.mjs} +1 -1
  6. package/dist/{chunk-JLOTTRGF.mjs → chunk-GWF62XV6.mjs} +419 -138
  7. package/dist/{chunk-23GFPMA6.js → chunk-HDBRGT3B.js} +2 -2
  8. package/dist/{chunk-UC4XWZN3.js → chunk-HXYHZZNY.js} +2 -2
  9. package/dist/{chunk-SMUQRWNQ.js → chunk-ICVHGDOB.js} +415 -134
  10. package/dist/{chunk-2ZHIKYNK.js → chunk-JAMOE4UV.js} +2 -2
  11. package/dist/{chunk-WOB6ZDJH.mjs → chunk-KRUK7M7J.mjs} +1 -1
  12. package/dist/{chunk-3IX4CIEZ.js → chunk-NIRQ5XRT.js} +2 -2
  13. package/dist/{chunk-BRGJUSQE.mjs → chunk-TXB7X42C.mjs} +1 -1
  14. package/dist/{chunk-ZUHOITET.js → chunk-Y5PCYOA7.js} +2 -2
  15. package/dist/executors.js +11 -11
  16. package/dist/executors.mjs +6 -6
  17. package/dist/index.js +11 -11
  18. package/dist/index.mjs +6 -6
  19. package/dist/src/base/base-executor.js +2 -2
  20. package/dist/src/base/base-executor.mjs +1 -1
  21. package/dist/src/executors/build/executor.js +4 -4
  22. package/dist/src/executors/build/executor.mjs +2 -2
  23. package/dist/src/executors/clean/executor.js +4 -4
  24. package/dist/src/executors/clean/executor.mjs +2 -2
  25. package/dist/src/executors/docs/executor.js +4 -4
  26. package/dist/src/executors/docs/executor.mjs +2 -2
  27. package/dist/src/executors/lint/executor.js +4 -4
  28. package/dist/src/executors/lint/executor.mjs +2 -2
  29. package/dist/src/executors/prepare/executor.js +4 -4
  30. package/dist/src/executors/prepare/executor.mjs +2 -2
  31. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,7 +1,32 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320-optimized.gif)
2
+
3
+ # Changelog for Powerlines - Nx
4
+
5
+ ## [0.10.49](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.49) (12/04/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Clean up `README.md` files
10
+ ([2f03731b](https://github.com/storm-software/powerlines/commit/2f03731b))
11
+ - **monorepo:** Update README banners to include dark/light mode options
12
+ ([c22e58d7](https://github.com/storm-software/powerlines/commit/c22e58d7))
13
+ - **monorepo:** Update banner in `README.md` files
14
+ ([27e212f5](https://github.com/storm-software/powerlines/commit/27e212f5))
15
+
16
+ ### Updated Dependencies
17
+
18
+ - Updated **powerlines** to **v0.30.0**
19
+
1
20
  ![Storm Software's logo banner](https://public.storm-cdn.com/brand-banner.png)
2
21
 
3
22
  # Changelog for Powerlines - Nx
4
23
 
24
+ ## [0.10.48](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.48) (12/04/2025)
25
+
26
+ ### Updated Dependencies
27
+
28
+ - Updated **powerlines** to **v0.29.0**
29
+
5
30
  ## [0.10.47](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.47) (11/30/2025)
6
31
 
7
32
  ### Updated Dependencies
package/README.md CHANGED
@@ -3,7 +3,13 @@
3
3
  <!-- markdownlint-disable -->
4
4
 
5
5
 
6
- <div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
6
+ <div align="center">
7
+ <picture>
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-dark-optimized.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-light-optimized.gif">
10
+ <img src="https://public.storm-cdn.com/powerlines/banner-1280x640-dark-optimized.gif" width="100%" alt="Powerlines" />
11
+ </picture>
12
+ </div>
7
13
  <br />
8
14
 
9
15
  <div align="center">
@@ -16,7 +22,7 @@
16
22
  </div>
17
23
 
18
24
  <br />
19
- This package is part of the ⚡<b>Powerlines</b> monorepo. Powerlines packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
25
+ This package is part of the 🔌 <b>Powerlines</b> monorepo. Powerlines packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
20
26
  <br />
21
27
 
22
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-JLOTTRGF.mjs';
1
+ import { withExecutor } from './chunk-GWF62XV6.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-JLOTTRGF.mjs';
1
+ import { withExecutor } from './chunk-GWF62XV6.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-JLOTTRGF.mjs';
1
+ import { withExecutor } from './chunk-GWF62XV6.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/clean/executor.ts