@powerlines/nx 0.10.52 → 0.10.53
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 +13 -2
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +2 -2
- package/dist/index.js +6 -6
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.10.52](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.52) (12/05/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update the footer banner in `README.md` files
|
|
10
|
+
([4770e816](https://github.com/storm-software/powerlines/commit/4770e816))
|
|
11
|
+
- **monorepo:** Remove all the duplicate banners from `CHANGELOG.md` files
|
|
12
|
+
([65df7ce4](https://github.com/storm-software/powerlines/commit/65df7ce4))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated **powerlines** to **v0.30.3**
|
|
17
|
+
|
|
5
18
|
## [0.10.51](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.51) (12/05/2025)
|
|
6
19
|
|
|
7
20
|
### Updated Dependencies
|
|
@@ -14,7 +27,6 @@
|
|
|
14
27
|
|
|
15
28
|
- Updated **powerlines** to **v0.30.1**
|
|
16
29
|
|
|
17
|
-
|
|
18
30
|
## [0.10.49](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.49) (12/04/2025)
|
|
19
31
|
|
|
20
32
|
### Miscellaneous
|
|
@@ -30,7 +42,6 @@
|
|
|
30
42
|
|
|
31
43
|
- Updated **powerlines** to **v0.30.0**
|
|
32
44
|
|
|
33
|
-
|
|
34
45
|
## [0.10.48](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.48) (12/04/2025)
|
|
35
46
|
|
|
36
47
|
### Updated Dependencies
|
package/dist/executors.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
4
|
+
var chunk6TZH64VP_js = require('./chunk-6TZH64VP.js');
|
|
5
5
|
var chunkPMI2WD7Z_js = require('./chunk-PMI2WD7Z.js');
|
|
6
6
|
var chunk7TJ4DPKZ_js = require('./chunk-7TJ4DPKZ.js');
|
|
7
7
|
var chunkEGHL5KZ2_js = require('./chunk-EGHL5KZ2.js');
|
|
8
|
-
var
|
|
8
|
+
var chunkJL6FQXAB_js = require('./chunk-JL6FQXAB.js');
|
|
9
9
|
require('./chunk-OMQTZ25K.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, "docs", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk6TZH64VP_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
@@ -28,7 +28,7 @@ Object.defineProperty(exports, "clean", {
|
|
|
28
28
|
enumerable: true,
|
|
29
29
|
get: function () { return chunkEGHL5KZ2_js.executor_default; }
|
|
30
30
|
});
|
|
31
|
-
Object.defineProperty(exports, "
|
|
31
|
+
Object.defineProperty(exports, "lint", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkJL6FQXAB_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
|
|
2
|
+
export { executor_default as docs } from './chunk-D3OQC7MS.mjs';
|
|
3
3
|
export { executor_default as prepare } from './chunk-7ORNATFT.mjs';
|
|
4
4
|
export { executor_default as build } from './chunk-JDCI75E7.mjs';
|
|
5
5
|
export { executor_default as clean } from './chunk-QIURTZ22.mjs';
|
|
6
|
-
export { executor_default as
|
|
6
|
+
export { executor_default as lint } from './chunk-Y64F5QQW.mjs';
|
|
7
7
|
import './chunk-XED74V2B.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
|
|
5
|
+
var chunk6TZH64VP_js = require('./chunk-6TZH64VP.js');
|
|
6
6
|
var chunkPMI2WD7Z_js = require('./chunk-PMI2WD7Z.js');
|
|
7
7
|
var chunk7TJ4DPKZ_js = require('./chunk-7TJ4DPKZ.js');
|
|
8
8
|
var chunkEGHL5KZ2_js = require('./chunk-EGHL5KZ2.js');
|
|
9
|
-
var
|
|
9
|
+
var chunkJL6FQXAB_js = require('./chunk-JL6FQXAB.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
12
|
require('./chunk-OMQTZ25K.js');
|
|
@@ -21,9 +21,9 @@ 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, "docs", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk6TZH64VP_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
@@ -37,9 +37,9 @@ Object.defineProperty(exports, "clean", {
|
|
|
37
37
|
enumerable: true,
|
|
38
38
|
get: function () { return chunkEGHL5KZ2_js.executor_default; }
|
|
39
39
|
});
|
|
40
|
-
Object.defineProperty(exports, "
|
|
40
|
+
Object.defineProperty(exports, "lint", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkJL6FQXAB_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
|
|
3
|
+
export { executor_default as docs } from './chunk-D3OQC7MS.mjs';
|
|
4
4
|
export { executor_default as prepare } from './chunk-7ORNATFT.mjs';
|
|
5
5
|
export { executor_default as build } from './chunk-JDCI75E7.mjs';
|
|
6
6
|
export { executor_default as clean } from './chunk-QIURTZ22.mjs';
|
|
7
|
-
export { executor_default as
|
|
7
|
+
export { executor_default as lint } from './chunk-Y64F5QQW.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-XED74V2B.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.53",
|
|
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.
|
|
199
|
+
"powerlines": "^0.30.4"
|
|
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": "
|
|
213
|
+
"gitHead": "06488a5f1026e506b1e45e3cf15cca029908f02a"
|
|
214
214
|
}
|