@powerlines/nx 0.10.14 → 0.10.15

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,17 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.10.15](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.15) (11/19/2025)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **nx:** Resolve issue reading `package.json` file in Nx plugin
10
+ ([ce68929](https://github.com/storm-software/powerlines/commit/ce68929))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **powerlines** to **v0.22.1**
15
+
5
16
  ## [0.10.14](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.14) (11/19/2025)
6
17
 
7
18
  ### Bug Fixes
package/dist/executors.js CHANGED
@@ -1,25 +1,17 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkFZWXH2M7_js = require('./chunk-FZWXH2M7.js');
5
- var chunk7SWNXVZN_js = require('./chunk-7SWNXVZN.js');
6
4
  var chunkQJLAFC2D_js = require('./chunk-QJLAFC2D.js');
7
5
  var chunkDKRIOFPB_js = require('./chunk-DKRIOFPB.js');
8
6
  var chunkKJAIPQKC_js = require('./chunk-KJAIPQKC.js');
7
+ var chunkFZWXH2M7_js = require('./chunk-FZWXH2M7.js');
8
+ var chunk7SWNXVZN_js = require('./chunk-7SWNXVZN.js');
9
9
  require('./chunk-32RH3DSY.js');
10
10
  require('./chunk-LTCZN4I4.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
13
13
 
14
14
 
15
- Object.defineProperty(exports, "prepare", {
16
- enumerable: true,
17
- get: function () { return chunkFZWXH2M7_js.executor_default; }
18
- });
19
- Object.defineProperty(exports, "build", {
20
- enumerable: true,
21
- get: function () { return chunk7SWNXVZN_js.executor_default; }
22
- });
23
15
  Object.defineProperty(exports, "clean", {
24
16
  enumerable: true,
25
17
  get: function () { return chunkQJLAFC2D_js.executor_default; }
@@ -32,3 +24,11 @@ Object.defineProperty(exports, "lint", {
32
24
  enumerable: true,
33
25
  get: function () { return chunkKJAIPQKC_js.executor_default; }
34
26
  });
27
+ Object.defineProperty(exports, "prepare", {
28
+ enumerable: true,
29
+ get: function () { return chunkFZWXH2M7_js.executor_default; }
30
+ });
31
+ Object.defineProperty(exports, "build", {
32
+ enumerable: true,
33
+ get: function () { return chunk7SWNXVZN_js.executor_default; }
34
+ });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as prepare } from './chunk-RIB65IPA.mjs';
3
- export { executor_default as build } from './chunk-K7X3KSVW.mjs';
4
2
  export { executor_default as clean } from './chunk-IWLY4VEK.mjs';
5
3
  export { executor_default as docs } from './chunk-NSFCCGL7.mjs';
6
4
  export { executor_default as lint } from './chunk-KNIZUAS5.mjs';
5
+ export { executor_default as prepare } from './chunk-RIB65IPA.mjs';
6
+ export { executor_default as build } from './chunk-K7X3KSVW.mjs';
7
7
  import './chunk-WMZ45WVV.mjs';
8
8
  import './chunk-FMYWKI25.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -1,28 +1,20 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkFZWXH2M7_js = require('./chunk-FZWXH2M7.js');
5
- var chunk7SWNXVZN_js = require('./chunk-7SWNXVZN.js');
6
4
  var chunkQJLAFC2D_js = require('./chunk-QJLAFC2D.js');
7
5
  var chunkDKRIOFPB_js = require('./chunk-DKRIOFPB.js');
8
6
  var chunkKJAIPQKC_js = require('./chunk-KJAIPQKC.js');
7
+ var chunkFZWXH2M7_js = require('./chunk-FZWXH2M7.js');
9
8
  require('./chunk-N2YKXZ5R.js');
10
- require('./chunk-32RH3DSY.js');
9
+ var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
11
10
  var chunkFD6PSWBL_js = require('./chunk-FD6PSWBL.js');
11
+ var chunk7SWNXVZN_js = require('./chunk-7SWNXVZN.js');
12
+ require('./chunk-32RH3DSY.js');
12
13
  require('./chunk-LTCZN4I4.js');
13
- var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
14
14
  require('./chunk-SHUYVCID.js');
15
15
 
16
16
 
17
17
 
18
- Object.defineProperty(exports, "prepare", {
19
- enumerable: true,
20
- get: function () { return chunkFZWXH2M7_js.executor_default; }
21
- });
22
- Object.defineProperty(exports, "build", {
23
- enumerable: true,
24
- get: function () { return chunk7SWNXVZN_js.executor_default; }
25
- });
26
18
  Object.defineProperty(exports, "clean", {
27
19
  enumerable: true,
28
20
  get: function () { return chunkQJLAFC2D_js.executor_default; }
@@ -35,9 +27,9 @@ Object.defineProperty(exports, "lint", {
35
27
  enumerable: true,
36
28
  get: function () { return chunkKJAIPQKC_js.executor_default; }
37
29
  });
38
- Object.defineProperty(exports, "createNodesV2", {
30
+ Object.defineProperty(exports, "prepare", {
39
31
  enumerable: true,
40
- get: function () { return chunkFD6PSWBL_js.createNodesV2; }
32
+ get: function () { return chunkFZWXH2M7_js.executor_default; }
41
33
  });
42
34
  Object.defineProperty(exports, "sync", {
43
35
  enumerable: true,
@@ -47,3 +39,11 @@ Object.defineProperty(exports, "syncGenerator", {
47
39
  enumerable: true,
48
40
  get: function () { return chunkWUJKJGEW_js.generatorFn; }
49
41
  });
42
+ Object.defineProperty(exports, "createNodesV2", {
43
+ enumerable: true,
44
+ get: function () { return chunkFD6PSWBL_js.createNodesV2; }
45
+ });
46
+ Object.defineProperty(exports, "build", {
47
+ enumerable: true,
48
+ get: function () { return chunk7SWNXVZN_js.executor_default; }
49
+ });
package/dist/index.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as prepare } from './chunk-RIB65IPA.mjs';
3
- export { executor_default as build } from './chunk-K7X3KSVW.mjs';
4
2
  export { executor_default as clean } from './chunk-IWLY4VEK.mjs';
5
3
  export { executor_default as docs } from './chunk-NSFCCGL7.mjs';
6
4
  export { executor_default as lint } from './chunk-KNIZUAS5.mjs';
5
+ export { executor_default as prepare } from './chunk-RIB65IPA.mjs';
7
6
  import './chunk-23KFTIT2.mjs';
8
- import './chunk-WMZ45WVV.mjs';
7
+ export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
9
8
  export { createNodesV2 } from './chunk-TGJAQNLH.mjs';
9
+ export { executor_default as build } from './chunk-K7X3KSVW.mjs';
10
+ import './chunk-WMZ45WVV.mjs';
10
11
  import './chunk-FMYWKI25.mjs';
11
- export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
12
12
  import './chunk-O6YSETKJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.10.14",
3
+ "version": "0.10.15",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -154,7 +154,7 @@
154
154
  "defu": "^6.1.4",
155
155
  "jiti": "^2.6.1",
156
156
  "nx": "^22.0.4",
157
- "powerlines": "^0.22.0"
157
+ "powerlines": "^0.22.1"
158
158
  },
159
159
  "devDependencies": {
160
160
  "@nx/workspace": "^22.0.4",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "12334869fbd2fa1bdfddce23cb71997608ad216f"
171
+ "gitHead": "79514f9dda337550c9e4064a7a6e3938bd9aca08"
172
172
  }