@powerlines/nx 0.11.20 → 0.11.22
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 +5 -5
- package/dist/executors.mjs +1 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.11.21](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.21) (12/22/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.34.8**
|
|
10
|
+
|
|
11
|
+
## [0.11.20](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.20) (12/22/2025)
|
|
12
|
+
|
|
13
|
+
### Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated **powerlines** to **v0.34.7**
|
|
16
|
+
|
|
5
17
|
## [0.11.19](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.19) (12/22/2025)
|
|
6
18
|
|
|
7
19
|
### Updated Dependencies
|
package/dist/executors.js
CHANGED
|
@@ -4,8 +4,8 @@ require('./chunk-XO62WWX4.js');
|
|
|
4
4
|
var chunkKDFGZP6D_js = require('./chunk-KDFGZP6D.js');
|
|
5
5
|
var chunkDLDVLA6C_js = require('./chunk-DLDVLA6C.js');
|
|
6
6
|
var chunk3WJ3KOPM_js = require('./chunk-3WJ3KOPM.js');
|
|
7
|
-
var chunk34EVZRTW_js = require('./chunk-34EVZRTW.js');
|
|
8
7
|
var chunkLEUXV5OE_js = require('./chunk-LEUXV5OE.js');
|
|
8
|
+
var chunk34EVZRTW_js = require('./chunk-34EVZRTW.js');
|
|
9
9
|
require('./chunk-SKKNYATX.js');
|
|
10
10
|
require('./chunk-DQI2I5KK.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
@@ -24,11 +24,11 @@ Object.defineProperty(exports, "build", {
|
|
|
24
24
|
enumerable: true,
|
|
25
25
|
get: function () { return chunk3WJ3KOPM_js.executor_default; }
|
|
26
26
|
});
|
|
27
|
-
Object.defineProperty(exports, "clean", {
|
|
28
|
-
enumerable: true,
|
|
29
|
-
get: function () { return chunk34EVZRTW_js.executor_default; }
|
|
30
|
-
});
|
|
31
27
|
Object.defineProperty(exports, "docs", {
|
|
32
28
|
enumerable: true,
|
|
33
29
|
get: function () { return chunkLEUXV5OE_js.executor_default; }
|
|
34
30
|
});
|
|
31
|
+
Object.defineProperty(exports, "clean", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunk34EVZRTW_js.executor_default; }
|
|
34
|
+
});
|
package/dist/executors.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import './chunk-UV4HQO3Y.mjs';
|
|
|
2
2
|
export { executor_default as lint } from './chunk-TEA7JRAX.mjs';
|
|
3
3
|
export { executor_default as prepare } from './chunk-SRIOBY3D.mjs';
|
|
4
4
|
export { executor_default as build } from './chunk-E4JEI2RJ.mjs';
|
|
5
|
-
export { executor_default as clean } from './chunk-QVJLKQ4V.mjs';
|
|
6
5
|
export { executor_default as docs } from './chunk-33IX62YZ.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-QVJLKQ4V.mjs';
|
|
7
7
|
import './chunk-QHVWRY6S.mjs';
|
|
8
8
|
import './chunk-OVX2CEXQ.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@ require('./chunk-XO62WWX4.js');
|
|
|
5
5
|
var chunkKDFGZP6D_js = require('./chunk-KDFGZP6D.js');
|
|
6
6
|
var chunkDLDVLA6C_js = require('./chunk-DLDVLA6C.js');
|
|
7
7
|
var chunk3WJ3KOPM_js = require('./chunk-3WJ3KOPM.js');
|
|
8
|
-
var chunk34EVZRTW_js = require('./chunk-34EVZRTW.js');
|
|
9
8
|
var chunkLEUXV5OE_js = require('./chunk-LEUXV5OE.js');
|
|
9
|
+
var chunk34EVZRTW_js = require('./chunk-34EVZRTW.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
12
|
require('./chunk-SKKNYATX.js');
|
|
@@ -33,14 +33,14 @@ Object.defineProperty(exports, "build", {
|
|
|
33
33
|
enumerable: true,
|
|
34
34
|
get: function () { return chunk3WJ3KOPM_js.executor_default; }
|
|
35
35
|
});
|
|
36
|
-
Object.defineProperty(exports, "clean", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function () { return chunk34EVZRTW_js.executor_default; }
|
|
39
|
-
});
|
|
40
36
|
Object.defineProperty(exports, "docs", {
|
|
41
37
|
enumerable: true,
|
|
42
38
|
get: function () { return chunkLEUXV5OE_js.executor_default; }
|
|
43
39
|
});
|
|
40
|
+
Object.defineProperty(exports, "clean", {
|
|
41
|
+
enumerable: true,
|
|
42
|
+
get: function () { return chunk34EVZRTW_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
|
@@ -3,8 +3,8 @@ import './chunk-UV4HQO3Y.mjs';
|
|
|
3
3
|
export { executor_default as lint } from './chunk-TEA7JRAX.mjs';
|
|
4
4
|
export { executor_default as prepare } from './chunk-SRIOBY3D.mjs';
|
|
5
5
|
export { executor_default as build } from './chunk-E4JEI2RJ.mjs';
|
|
6
|
-
export { executor_default as clean } from './chunk-QVJLKQ4V.mjs';
|
|
7
6
|
export { executor_default as docs } from './chunk-33IX62YZ.mjs';
|
|
7
|
+
export { executor_default as clean } from './chunk-QVJLKQ4V.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-QHVWRY6S.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.22",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -190,13 +190,13 @@
|
|
|
190
190
|
"@storm-software/workspace-tools": "^1.294.19",
|
|
191
191
|
"@stryke/fs": "^0.33.26",
|
|
192
192
|
"@stryke/hash": "^0.12.32",
|
|
193
|
-
"@stryke/path": "^0.
|
|
193
|
+
"@stryke/path": "^0.24.0",
|
|
194
194
|
"@stryke/string-format": "^0.12.29",
|
|
195
195
|
"@stryke/type-checks": "^0.5.14",
|
|
196
196
|
"defu": "^6.1.4",
|
|
197
197
|
"jiti": "^2.6.1",
|
|
198
198
|
"nx": "22.3.3",
|
|
199
|
-
"powerlines": "^0.34.
|
|
199
|
+
"powerlines": "^0.34.9"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
202
|
"@nx/workspace": "22.3.3",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"publishConfig": { "access": "public" },
|
|
211
211
|
"executors": "./executors.json",
|
|
212
212
|
"generators": "./generators.json",
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "f7af737805bba3f9c2d5dd4008f0574b0a15cdf8"
|
|
214
214
|
}
|