@powerlines/nx 0.10.6 → 0.10.7

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.10.6](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.6) (11/08/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.19.2**
10
+
5
11
  ## [0.10.5](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.5) (11/08/2025)
6
12
 
7
13
  ### Updated Dependencies
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkLRS4T7I7_js = require('./chunk-LRS4T7I7.js');
5
4
  var chunk2KH2YNA7_js = require('./chunk-2KH2YNA7.js');
5
+ var chunkLRS4T7I7_js = require('./chunk-LRS4T7I7.js');
6
6
  var chunkFI2LBCTE_js = require('./chunk-FI2LBCTE.js');
7
7
  var chunkWIXVSWS2_js = require('./chunk-WIXVSWS2.js');
8
8
  var chunkT42RXTJI_js = require('./chunk-T42RXTJI.js');
@@ -12,14 +12,14 @@ require('./chunk-SHUYVCID.js');
12
12
 
13
13
 
14
14
 
15
- Object.defineProperty(exports, "clean", {
16
- enumerable: true,
17
- get: function () { return chunkLRS4T7I7_js.executor_default; }
18
- });
19
15
  Object.defineProperty(exports, "docs", {
20
16
  enumerable: true,
21
17
  get: function () { return chunk2KH2YNA7_js.executor_default; }
22
18
  });
19
+ Object.defineProperty(exports, "clean", {
20
+ enumerable: true,
21
+ get: function () { return chunkLRS4T7I7_js.executor_default; }
22
+ });
23
23
  Object.defineProperty(exports, "lint", {
24
24
  enumerable: true,
25
25
  get: function () { return chunkFI2LBCTE_js.executor_default; }
@@ -1,6 +1,6 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as clean } from './chunk-KPMBIBPE.mjs';
3
2
  export { executor_default as docs } from './chunk-5LTOVY72.mjs';
3
+ export { executor_default as clean } from './chunk-KPMBIBPE.mjs';
4
4
  export { executor_default as lint } from './chunk-I2XQBFXH.mjs';
5
5
  export { executor_default as prepare } from './chunk-LPW4ZM6F.mjs';
6
6
  export { executor_default as build } from './chunk-XSNM76JD.mjs';
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkLRS4T7I7_js = require('./chunk-LRS4T7I7.js');
5
4
  var chunk2KH2YNA7_js = require('./chunk-2KH2YNA7.js');
5
+ var chunkLRS4T7I7_js = require('./chunk-LRS4T7I7.js');
6
6
  var chunkFI2LBCTE_js = require('./chunk-FI2LBCTE.js');
7
7
  var chunkWIXVSWS2_js = require('./chunk-WIXVSWS2.js');
8
8
  require('./chunk-N2YKXZ5R.js');
@@ -15,14 +15,14 @@ require('./chunk-SHUYVCID.js');
15
15
 
16
16
 
17
17
 
18
- Object.defineProperty(exports, "clean", {
19
- enumerable: true,
20
- get: function () { return chunkLRS4T7I7_js.executor_default; }
21
- });
22
18
  Object.defineProperty(exports, "docs", {
23
19
  enumerable: true,
24
20
  get: function () { return chunk2KH2YNA7_js.executor_default; }
25
21
  });
22
+ Object.defineProperty(exports, "clean", {
23
+ enumerable: true,
24
+ get: function () { return chunkLRS4T7I7_js.executor_default; }
25
+ });
26
26
  Object.defineProperty(exports, "lint", {
27
27
  enumerable: true,
28
28
  get: function () { return chunkFI2LBCTE_js.executor_default; }
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as clean } from './chunk-KPMBIBPE.mjs';
3
2
  export { executor_default as docs } from './chunk-5LTOVY72.mjs';
3
+ export { executor_default as clean } from './chunk-KPMBIBPE.mjs';
4
4
  export { executor_default as lint } from './chunk-I2XQBFXH.mjs';
5
5
  export { executor_default as prepare } from './chunk-LPW4ZM6F.mjs';
6
6
  import './chunk-23KFTIT2.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.10.6",
3
+ "version": "0.10.7",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -139,13 +139,13 @@
139
139
  },
140
140
  "typings": "dist/index.d.ts",
141
141
  "dependencies": {
142
- "@nx/devkit": "^22.0.2",
143
- "@storm-software/build-tools": "^0.158.19",
144
- "@storm-software/config": "^1.134.19",
145
- "@storm-software/config-tools": "^1.188.19",
146
- "@storm-software/esbuild": "^0.53.19",
147
- "@storm-software/unbuild": "^0.57.19",
148
- "@storm-software/workspace-tools": "^1.292.19",
142
+ "@nx/devkit": "^22.0.3",
143
+ "@storm-software/build-tools": "^0.158.24",
144
+ "@storm-software/config": "^1.134.24",
145
+ "@storm-software/config-tools": "^1.188.24",
146
+ "@storm-software/esbuild": "^0.53.24",
147
+ "@storm-software/unbuild": "^0.57.24",
148
+ "@storm-software/workspace-tools": "^1.292.24",
149
149
  "@stryke/fs": "^0.32.11",
150
150
  "@stryke/hash": "^0.12.1",
151
151
  "@stryke/path": "^0.19.0",
@@ -153,12 +153,12 @@
153
153
  "@stryke/type-checks": "^0.3.11",
154
154
  "defu": "^6.1.4",
155
155
  "jiti": "^2.6.1",
156
- "nx": "^22.0.2",
157
- "powerlines": "^0.19.2"
156
+ "nx": "^22.0.3",
157
+ "powerlines": "^0.19.3"
158
158
  },
159
159
  "devDependencies": {
160
- "@nx/workspace": "^22.0.2",
161
- "@storm-software/testing-tools": "^1.119.19",
160
+ "@nx/workspace": "^22.0.3",
161
+ "@storm-software/testing-tools": "^1.119.24",
162
162
  "@types/node": "^22.19.0",
163
163
  "eslint-flat-config-utils": "^2.1.4",
164
164
  "jsonc-eslint-parser": "^2.4.1",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "487dbe9d301ea6c2bba10d3dec1706b64a079452"
171
+ "gitHead": "c7e78fdbae62e7c92a460d1303c7a8ab37df196b"
172
172
  }