@powerlines/nx 0.10.4 → 0.10.6
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/{chunk-CZ3MXYGK.js → chunk-2KH2YNA7.js} +2 -2
- package/dist/{chunk-JIKEBFHR.js → chunk-3NYVLWKQ.js} +1 -1
- package/dist/{chunk-3PON7GN2.mjs → chunk-5LTOVY72.mjs} +1 -1
- package/dist/{chunk-W53YCJUT.js → chunk-FI2LBCTE.js} +2 -2
- package/dist/{chunk-OUA5CYSM.mjs → chunk-I2XQBFXH.mjs} +1 -1
- package/dist/{chunk-DXBUB7CM.mjs → chunk-KPMBIBPE.mjs} +1 -1
- package/dist/{chunk-4E5UMFKY.mjs → chunk-LPW4ZM6F.mjs} +1 -1
- package/dist/{chunk-QBH7UY6J.js → chunk-LRS4T7I7.js} +2 -2
- package/dist/{chunk-TGAG4BYS.js → chunk-T42RXTJI.js} +2 -2
- package/dist/{chunk-47DFWEJF.mjs → chunk-VTK4AV5G.mjs} +1 -1
- package/dist/{chunk-VWGJOYIA.js → chunk-WIXVSWS2.js} +2 -2
- package/dist/{chunk-RIJVZWZO.mjs → chunk-XSNM76JD.mjs} +1 -1
- package/dist/executors.js +13 -13
- package/dist/executors.mjs +6 -6
- package/dist/index.js +13 -13
- package/dist/index.mjs +6 -6
- package/dist/src/base/base-executor.js +2 -2
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/executors/build/executor.js +4 -4
- package/dist/src/executors/build/executor.mjs +2 -2
- package/dist/src/executors/clean/executor.js +4 -4
- package/dist/src/executors/clean/executor.mjs +2 -2
- package/dist/src/executors/docs/executor.js +4 -4
- package/dist/src/executors/docs/executor.mjs +2 -2
- package/dist/src/executors/lint/executor.js +4 -4
- package/dist/src/executors/lint/executor.mjs +2 -2
- package/dist/src/executors/prepare/executor.js +4 -4
- package/dist/src/executors/prepare/executor.mjs +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.10.5](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.5) (11/08/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.19.1**
|
|
10
|
+
|
|
11
|
+
## [0.10.4](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.4) (11/08/2025)
|
|
12
|
+
|
|
13
|
+
### Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated **powerlines** to **v0.19.0**
|
|
16
|
+
|
|
5
17
|
## [0.10.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.3) (11/07/2025)
|
|
6
18
|
|
|
7
19
|
### Updated Dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/docs/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunk3NYVLWKQ_js.withExecutor("docs", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -259,7 +259,7 @@ function resolveEntryInput(context, typeDefinition) {
|
|
|
259
259
|
}
|
|
260
260
|
chunkSHUYVCID_js.__name(resolveEntryInput, "resolveEntryInput");
|
|
261
261
|
function resolveEntryOutput(context, typeDefinition) {
|
|
262
|
-
return replace.replaceExtension(
|
|
262
|
+
return replace.replaceExtension(replace.replacePath(replace.replacePath(replace.replacePath(replace.replacePath(replace.replacePath(typeDefinition.file, joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.sourceRoot)), joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot)), context.config.sourceRoot), context.config.projectRoot), replace.replacePath(context.config.sourceRoot, context.config.projectRoot)));
|
|
263
263
|
}
|
|
264
264
|
chunkSHUYVCID_js.__name(resolveEntryOutput, "resolveEntryOutput");
|
|
265
265
|
function resolveEntry(context, typeDefinition) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/lint/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunk3NYVLWKQ_js.withExecutor("lint", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.js');
|
|
4
4
|
var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
5
5
|
|
|
6
6
|
// src/executors/clean/executor.ts
|
|
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
chunkSHUYVCID_js.__name(executorFn, "executorFn");
|
|
14
|
-
var executor =
|
|
14
|
+
var executor = chunk3NYVLWKQ_js.withExecutor("clean", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.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 = chunk3NYVLWKQ_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -230,7 +230,7 @@ function resolveEntryInput(context, typeDefinition) {
|
|
|
230
230
|
}
|
|
231
231
|
__name(resolveEntryInput, "resolveEntryInput");
|
|
232
232
|
function resolveEntryOutput(context, typeDefinition) {
|
|
233
|
-
return replaceExtension(
|
|
233
|
+
return replaceExtension(replacePath(replacePath(replacePath(replacePath(replacePath(typeDefinition.file, joinPaths(context.workspaceConfig.workspaceRoot, context.config.sourceRoot)), joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot)), context.config.sourceRoot), context.config.projectRoot), replacePath(context.config.sourceRoot, context.config.projectRoot)));
|
|
234
234
|
}
|
|
235
235
|
__name(resolveEntryOutput, "resolveEntryOutput");
|
|
236
236
|
function resolveEntry(context, typeDefinition) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.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 = chunk3NYVLWKQ_js.withExecutor("prepare", 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-
|
|
4
|
+
var chunkLRS4T7I7_js = require('./chunk-LRS4T7I7.js');
|
|
5
|
+
var chunk2KH2YNA7_js = require('./chunk-2KH2YNA7.js');
|
|
6
|
+
var chunkFI2LBCTE_js = require('./chunk-FI2LBCTE.js');
|
|
7
|
+
var chunkWIXVSWS2_js = require('./chunk-WIXVSWS2.js');
|
|
8
|
+
var chunkT42RXTJI_js = require('./chunk-T42RXTJI.js');
|
|
9
|
+
require('./chunk-3NYVLWKQ.js');
|
|
10
10
|
require('./chunk-UOTRU26N.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
Object.defineProperty(exports, "
|
|
15
|
+
Object.defineProperty(exports, "clean", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkLRS4T7I7_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "docs", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk2KH2YNA7_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "lint", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkFI2LBCTE_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "prepare", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkWIXVSWS2_js.executor_default; }
|
|
30
30
|
});
|
|
31
|
-
Object.defineProperty(exports, "
|
|
31
|
+
Object.defineProperty(exports, "build", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkT42RXTJI_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-
|
|
2
|
+
export { executor_default as clean } from './chunk-KPMBIBPE.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-5LTOVY72.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-I2XQBFXH.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-LPW4ZM6F.mjs';
|
|
6
|
+
export { executor_default as build } from './chunk-XSNM76JD.mjs';
|
|
7
|
+
import './chunk-VTK4AV5G.mjs';
|
|
8
8
|
import './chunk-DVGRVHRD.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 chunkLRS4T7I7_js = require('./chunk-LRS4T7I7.js');
|
|
5
|
+
var chunk2KH2YNA7_js = require('./chunk-2KH2YNA7.js');
|
|
6
|
+
var chunkFI2LBCTE_js = require('./chunk-FI2LBCTE.js');
|
|
7
|
+
var chunkWIXVSWS2_js = require('./chunk-WIXVSWS2.js');
|
|
8
8
|
require('./chunk-N2YKXZ5R.js');
|
|
9
9
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
10
10
|
var chunk67ALH5AX_js = require('./chunk-67ALH5AX.js');
|
|
11
|
-
var
|
|
12
|
-
require('./chunk-
|
|
11
|
+
var chunkT42RXTJI_js = require('./chunk-T42RXTJI.js');
|
|
12
|
+
require('./chunk-3NYVLWKQ.js');
|
|
13
13
|
require('./chunk-UOTRU26N.js');
|
|
14
14
|
require('./chunk-SHUYVCID.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "clean", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkLRS4T7I7_js.executor_default; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "docs", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunk2KH2YNA7_js.executor_default; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "lint", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkFI2LBCTE_js.executor_default; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "prepare", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkWIXVSWS2_js.executor_default; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "sync", {
|
|
35
35
|
enumerable: true,
|
|
@@ -47,7 +47,7 @@ Object.defineProperty(exports, "name", {
|
|
|
47
47
|
enumerable: true,
|
|
48
48
|
get: function () { return chunk67ALH5AX_js.name; }
|
|
49
49
|
});
|
|
50
|
-
Object.defineProperty(exports, "
|
|
50
|
+
Object.defineProperty(exports, "build", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkT42RXTJI_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 clean } from './chunk-KPMBIBPE.mjs';
|
|
3
|
+
export { executor_default as docs } from './chunk-5LTOVY72.mjs';
|
|
4
|
+
export { executor_default as lint } from './chunk-I2XQBFXH.mjs';
|
|
5
|
+
export { executor_default as prepare } from './chunk-LPW4ZM6F.mjs';
|
|
6
6
|
import './chunk-23KFTIT2.mjs';
|
|
7
7
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
8
8
|
export { createNodesV2, name } from './chunk-KBRKYARM.mjs';
|
|
9
|
-
export { executor_default as
|
|
10
|
-
import './chunk-
|
|
9
|
+
export { executor_default as build } from './chunk-XSNM76JD.mjs';
|
|
10
|
+
import './chunk-VTK4AV5G.mjs';
|
|
11
11
|
import './chunk-DVGRVHRD.mjs';
|
|
12
12
|
import './chunk-O6YSETKJ.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3NYVLWKQ_js = require('../../chunk-3NYVLWKQ.js');
|
|
4
4
|
require('../../chunk-UOTRU26N.js');
|
|
5
5
|
require('../../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
@@ -8,5 +8,5 @@ require('../../chunk-SHUYVCID.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "withExecutor", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk3NYVLWKQ_js.withExecutor; }
|
|
12
12
|
});
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkT42RXTJI_js = require('../../../chunk-T42RXTJI.js');
|
|
6
|
+
require('../../../chunk-3NYVLWKQ.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkT42RXTJI_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkT42RXTJI_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-XSNM76JD.mjs';
|
|
2
|
+
import '../../../chunk-VTK4AV5G.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkLRS4T7I7_js = require('../../../chunk-LRS4T7I7.js');
|
|
6
|
+
require('../../../chunk-3NYVLWKQ.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkLRS4T7I7_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkLRS4T7I7_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-KPMBIBPE.mjs';
|
|
2
|
+
import '../../../chunk-VTK4AV5G.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunk2KH2YNA7_js = require('../../../chunk-2KH2YNA7.js');
|
|
6
|
+
require('../../../chunk-3NYVLWKQ.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk2KH2YNA7_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk2KH2YNA7_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-5LTOVY72.mjs';
|
|
2
|
+
import '../../../chunk-VTK4AV5G.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkFI2LBCTE_js = require('../../../chunk-FI2LBCTE.js');
|
|
6
|
+
require('../../../chunk-3NYVLWKQ.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkFI2LBCTE_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkFI2LBCTE_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-I2XQBFXH.mjs';
|
|
2
|
+
import '../../../chunk-VTK4AV5G.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var chunkWIXVSWS2_js = require('../../../chunk-WIXVSWS2.js');
|
|
6
|
+
require('../../../chunk-3NYVLWKQ.js');
|
|
7
7
|
require('../../../chunk-UOTRU26N.js');
|
|
8
8
|
require('../../../chunk-SHUYVCID.js');
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "default", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkWIXVSWS2_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkWIXVSWS2_js.executorFn; }
|
|
19
19
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { executor_default as default, executorFn } from '../../../chunk-
|
|
2
|
-
import '../../../chunk-
|
|
1
|
+
export { executor_default as default, executorFn } from '../../../chunk-LPW4ZM6F.mjs';
|
|
2
|
+
import '../../../chunk-VTK4AV5G.mjs';
|
|
3
3
|
import '../../../chunk-DVGRVHRD.mjs';
|
|
4
4
|
import '../../../chunk-O6YSETKJ.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.6",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -146,15 +146,15 @@
|
|
|
146
146
|
"@storm-software/esbuild": "^0.53.19",
|
|
147
147
|
"@storm-software/unbuild": "^0.57.19",
|
|
148
148
|
"@storm-software/workspace-tools": "^1.292.19",
|
|
149
|
-
"@stryke/fs": "^0.32.
|
|
150
|
-
"@stryke/hash": "^0.12.
|
|
151
|
-
"@stryke/path": "^0.
|
|
152
|
-
"@stryke/string-format": "^0.12.
|
|
153
|
-
"@stryke/type-checks": "^0.3.
|
|
149
|
+
"@stryke/fs": "^0.32.11",
|
|
150
|
+
"@stryke/hash": "^0.12.1",
|
|
151
|
+
"@stryke/path": "^0.19.0",
|
|
152
|
+
"@stryke/string-format": "^0.12.1",
|
|
153
|
+
"@stryke/type-checks": "^0.3.11",
|
|
154
154
|
"defu": "^6.1.4",
|
|
155
155
|
"jiti": "^2.6.1",
|
|
156
156
|
"nx": "^22.0.2",
|
|
157
|
-
"powerlines": "^0.19.
|
|
157
|
+
"powerlines": "^0.19.2"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
160
|
"@nx/workspace": "^22.0.2",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"publishConfig": { "access": "public" },
|
|
169
169
|
"executors": "./executors.json",
|
|
170
170
|
"generators": "./generators.json",
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "487dbe9d301ea6c2bba10d3dec1706b64a079452"
|
|
172
172
|
}
|