@powerlines/nx 0.10.20 → 0.10.22

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 (40) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/{chunk-EX3O7O2B.js → chunk-62CNXBCW.js} +2 -2
  3. package/dist/{chunk-D7WLM2B6.js → chunk-7JI7SNPI.js} +2 -2
  4. package/dist/{chunk-TO3WM5BR.js → chunk-7N6FX55G.js} +47 -6
  5. package/dist/{chunk-GHJHSY4S.mjs → chunk-C7YXZ6X3.mjs} +1 -1
  6. package/dist/{chunk-FVXW6LDE.js → chunk-IPVB7OAF.js} +2981 -2711
  7. package/dist/{chunk-DL2U52BR.mjs → chunk-IZ2DVA7V.mjs} +1 -1
  8. package/dist/{chunk-SDMJCGHR.mjs → chunk-JFEKW6WO.mjs} +1 -1
  9. package/dist/{chunk-PWKMRXQL.js → chunk-JZFLLKX7.js} +2 -2
  10. package/dist/{chunk-H4DMVLQJ.mjs → chunk-NQA6VVBG.mjs} +1 -1
  11. package/dist/{chunk-4F2AZ6CR.mjs → chunk-OY7HISJN.mjs} +2973 -2703
  12. package/dist/{chunk-FEJ2ZSZP.mjs → chunk-R6VKTKIJ.mjs} +1 -1
  13. package/dist/{chunk-WN4V3Q7V.js → chunk-SBOWIOOS.js} +2 -2
  14. package/dist/{chunk-UKZ7TQQQ.js → chunk-SJ6WM4OK.js} +2 -2
  15. package/dist/{chunk-RDLEKRFJ.mjs → chunk-XL4OPEOX.mjs} +1 -1
  16. package/dist/{chunk-OS7UD4XD.mjs → chunk-XRMEXEW2.mjs} +47 -6
  17. package/dist/{chunk-X7QXBIDS.js → chunk-Z6JAOALZ.js} +2 -2
  18. package/dist/executors.js +11 -11
  19. package/dist/executors.mjs +6 -6
  20. package/dist/index.js +14 -14
  21. package/dist/index.mjs +8 -8
  22. package/dist/src/base/base-executor.js +2 -2
  23. package/dist/src/base/base-executor.mjs +1 -1
  24. package/dist/src/executors/build/executor.js +4 -4
  25. package/dist/src/executors/build/executor.mjs +2 -2
  26. package/dist/src/executors/clean/executor.js +4 -4
  27. package/dist/src/executors/clean/executor.mjs +2 -2
  28. package/dist/src/executors/docs/executor.js +4 -4
  29. package/dist/src/executors/docs/executor.mjs +2 -2
  30. package/dist/src/executors/lint/executor.js +4 -4
  31. package/dist/src/executors/lint/executor.mjs +2 -2
  32. package/dist/src/executors/prepare/executor.js +4 -4
  33. package/dist/src/executors/prepare/executor.mjs +2 -2
  34. package/dist/src/helpers/plugin-utilities.js +4 -4
  35. package/dist/src/helpers/plugin-utilities.mjs +1 -1
  36. package/dist/src/plugin/index.js +3 -3
  37. package/dist/src/plugin/index.mjs +2 -2
  38. package/dist/src/types/plugin.d.mts +34 -0
  39. package/dist/src/types/plugin.d.ts +34 -0
  40. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.10.20",
3
+ "version": "0.10.22",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -181,13 +181,13 @@
181
181
  },
182
182
  "typings": "dist/index.d.ts",
183
183
  "dependencies": {
184
- "@nx/devkit": "^22.0.4",
185
- "@storm-software/build-tools": "^0.158.42",
186
- "@storm-software/config": "^1.134.42",
187
- "@storm-software/config-tools": "^1.188.42",
188
- "@storm-software/esbuild": "^0.53.42",
189
- "@storm-software/unbuild": "^0.57.42",
190
- "@storm-software/workspace-tools": "^1.293.12",
184
+ "@nx/devkit": "^22.1.0",
185
+ "@storm-software/build-tools": "^0.158.47",
186
+ "@storm-software/config": "^1.134.47",
187
+ "@storm-software/config-tools": "^1.188.47",
188
+ "@storm-software/esbuild": "^0.53.47",
189
+ "@storm-software/unbuild": "^0.57.47",
190
+ "@storm-software/workspace-tools": "^1.293.17",
191
191
  "@stryke/fs": "^0.32.13",
192
192
  "@stryke/hash": "^0.12.3",
193
193
  "@stryke/path": "^0.19.2",
@@ -195,12 +195,12 @@
195
195
  "@stryke/type-checks": "^0.3.12",
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
- "nx": "^22.0.4",
199
- "powerlines": "^0.23.3"
198
+ "nx": "^22.1.0",
199
+ "powerlines": "^0.23.5"
200
200
  },
201
201
  "devDependencies": {
202
- "@nx/workspace": "^22.0.4",
203
- "@storm-software/testing-tools": "^1.119.42",
202
+ "@nx/workspace": "^22.1.0",
203
+ "@storm-software/testing-tools": "^1.119.47",
204
204
  "@types/node": "^24.10.1",
205
205
  "eslint-flat-config-utils": "^2.1.4",
206
206
  "jsonc-eslint-parser": "^2.4.1",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
213
+ "gitHead": "50a08b483769a727b5d7c3a2f38e022e21ee915d"
214
214
  }