@powerlines/nx 0.10.3 → 0.10.5
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-5BPEG52U.js → chunk-2KH2YNA7.js} +2 -2
- package/dist/{chunk-SXA7B3TE.js → chunk-3NYVLWKQ.js} +50 -2
- package/dist/{chunk-3E654WM2.mjs → chunk-5LTOVY72.mjs} +1 -1
- package/dist/{chunk-MI5C7LYS.js → chunk-FI2LBCTE.js} +2 -2
- package/dist/{chunk-RPI3PNLJ.mjs → chunk-I2XQBFXH.mjs} +1 -1
- package/dist/{chunk-QEHHWZYD.mjs → chunk-KPMBIBPE.mjs} +1 -1
- package/dist/{chunk-QY2HEZSZ.mjs → chunk-LPW4ZM6F.mjs} +1 -1
- package/dist/{chunk-IS2MEDGI.js → chunk-LRS4T7I7.js} +2 -2
- package/dist/{chunk-DODH7R3U.js → chunk-T42RXTJI.js} +2 -2
- package/dist/{chunk-MSR5HSGP.mjs → chunk-VTK4AV5G.mjs} +50 -2
- package/dist/{chunk-NFAKPYKX.js → chunk-WIXVSWS2.js} +2 -2
- package/dist/{chunk-H4ROBXJM.mjs → chunk-XSNM76JD.mjs} +1 -1
- package/dist/executors.js +11 -11
- package/dist/executors.mjs +6 -6
- package/dist/index.js +11 -11
- 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.4](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.4) (11/08/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.19.0**
|
|
10
|
+
|
|
11
|
+
## [0.10.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.3) (11/07/2025)
|
|
12
|
+
|
|
13
|
+
### Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated **powerlines** to **v0.18.0**
|
|
16
|
+
|
|
5
17
|
## [0.10.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.2) (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;
|
|
@@ -36,6 +36,7 @@ var json = require('@stryke/fs/json');
|
|
|
36
36
|
var murmurhash = require('@stryke/hash/murmurhash');
|
|
37
37
|
var getUnique = require('@stryke/helpers/get-unique');
|
|
38
38
|
var omit = require('@stryke/helpers/omit');
|
|
39
|
+
var stormJson = require('@stryke/json/storm-json');
|
|
39
40
|
var append = require('@stryke/path/append');
|
|
40
41
|
var filePathFns = require('@stryke/path/file-path-fns');
|
|
41
42
|
var isType = require('@stryke/path/is-type');
|
|
@@ -64,7 +65,6 @@ var ts2 = require('typescript');
|
|
|
64
65
|
var _package = require('@stryke/string-format/package');
|
|
65
66
|
var superdiff = require('@donedeal0/superdiff');
|
|
66
67
|
var tsconfig = require('@stryke/fs/tsconfig');
|
|
67
|
-
var stormJson = require('@stryke/json/storm-json');
|
|
68
68
|
var writeFile$1 = require('@stryke/fs/write-file');
|
|
69
69
|
var environmentChecks = require('@stryke/env/environment-checks');
|
|
70
70
|
var unplugin = require('unplugin');
|
|
@@ -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) {
|
|
@@ -2007,6 +2007,54 @@ ${result.errors.map((error) => ` [${error.severity}] ${error.message}${error.co
|
|
|
2007
2007
|
await this.init(this.config.inlineConfig, options);
|
|
2008
2008
|
}
|
|
2009
2009
|
/**
|
|
2010
|
+
* A logging function for fatal messages
|
|
2011
|
+
*
|
|
2012
|
+
* @param message - The message to log.
|
|
2013
|
+
*/
|
|
2014
|
+
fatal(message) {
|
|
2015
|
+
this.log(types.LogLevelLabel.FATAL, isString.isString(message) ? message : stormJson.StormJSON.stringify(message));
|
|
2016
|
+
}
|
|
2017
|
+
/**
|
|
2018
|
+
* A logging function for error messages
|
|
2019
|
+
*
|
|
2020
|
+
* @param message - The message to log.
|
|
2021
|
+
*/
|
|
2022
|
+
error(message) {
|
|
2023
|
+
this.log(types.LogLevelLabel.ERROR, isString.isString(message) ? message : stormJson.StormJSON.stringify(message));
|
|
2024
|
+
}
|
|
2025
|
+
/**
|
|
2026
|
+
* A logging function for warning messages
|
|
2027
|
+
*
|
|
2028
|
+
* @param message - The message to log.
|
|
2029
|
+
*/
|
|
2030
|
+
warn(message) {
|
|
2031
|
+
this.log(types.LogLevelLabel.WARN, isString.isString(message) ? message : stormJson.StormJSON.stringify(message));
|
|
2032
|
+
}
|
|
2033
|
+
/**
|
|
2034
|
+
* A logging function for informational messages
|
|
2035
|
+
*
|
|
2036
|
+
* @param message - The message to log.
|
|
2037
|
+
*/
|
|
2038
|
+
info(message) {
|
|
2039
|
+
this.log(types.LogLevelLabel.INFO, isString.isString(message) ? message : stormJson.StormJSON.stringify(message));
|
|
2040
|
+
}
|
|
2041
|
+
/**
|
|
2042
|
+
* A logging function for debug messages
|
|
2043
|
+
*
|
|
2044
|
+
* @param message - The message to log.
|
|
2045
|
+
*/
|
|
2046
|
+
debug(message) {
|
|
2047
|
+
this.log(types.LogLevelLabel.DEBUG, isString.isString(message) ? message : stormJson.StormJSON.stringify(message));
|
|
2048
|
+
}
|
|
2049
|
+
/**
|
|
2050
|
+
* A logging function for trace messages
|
|
2051
|
+
*
|
|
2052
|
+
* @param message - The message to log.
|
|
2053
|
+
*/
|
|
2054
|
+
trace(message) {
|
|
2055
|
+
this.log(types.LogLevelLabel.TRACE, isString.isString(message) ? message : stormJson.StormJSON.stringify(message));
|
|
2056
|
+
}
|
|
2057
|
+
/**
|
|
2010
2058
|
* Create a new logger instance
|
|
2011
2059
|
*
|
|
2012
2060
|
* @param name - The name to use for the logger instance
|
|
@@ -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;
|
|
@@ -34,6 +34,7 @@ import { readJsonFile, readJsonFileSync } from '@stryke/fs/json';
|
|
|
34
34
|
import { murmurhash } from '@stryke/hash/murmurhash';
|
|
35
35
|
import { getUnique, getUniqueBy } from '@stryke/helpers/get-unique';
|
|
36
36
|
import { omit } from '@stryke/helpers/omit';
|
|
37
|
+
import { StormJSON } from '@stryke/json/storm-json';
|
|
37
38
|
import { appendPath } from '@stryke/path/append';
|
|
38
39
|
import { findFilePath, findFileDotExtensionSafe, hasFileExtension, relativePath, findFileName } from '@stryke/path/file-path-fns';
|
|
39
40
|
import { isAbsolutePath, isAbsolute } from '@stryke/path/is-type';
|
|
@@ -62,7 +63,6 @@ import ts2, { createProgram, createCompilerHost, getPreEmitDiagnostics, getLineA
|
|
|
62
63
|
import { getPackageName, hasPackageVersion, getPackageVersion } from '@stryke/string-format/package';
|
|
63
64
|
import { getObjectDiff } from '@donedeal0/superdiff';
|
|
64
65
|
import { loadTsConfig } from '@stryke/fs/tsconfig';
|
|
65
|
-
import { StormJSON } from '@stryke/json/storm-json';
|
|
66
66
|
import { writeFile as writeFile$1 } from '@stryke/fs/write-file';
|
|
67
67
|
import { isDevelopmentMode, isTestMode } from '@stryke/env/environment-checks';
|
|
68
68
|
import { createVitePlugin, createEsbuildPlugin, createWebpackPlugin, createRolldownPlugin, createRollupPlugin, createRspackPlugin, createUnloaderPlugin } from 'unplugin';
|
|
@@ -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) {
|
|
@@ -1978,6 +1978,54 @@ ${result.errors.map((error) => ` [${error.severity}] ${error.message}${error.co
|
|
|
1978
1978
|
await this.init(this.config.inlineConfig, options);
|
|
1979
1979
|
}
|
|
1980
1980
|
/**
|
|
1981
|
+
* A logging function for fatal messages
|
|
1982
|
+
*
|
|
1983
|
+
* @param message - The message to log.
|
|
1984
|
+
*/
|
|
1985
|
+
fatal(message) {
|
|
1986
|
+
this.log(LogLevelLabel.FATAL, isString(message) ? message : StormJSON.stringify(message));
|
|
1987
|
+
}
|
|
1988
|
+
/**
|
|
1989
|
+
* A logging function for error messages
|
|
1990
|
+
*
|
|
1991
|
+
* @param message - The message to log.
|
|
1992
|
+
*/
|
|
1993
|
+
error(message) {
|
|
1994
|
+
this.log(LogLevelLabel.ERROR, isString(message) ? message : StormJSON.stringify(message));
|
|
1995
|
+
}
|
|
1996
|
+
/**
|
|
1997
|
+
* A logging function for warning messages
|
|
1998
|
+
*
|
|
1999
|
+
* @param message - The message to log.
|
|
2000
|
+
*/
|
|
2001
|
+
warn(message) {
|
|
2002
|
+
this.log(LogLevelLabel.WARN, isString(message) ? message : StormJSON.stringify(message));
|
|
2003
|
+
}
|
|
2004
|
+
/**
|
|
2005
|
+
* A logging function for informational messages
|
|
2006
|
+
*
|
|
2007
|
+
* @param message - The message to log.
|
|
2008
|
+
*/
|
|
2009
|
+
info(message) {
|
|
2010
|
+
this.log(LogLevelLabel.INFO, isString(message) ? message : StormJSON.stringify(message));
|
|
2011
|
+
}
|
|
2012
|
+
/**
|
|
2013
|
+
* A logging function for debug messages
|
|
2014
|
+
*
|
|
2015
|
+
* @param message - The message to log.
|
|
2016
|
+
*/
|
|
2017
|
+
debug(message) {
|
|
2018
|
+
this.log(LogLevelLabel.DEBUG, isString(message) ? message : StormJSON.stringify(message));
|
|
2019
|
+
}
|
|
2020
|
+
/**
|
|
2021
|
+
* A logging function for trace messages
|
|
2022
|
+
*
|
|
2023
|
+
* @param message - The message to log.
|
|
2024
|
+
*/
|
|
2025
|
+
trace(message) {
|
|
2026
|
+
this.log(LogLevelLabel.TRACE, isString(message) ? message : StormJSON.stringify(message));
|
|
2027
|
+
}
|
|
2028
|
+
/**
|
|
1981
2029
|
* Create a new logger instance
|
|
1982
2030
|
*
|
|
1983
2031
|
* @param name - The name to use for the logger instance
|
|
@@ -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,12 +1,12 @@
|
|
|
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
|
|
|
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
|
|
|
14
14
|
|
|
15
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
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 clean } from './chunk-
|
|
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 build } from './chunk-
|
|
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,15 +1,15 @@
|
|
|
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
|
|
|
@@ -17,19 +17,19 @@ require('./chunk-SHUYVCID.js');
|
|
|
17
17
|
|
|
18
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,
|
|
@@ -49,5 +49,5 @@ Object.defineProperty(exports, "name", {
|
|
|
49
49
|
});
|
|
50
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 clean } from './chunk-
|
|
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 build } from './chunk-
|
|
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.5",
|
|
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.
|
|
157
|
+
"powerlines": "^0.19.1"
|
|
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": "d25499feacd0143784f3cd426488909134bffab2"
|
|
172
172
|
}
|