@powerlines/nx 0.10.49 → 0.10.50

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
@@ -1,3 +1,13 @@
1
+ ![Powerlines' logo banner](https://public.storm-cdn.com/powerlines/banner-1280x320-dark-optimized.gif)
2
+
3
+ # Changelog for Powerlines - Nx
4
+
5
+ ## [0.10.50](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.50) (12/05/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.30.1**
10
+
1
11
  ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320-optimized.gif)
2
12
 
3
13
  # Changelog for Powerlines - Nx
package/dist/executors.js CHANGED
@@ -1,21 +1,17 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkHXYHZZNY_js = require('./chunk-HXYHZZNY.js');
5
4
  var chunkNIRQ5XRT_js = require('./chunk-NIRQ5XRT.js');
6
5
  var chunkHDBRGT3B_js = require('./chunk-HDBRGT3B.js');
7
6
  var chunkJAMOE4UV_js = require('./chunk-JAMOE4UV.js');
8
7
  var chunkY5PCYOA7_js = require('./chunk-Y5PCYOA7.js');
8
+ var chunkHXYHZZNY_js = require('./chunk-HXYHZZNY.js');
9
9
  require('./chunk-ICVHGDOB.js');
10
10
  require('./chunk-DQI2I5KK.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
13
13
 
14
14
 
15
- Object.defineProperty(exports, "lint", {
16
- enumerable: true,
17
- get: function () { return chunkHXYHZZNY_js.executor_default; }
18
- });
19
15
  Object.defineProperty(exports, "prepare", {
20
16
  enumerable: true,
21
17
  get: function () { return chunkNIRQ5XRT_js.executor_default; }
@@ -32,3 +28,7 @@ Object.defineProperty(exports, "docs", {
32
28
  enumerable: true,
33
29
  get: function () { return chunkY5PCYOA7_js.executor_default; }
34
30
  });
31
+ Object.defineProperty(exports, "lint", {
32
+ enumerable: true,
33
+ get: function () { return chunkHXYHZZNY_js.executor_default; }
34
+ });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-AQLBII62.mjs';
3
2
  export { executor_default as prepare } from './chunk-DOWZ5F6D.mjs';
4
3
  export { executor_default as build } from './chunk-KRUK7M7J.mjs';
5
4
  export { executor_default as clean } from './chunk-FAE7BWIE.mjs';
6
5
  export { executor_default as docs } from './chunk-TXB7X42C.mjs';
6
+ export { executor_default as lint } from './chunk-AQLBII62.mjs';
7
7
  import './chunk-GWF62XV6.mjs';
8
8
  import './chunk-OVX2CEXQ.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  var chunkDNMCZOZX_js = require('./chunk-DNMCZOZX.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkHXYHZZNY_js = require('./chunk-HXYHZZNY.js');
6
5
  var chunkNIRQ5XRT_js = require('./chunk-NIRQ5XRT.js');
7
6
  var chunkHDBRGT3B_js = require('./chunk-HDBRGT3B.js');
8
7
  var chunkJAMOE4UV_js = require('./chunk-JAMOE4UV.js');
9
8
  var chunkY5PCYOA7_js = require('./chunk-Y5PCYOA7.js');
9
+ var chunkHXYHZZNY_js = require('./chunk-HXYHZZNY.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
12
  require('./chunk-ICVHGDOB.js');
@@ -21,10 +21,6 @@ Object.defineProperty(exports, "createNodesV2", {
21
21
  enumerable: true,
22
22
  get: function () { return chunkDNMCZOZX_js.createNodesV2; }
23
23
  });
24
- Object.defineProperty(exports, "lint", {
25
- enumerable: true,
26
- get: function () { return chunkHXYHZZNY_js.executor_default; }
27
- });
28
24
  Object.defineProperty(exports, "prepare", {
29
25
  enumerable: true,
30
26
  get: function () { return chunkNIRQ5XRT_js.executor_default; }
@@ -41,6 +37,10 @@ Object.defineProperty(exports, "docs", {
41
37
  enumerable: true,
42
38
  get: function () { return chunkY5PCYOA7_js.executor_default; }
43
39
  });
40
+ Object.defineProperty(exports, "lint", {
41
+ enumerable: true,
42
+ get: function () { return chunkHXYHZZNY_js.executor_default; }
43
+ });
44
44
  Object.defineProperty(exports, "sync", {
45
45
  enumerable: true,
46
46
  get: function () { return chunkWUJKJGEW_js.generator_default; }
package/dist/index.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  export { createNodesV2 } from './chunk-2SK7GXYX.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-AQLBII62.mjs';
4
3
  export { executor_default as prepare } from './chunk-DOWZ5F6D.mjs';
5
4
  export { executor_default as build } from './chunk-KRUK7M7J.mjs';
6
5
  export { executor_default as clean } from './chunk-FAE7BWIE.mjs';
7
6
  export { executor_default as docs } from './chunk-TXB7X42C.mjs';
7
+ export { executor_default as lint } from './chunk-AQLBII62.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
10
  import './chunk-GWF62XV6.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.10.49",
3
+ "version": "0.10.50",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -196,7 +196,7 @@
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "^22.1.3",
199
- "powerlines": "^0.30.0"
199
+ "powerlines": "^0.30.1"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "^22.1.3",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "f0a4e1526773f5d4bfb63fd5ba1d02d5aa9bc771"
213
+ "gitHead": "499105ba7cabc6fa139bbc6829746a15c5c59357"
214
214
  }