@powerlines/nx 0.8.1 → 0.8.2
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 +11 -0
- package/dist/{chunk-HHPODCTP.js → chunk-4UWZOCEA.js} +6 -4
- package/dist/{chunk-SEKRZM2M.mjs → chunk-A6R3IFS4.mjs} +1 -1
- package/dist/{chunk-ZN4SPOFK.mjs → chunk-AEUGK5NW.mjs} +1 -1
- package/dist/{chunk-LB2WKEBP.js → chunk-DYBB74M5.js} +2 -2
- package/dist/{chunk-22QO45EK.mjs → chunk-FFBOHADM.mjs} +1 -1
- package/dist/{chunk-SMAXXYNQ.js → chunk-GBMB632G.js} +2 -2
- package/dist/{chunk-6ZIN2CAX.js → chunk-HGVVLZRZ.js} +2 -2
- package/dist/{chunk-Z4BJ37JY.js → chunk-IFMXBBI7.js} +3 -3
- package/dist/{chunk-5XZZZSXP.mjs → chunk-KXYDHGLW.mjs} +1 -1
- package/dist/{chunk-VDJPCGIO.mjs → chunk-KZPEAPED.mjs} +528 -526
- package/dist/{chunk-RDBAXMH3.js → chunk-MUKKEYV2.js} +2 -2
- package/dist/{chunk-5BGY6YWV.mjs → chunk-R5YABITA.mjs} +1 -1
- package/dist/{chunk-CYWOTYVX.mjs → chunk-SV7QXBCB.mjs} +6 -4
- package/dist/{chunk-DBX2Y6G3.mjs → chunk-VGG6K4L5.mjs} +1 -1
- package/dist/{chunk-OYUWBYK7.js → chunk-XTPTXR6Y.js} +546 -544
- package/dist/{chunk-DGAY3PM7.js → chunk-ZJSHMHBZ.js} +2 -2
- package/dist/executors.js +14 -14
- package/dist/executors.mjs +7 -7
- package/dist/index.js +17 -17
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/executors/build/executor.js +5 -5
- package/dist/src/executors/build/executor.mjs +3 -3
- package/dist/src/executors/clean/executor.js +5 -5
- package/dist/src/executors/clean/executor.mjs +3 -3
- package/dist/src/executors/docs/executor.js +5 -5
- package/dist/src/executors/docs/executor.mjs +3 -3
- package/dist/src/executors/lint/executor.js +5 -5
- package/dist/src/executors/lint/executor.mjs +3 -3
- package/dist/src/executors/prepare/executor.js +5 -5
- package/dist/src/executors/prepare/executor.mjs +3 -3
- package/dist/src/plugin/index.js +4 -4
- package/dist/src/plugin/index.mjs +2 -2
- package/package.json +3 -3
- package/dist/src/executors/build/schema.d.ts +0 -85
- package/dist/src/executors/build/schema.json +0 -96
- package/dist/src/executors/clean/schema.d.ts +0 -75
- package/dist/src/executors/clean/schema.json +0 -77
- package/dist/src/executors/docs/schema.d.ts +0 -75
- package/dist/src/executors/docs/schema.json +0 -77
- package/dist/src/executors/lint/schema.d.ts +0 -75
- package/dist/src/executors/lint/schema.json +0 -77
- package/dist/src/executors/prepare/schema.d.ts +0 -75
- package/dist/src/executors/prepare/schema.json +0 -77
- package/dist/src/generators/sync/schema.d.ts +0 -15
- package/dist/src/generators/sync/schema.json +0 -19
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkXTPTXR6Y_js = require('./chunk-XTPTXR6Y.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
var defu = require('defu');
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ async function executorFn(context, api) {
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
22
|
-
var executor =
|
|
22
|
+
var executor = chunkXTPTXR6Y_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
package/dist/executors.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
4
|
+
var chunkZJSHMHBZ_js = require('./chunk-ZJSHMHBZ.js');
|
|
5
|
+
var chunkDYBB74M5_js = require('./chunk-DYBB74M5.js');
|
|
6
|
+
var chunkMUKKEYV2_js = require('./chunk-MUKKEYV2.js');
|
|
7
|
+
var chunkGBMB632G_js = require('./chunk-GBMB632G.js');
|
|
8
|
+
var chunkHGVVLZRZ_js = require('./chunk-HGVVLZRZ.js');
|
|
9
|
+
require('./chunk-XTPTXR6Y.js');
|
|
10
|
+
require('./chunk-4UWZOCEA.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
Object.defineProperty(exports, "
|
|
15
|
+
Object.defineProperty(exports, "build", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkZJSHMHBZ_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "docs", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkDYBB74M5_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "lint", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkMUKKEYV2_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "prepare", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkGBMB632G_js.executor_default; }
|
|
30
30
|
});
|
|
31
|
-
Object.defineProperty(exports, "
|
|
31
|
+
Object.defineProperty(exports, "clean", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkHGVVLZRZ_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
|
|
3
|
-
export { executor_default as docs } from './chunk-
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
6
|
-
export { executor_default as
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
2
|
+
export { executor_default as build } from './chunk-KXYDHGLW.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-R5YABITA.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-A6R3IFS4.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-VGG6K4L5.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-AEUGK5NW.mjs';
|
|
7
|
+
import './chunk-KZPEAPED.mjs';
|
|
8
|
+
import './chunk-SV7QXBCB.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-XO62WWX4.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
4
|
+
var chunkZJSHMHBZ_js = require('./chunk-ZJSHMHBZ.js');
|
|
5
|
+
var chunkDYBB74M5_js = require('./chunk-DYBB74M5.js');
|
|
6
|
+
var chunkMUKKEYV2_js = require('./chunk-MUKKEYV2.js');
|
|
7
|
+
var chunkGBMB632G_js = require('./chunk-GBMB632G.js');
|
|
8
8
|
require('./chunk-N2YKXZ5R.js');
|
|
9
9
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
10
|
+
var chunkIFMXBBI7_js = require('./chunk-IFMXBBI7.js');
|
|
11
|
+
var chunkHGVVLZRZ_js = require('./chunk-HGVVLZRZ.js');
|
|
12
|
+
require('./chunk-XTPTXR6Y.js');
|
|
13
|
+
require('./chunk-4UWZOCEA.js');
|
|
14
14
|
require('./chunk-SHUYVCID.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "build", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkZJSHMHBZ_js.executor_default; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "docs", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkDYBB74M5_js.executor_default; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "lint", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkMUKKEYV2_js.executor_default; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "prepare", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkGBMB632G_js.executor_default; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "sync", {
|
|
35
35
|
enumerable: true,
|
|
@@ -41,13 +41,13 @@ Object.defineProperty(exports, "syncGenerator", {
|
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "createNodesV2", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkIFMXBBI7_js.createNodesV2; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "name", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkIFMXBBI7_js.name; }
|
|
49
49
|
});
|
|
50
|
-
Object.defineProperty(exports, "
|
|
50
|
+
Object.defineProperty(exports, "clean", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkHGVVLZRZ_js.executor_default; }
|
|
53
53
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import './chunk-UV4HQO3Y.mjs';
|
|
2
|
-
export { executor_default as
|
|
3
|
-
export { executor_default as docs } from './chunk-
|
|
4
|
-
export { executor_default as lint } from './chunk-
|
|
5
|
-
export { executor_default as prepare } from './chunk-
|
|
2
|
+
export { executor_default as build } from './chunk-KXYDHGLW.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-R5YABITA.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-A6R3IFS4.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-VGG6K4L5.mjs';
|
|
6
6
|
import './chunk-23KFTIT2.mjs';
|
|
7
7
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
8
|
-
export { createNodesV2, name } from './chunk-
|
|
9
|
-
export { executor_default as
|
|
10
|
-
import './chunk-
|
|
11
|
-
import './chunk-
|
|
8
|
+
export { createNodesV2, name } from './chunk-FFBOHADM.mjs';
|
|
9
|
+
export { executor_default as clean } from './chunk-AEUGK5NW.mjs';
|
|
10
|
+
import './chunk-KZPEAPED.mjs';
|
|
11
|
+
import './chunk-SV7QXBCB.mjs';
|
|
12
12
|
import './chunk-O6YSETKJ.mjs';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkXTPTXR6Y_js = require('../../chunk-XTPTXR6Y.js');
|
|
4
|
+
require('../../chunk-4UWZOCEA.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "withExecutor", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkXTPTXR6Y_js.withExecutor; }
|
|
12
12
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { withExecutor } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { withExecutor } from '../../chunk-KZPEAPED.mjs';
|
|
2
|
+
import '../../chunk-SV7QXBCB.mjs';
|
|
3
3
|
import '../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkZJSHMHBZ_js = require('../../../chunk-ZJSHMHBZ.js');
|
|
6
|
+
require('../../../chunk-XTPTXR6Y.js');
|
|
7
|
+
require('../../../chunk-4UWZOCEA.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkZJSHMHBZ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkZJSHMHBZ_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-KXYDHGLW.mjs';
|
|
2
|
+
import '../../../chunk-KZPEAPED.mjs';
|
|
3
|
+
import '../../../chunk-SV7QXBCB.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkHGVVLZRZ_js = require('../../../chunk-HGVVLZRZ.js');
|
|
6
|
+
require('../../../chunk-XTPTXR6Y.js');
|
|
7
|
+
require('../../../chunk-4UWZOCEA.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkHGVVLZRZ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkHGVVLZRZ_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-AEUGK5NW.mjs';
|
|
2
|
+
import '../../../chunk-KZPEAPED.mjs';
|
|
3
|
+
import '../../../chunk-SV7QXBCB.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkDYBB74M5_js = require('../../../chunk-DYBB74M5.js');
|
|
6
|
+
require('../../../chunk-XTPTXR6Y.js');
|
|
7
|
+
require('../../../chunk-4UWZOCEA.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkDYBB74M5_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkDYBB74M5_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-R5YABITA.mjs';
|
|
2
|
+
import '../../../chunk-KZPEAPED.mjs';
|
|
3
|
+
import '../../../chunk-SV7QXBCB.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkMUKKEYV2_js = require('../../../chunk-MUKKEYV2.js');
|
|
6
|
+
require('../../../chunk-XTPTXR6Y.js');
|
|
7
|
+
require('../../../chunk-4UWZOCEA.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkMUKKEYV2_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkMUKKEYV2_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-A6R3IFS4.mjs';
|
|
2
|
+
import '../../../chunk-KZPEAPED.mjs';
|
|
3
|
+
import '../../../chunk-SV7QXBCB.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
5
|
+
var chunkGBMB632G_js = require('../../../chunk-GBMB632G.js');
|
|
6
|
+
require('../../../chunk-XTPTXR6Y.js');
|
|
7
|
+
require('../../../chunk-4UWZOCEA.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkGBMB632G_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkGBMB632G_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
3
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-VGG6K4L5.mjs';
|
|
2
|
+
import '../../../chunk-KZPEAPED.mjs';
|
|
3
|
+
import '../../../chunk-SV7QXBCB.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
package/dist/src/plugin/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkIFMXBBI7_js = require('../../chunk-IFMXBBI7.js');
|
|
4
|
+
require('../../chunk-4UWZOCEA.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "createNodesV2", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkIFMXBBI7_js.createNodesV2; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "name", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkIFMXBBI7_js.name; }
|
|
16
16
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { createNodesV2, name } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { createNodesV2, name } from '../../chunk-FFBOHADM.mjs';
|
|
2
|
+
import '../../chunk-SV7QXBCB.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.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"defu": "^6.1.4",
|
|
155
155
|
"jiti": "^2.6.1",
|
|
156
156
|
"nx": "21.6.6",
|
|
157
|
-
"powerlines": "^0.10.
|
|
157
|
+
"powerlines": "^0.10.1"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
160
|
"@nx/workspace": "21.6.6",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"publishConfig": { "access": "public" },
|
|
169
169
|
"executors": "./executors.json",
|
|
170
170
|
"generators": "./generators.json",
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "9cdca2370a9a95804d04d1725f066f1e4385ba85"
|
|
172
172
|
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
// Generated by @storm-software/untyped
|
|
3
|
-
// Do not edit this file directly
|
|
4
|
-
|
|
5
|
-
export interface BuildExecutorSchema {
|
|
6
|
-
/**
|
|
7
|
-
* Output Path
|
|
8
|
-
*
|
|
9
|
-
* The output path for the build
|
|
10
|
-
*
|
|
11
|
-
* @default "dist/{projectRoot}"
|
|
12
|
-
*
|
|
13
|
-
* @format path
|
|
14
|
-
*/
|
|
15
|
-
outputPath?: string,
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* TypeScript Configuration File
|
|
19
|
-
*
|
|
20
|
-
* The path to the tsconfig file
|
|
21
|
-
*
|
|
22
|
-
* @default "{projectRoot}/tsconfig.json"
|
|
23
|
-
*
|
|
24
|
-
* @format path
|
|
25
|
-
*/
|
|
26
|
-
tsconfig?: string,
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Powerlines Configuration File
|
|
30
|
-
*
|
|
31
|
-
* The path to the Powerlines configuration file
|
|
32
|
-
*
|
|
33
|
-
* @default "{projectRoot}/powerlines.config.ts"
|
|
34
|
-
*
|
|
35
|
-
* @format path
|
|
36
|
-
*/
|
|
37
|
-
configFile?: string,
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Mode
|
|
41
|
-
*
|
|
42
|
-
* The build mode
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
* @enum development,test,production
|
|
46
|
-
*/
|
|
47
|
-
mode?: string,
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Skip Installs
|
|
51
|
-
*
|
|
52
|
-
* Skip installing dependencies before building
|
|
53
|
-
*
|
|
54
|
-
*/
|
|
55
|
-
skipInstalls?: boolean,
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Skip Cache
|
|
59
|
-
*
|
|
60
|
-
* Skip the cache when building
|
|
61
|
-
*
|
|
62
|
-
*/
|
|
63
|
-
skipCache?: boolean,
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* Log Level
|
|
67
|
-
*
|
|
68
|
-
* The log level to use for the build process
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
72
|
-
*/
|
|
73
|
-
logLevel?: string,
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* Entry Path(s)
|
|
77
|
-
*
|
|
78
|
-
* The entry path(s) for the package
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
* @oneOf [object Object],[object Object]
|
|
82
|
-
*/
|
|
83
|
-
entry?: any,
|
|
84
|
-
}
|
|
85
|
-
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "#",
|
|
3
|
-
"title": "Build Executor",
|
|
4
|
-
"description": "A type definition for the Powerlines - Build executor schema",
|
|
5
|
-
"required": [],
|
|
6
|
-
"properties": {
|
|
7
|
-
"outputPath": {
|
|
8
|
-
"title": "Output Path",
|
|
9
|
-
"type": "string",
|
|
10
|
-
"format": "path",
|
|
11
|
-
"description": "The output path for the build",
|
|
12
|
-
"id": "#outputPath",
|
|
13
|
-
"default": "dist/{projectRoot}"
|
|
14
|
-
},
|
|
15
|
-
"tsconfig": {
|
|
16
|
-
"title": "TypeScript Configuration File",
|
|
17
|
-
"type": "string",
|
|
18
|
-
"format": "path",
|
|
19
|
-
"description": "The path to the tsconfig file",
|
|
20
|
-
"id": "#tsconfig",
|
|
21
|
-
"default": "{projectRoot}/tsconfig.json"
|
|
22
|
-
},
|
|
23
|
-
"configFile": {
|
|
24
|
-
"title": "Powerlines Configuration File",
|
|
25
|
-
"type": "string",
|
|
26
|
-
"format": "path",
|
|
27
|
-
"description": "The path to the Powerlines configuration file",
|
|
28
|
-
"id": "#configFile",
|
|
29
|
-
"default": "{projectRoot}/powerlines.config.ts"
|
|
30
|
-
},
|
|
31
|
-
"mode": {
|
|
32
|
-
"title": "Mode",
|
|
33
|
-
"type": "string",
|
|
34
|
-
"description": "The build mode",
|
|
35
|
-
"enum": [
|
|
36
|
-
"development",
|
|
37
|
-
"test",
|
|
38
|
-
"production"
|
|
39
|
-
],
|
|
40
|
-
"id": "#mode"
|
|
41
|
-
},
|
|
42
|
-
"skipInstalls": {
|
|
43
|
-
"title": "Skip Installs",
|
|
44
|
-
"type": "boolean",
|
|
45
|
-
"description": "Skip installing dependencies before building",
|
|
46
|
-
"id": "#skipInstalls"
|
|
47
|
-
},
|
|
48
|
-
"skipCache": {
|
|
49
|
-
"title": "Skip Cache",
|
|
50
|
-
"type": "boolean",
|
|
51
|
-
"description": "Skip the cache when building",
|
|
52
|
-
"id": "#skipCache"
|
|
53
|
-
},
|
|
54
|
-
"logLevel": {
|
|
55
|
-
"title": "Log Level",
|
|
56
|
-
"type": "string",
|
|
57
|
-
"description": "The log level to use for the build process",
|
|
58
|
-
"enum": [
|
|
59
|
-
"fatal",
|
|
60
|
-
"error",
|
|
61
|
-
"warn",
|
|
62
|
-
"success",
|
|
63
|
-
"info",
|
|
64
|
-
"debug",
|
|
65
|
-
"trace",
|
|
66
|
-
"silent"
|
|
67
|
-
],
|
|
68
|
-
"id": "#logLevel"
|
|
69
|
-
},
|
|
70
|
-
"entry": {
|
|
71
|
-
"title": "Entry Path(s)",
|
|
72
|
-
"description": "The entry path(s) for the package",
|
|
73
|
-
"oneOf": [
|
|
74
|
-
{
|
|
75
|
-
"type": "string"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "array",
|
|
79
|
-
"items": {
|
|
80
|
-
"type": "string"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
"id": "#entry",
|
|
85
|
-
"type": "any",
|
|
86
|
-
"default": {}
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"type": "object",
|
|
90
|
-
"default": {
|
|
91
|
-
"outputPath": "dist/{projectRoot}",
|
|
92
|
-
"tsconfig": "{projectRoot}/tsconfig.json",
|
|
93
|
-
"configFile": "{projectRoot}/powerlines.config.ts",
|
|
94
|
-
"entry": {}
|
|
95
|
-
}
|
|
96
|
-
}
|