@powerlines/nx 0.10.38 → 0.10.40
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 +12 -0
- package/dist/executors.js +8 -8
- package/dist/executors.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +2 -2
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.10.40](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.40) (11/26/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.25.2**
|
|
10
|
+
|
|
11
|
+
## [0.10.39](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.39) (11/25/2025)
|
|
12
|
+
|
|
13
|
+
### Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated **powerlines** to **v0.25.1**
|
|
16
|
+
|
|
5
17
|
## [0.10.38](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.38) (11/25/2025)
|
|
6
18
|
|
|
7
19
|
### Updated Dependencies
|
package/dist/executors.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
+
var chunkCJE2WIZT_js = require('./chunk-CJE2WIZT.js');
|
|
4
5
|
var chunk5IM5S57N_js = require('./chunk-5IM5S57N.js');
|
|
5
|
-
var chunk55HWRJFI_js = require('./chunk-55HWRJFI.js');
|
|
6
6
|
var chunkJXYA5T7X_js = require('./chunk-JXYA5T7X.js');
|
|
7
7
|
var chunkDDZYTWHI_js = require('./chunk-DDZYTWHI.js');
|
|
8
|
-
var
|
|
8
|
+
var chunk55HWRJFI_js = require('./chunk-55HWRJFI.js');
|
|
9
9
|
require('./chunk-F7EY5OCV.js');
|
|
10
10
|
require('./chunk-DQI2I5KK.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
Object.defineProperty(exports, "
|
|
15
|
+
Object.defineProperty(exports, "lint", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkCJE2WIZT_js.executor_default; }
|
|
18
18
|
});
|
|
19
|
-
Object.defineProperty(exports, "
|
|
19
|
+
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk5IM5S57N_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
@@ -28,7 +28,7 @@ Object.defineProperty(exports, "clean", {
|
|
|
28
28
|
enumerable: true,
|
|
29
29
|
get: function () { return chunkDDZYTWHI_js.executor_default; }
|
|
30
30
|
});
|
|
31
|
-
Object.defineProperty(exports, "
|
|
31
|
+
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk55HWRJFI_js.executor_default; }
|
|
34
34
|
});
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
+
export { executor_default as lint } from './chunk-PWZ3J3N6.mjs';
|
|
2
3
|
export { executor_default as prepare } from './chunk-BM5C4GAH.mjs';
|
|
3
|
-
export { executor_default as docs } from './chunk-37R7Z4YA.mjs';
|
|
4
4
|
export { executor_default as build } from './chunk-7Z54WTD3.mjs';
|
|
5
5
|
export { executor_default as clean } from './chunk-OIL7SLIA.mjs';
|
|
6
|
-
export { executor_default as
|
|
6
|
+
export { executor_default as docs } from './chunk-37R7Z4YA.mjs';
|
|
7
7
|
import './chunk-OS2GSBDL.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 chunkCJE2WIZT_js = require('./chunk-CJE2WIZT.js');
|
|
5
6
|
var chunk5IM5S57N_js = require('./chunk-5IM5S57N.js');
|
|
6
|
-
var chunk55HWRJFI_js = require('./chunk-55HWRJFI.js');
|
|
7
7
|
var chunkJXYA5T7X_js = require('./chunk-JXYA5T7X.js');
|
|
8
8
|
var chunkDDZYTWHI_js = require('./chunk-DDZYTWHI.js');
|
|
9
|
-
var
|
|
9
|
+
var chunk55HWRJFI_js = require('./chunk-55HWRJFI.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
12
|
require('./chunk-F7EY5OCV.js');
|
|
@@ -21,13 +21,13 @@ Object.defineProperty(exports, "createNodesV2", {
|
|
|
21
21
|
enumerable: true,
|
|
22
22
|
get: function () { return chunkDNMCZOZX_js.createNodesV2; }
|
|
23
23
|
});
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "lint", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkCJE2WIZT_js.executor_default; }
|
|
27
27
|
});
|
|
28
|
-
Object.defineProperty(exports, "
|
|
28
|
+
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk5IM5S57N_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
@@ -37,9 +37,9 @@ Object.defineProperty(exports, "clean", {
|
|
|
37
37
|
enumerable: true,
|
|
38
38
|
get: function () { return chunkDDZYTWHI_js.executor_default; }
|
|
39
39
|
});
|
|
40
|
-
Object.defineProperty(exports, "
|
|
40
|
+
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk55HWRJFI_js.executor_default; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "sync", {
|
|
45
45
|
enumerable: true,
|
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-PWZ3J3N6.mjs';
|
|
3
4
|
export { executor_default as prepare } from './chunk-BM5C4GAH.mjs';
|
|
4
|
-
export { executor_default as docs } from './chunk-37R7Z4YA.mjs';
|
|
5
5
|
export { executor_default as build } from './chunk-7Z54WTD3.mjs';
|
|
6
6
|
export { executor_default as clean } from './chunk-OIL7SLIA.mjs';
|
|
7
|
-
export { executor_default as
|
|
7
|
+
export { executor_default as docs } from './chunk-37R7Z4YA.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-OS2GSBDL.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.40",
|
|
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.1.
|
|
185
|
-
"@storm-software/build-tools": "^0.158.
|
|
186
|
-
"@storm-software/config": "^1.134.
|
|
187
|
-
"@storm-software/config-tools": "^1.188.
|
|
188
|
-
"@storm-software/esbuild": "^0.53.
|
|
189
|
-
"@storm-software/unbuild": "^0.57.
|
|
190
|
-
"@storm-software/workspace-tools": "^1.293.
|
|
184
|
+
"@nx/devkit": "^22.1.2",
|
|
185
|
+
"@storm-software/build-tools": "^0.158.49",
|
|
186
|
+
"@storm-software/config": "^1.134.49",
|
|
187
|
+
"@storm-software/config-tools": "^1.188.49",
|
|
188
|
+
"@storm-software/esbuild": "^0.53.49",
|
|
189
|
+
"@storm-software/unbuild": "^0.57.49",
|
|
190
|
+
"@storm-software/workspace-tools": "^1.293.19",
|
|
191
191
|
"@stryke/fs": "^0.33.4",
|
|
192
192
|
"@stryke/hash": "^0.12.10",
|
|
193
193
|
"@stryke/path": "^0.21.2",
|
|
@@ -195,12 +195,12 @@
|
|
|
195
195
|
"@stryke/type-checks": "^0.3.18",
|
|
196
196
|
"defu": "^6.1.4",
|
|
197
197
|
"jiti": "^2.6.1",
|
|
198
|
-
"nx": "^22.1.
|
|
199
|
-
"powerlines": "^0.25.
|
|
198
|
+
"nx": "^22.1.2",
|
|
199
|
+
"powerlines": "^0.25.2"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
|
-
"@nx/workspace": "^22.1.
|
|
203
|
-
"@storm-software/testing-tools": "^1.119.
|
|
202
|
+
"@nx/workspace": "^22.1.2",
|
|
203
|
+
"@storm-software/testing-tools": "^1.119.49",
|
|
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": "
|
|
213
|
+
"gitHead": "e5c7481779e32bd9810613c299e775bc033c9eac"
|
|
214
214
|
}
|