@powerlines/nx 0.10.12 → 0.10.13

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,13 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.10.13](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.13) (11/19/2025)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **nx:** Resolved issue with selecting input targets in Nx plugin
10
+ ([a4d103d](https://github.com/storm-software/powerlines/commit/a4d103d))
11
+
5
12
  ## [0.10.12](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.12) (11/18/2025)
6
13
 
7
14
  ### Updated Dependencies
@@ -58,7 +58,7 @@ function getNxTargetInputs(framework) {
58
58
  }
59
59
  chunkSHUYVCID_js.__name(getNxTargetInputs, "getNxTargetInputs");
60
60
  function getNxPluginInputs(framework) {
61
- return `**/${getNxTargetInputs(framework).map((input) => input.replace("{projectRoot}/", "")).join(",")}`;
61
+ return `**/{${getNxTargetInputs(framework).map((input) => input.replace("{projectRoot}/", "")).join(",")}}`;
62
62
  }
63
63
  chunkSHUYVCID_js.__name(getNxPluginInputs, "getNxPluginInputs");
64
64
  function createNxPlugin(opts) {
@@ -52,7 +52,7 @@ function getNxTargetInputs(framework) {
52
52
  }
53
53
  __name(getNxTargetInputs, "getNxTargetInputs");
54
54
  function getNxPluginInputs(framework) {
55
- return `**/${getNxTargetInputs(framework).map((input) => input.replace("{projectRoot}/", "")).join(",")}`;
55
+ return `**/{${getNxTargetInputs(framework).map((input) => input.replace("{projectRoot}/", "")).join(",")}}`;
56
56
  }
57
57
  __name(getNxPluginInputs, "getNxPluginInputs");
58
58
  function createNxPlugin(opts) {
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ var chunkKJAIPQKC_js = require('./chunk-KJAIPQKC.js');
7
7
  var chunkFZWXH2M7_js = require('./chunk-FZWXH2M7.js');
8
8
  require('./chunk-N2YKXZ5R.js');
9
9
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
10
- var chunkHAP4APOA_js = require('./chunk-HAP4APOA.js');
10
+ var chunkSZKZSA5V_js = require('./chunk-SZKZSA5V.js');
11
11
  var chunk7SWNXVZN_js = require('./chunk-7SWNXVZN.js');
12
12
  require('./chunk-32RH3DSY.js');
13
13
  require('./chunk-LTCZN4I4.js');
@@ -41,7 +41,7 @@ Object.defineProperty(exports, "syncGenerator", {
41
41
  });
42
42
  Object.defineProperty(exports, "createNodesV2", {
43
43
  enumerable: true,
44
- get: function () { return chunkHAP4APOA_js.createNodesV2; }
44
+ get: function () { return chunkSZKZSA5V_js.createNodesV2; }
45
45
  });
46
46
  Object.defineProperty(exports, "build", {
47
47
  enumerable: true,
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ export { executor_default as lint } from './chunk-KNIZUAS5.mjs';
5
5
  export { executor_default as prepare } from './chunk-RIB65IPA.mjs';
6
6
  import './chunk-23KFTIT2.mjs';
7
7
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
8
- export { createNodesV2 } from './chunk-NSLIDWKJ.mjs';
8
+ export { createNodesV2 } from './chunk-VVM7GC35.mjs';
9
9
  export { executor_default as build } from './chunk-K7X3KSVW.mjs';
10
10
  import './chunk-WMZ45WVV.mjs';
11
11
  import './chunk-FMYWKI25.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkHAP4APOA_js = require('../../chunk-HAP4APOA.js');
3
+ var chunkSZKZSA5V_js = require('../../chunk-SZKZSA5V.js');
4
4
  require('../../chunk-LTCZN4I4.js');
5
5
  require('../../chunk-SHUYVCID.js');
6
6
 
@@ -8,5 +8,5 @@ require('../../chunk-SHUYVCID.js');
8
8
 
9
9
  Object.defineProperty(exports, "createNodesV2", {
10
10
  enumerable: true,
11
- get: function () { return chunkHAP4APOA_js.createNodesV2; }
11
+ get: function () { return chunkSZKZSA5V_js.createNodesV2; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { createNodesV2 } from '../../chunk-NSLIDWKJ.mjs';
1
+ export { createNodesV2 } from '../../chunk-VVM7GC35.mjs';
2
2
  import '../../chunk-FMYWKI25.mjs';
3
3
  import '../../chunk-O6YSETKJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "30a4cf4f1c707fe159b55f65f1e87b14d679614d"
171
+ "gitHead": "f5900a90615310a5e149134807294aeb7b369ed2"
172
172
  }