@powerlines/nx 0.11.193 → 0.11.195
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 +16 -0
- package/dist/{chunk-ZV3F6O52.js → chunk-4C2NN4OQ.js} +2 -2
- package/dist/{chunk-5JZFESPF.js → chunk-5U2TWEHT.js} +2 -2
- package/dist/{chunk-75YSMHGI.js → chunk-76DJDU5P.js} +2 -2
- package/dist/{chunk-734NF6ZG.mjs → chunk-CUPZD3E3.mjs} +1 -1
- package/dist/{chunk-43EY2DNL.mjs → chunk-E2IRTSG3.mjs} +45 -17
- package/dist/{chunk-EYI3IJDF.mjs → chunk-F6X4IN3U.mjs} +1 -1
- package/dist/{chunk-L7AB5AHV.js → chunk-G4U452MR.js} +2 -2
- package/dist/{chunk-DCSNOS3O.js → chunk-JGZF3NUX.js} +2 -2
- package/dist/{chunk-7U5UKOOX.mjs → chunk-KXVQ6KQS.mjs} +1 -1
- package/dist/{chunk-PN3ISOQX.mjs → chunk-LE7CDNOR.mjs} +1 -1
- package/dist/{chunk-QPQ2NXTQ.mjs → chunk-LSPZWOHG.mjs} +1 -1
- package/dist/{chunk-S2PXRVRI.js → chunk-TKGRDHQI.js} +48 -20
- 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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.11.194](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.194) (02/03/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.38.34**
|
|
10
|
+
|
|
11
|
+
## [0.11.193](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.193) (02/03/2026)
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **nx:** Update Nx plugin to cache `prepare` task execution ([5418530a3](https://github.com/storm-software/powerlines/commit/5418530a3))
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated **powerlines** to **v0.38.33**
|
|
20
|
+
|
|
5
21
|
## [0.11.192](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.192) (02/02/2026)
|
|
6
22
|
|
|
7
23
|
### Updated Dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkTKGRDHQI_js = require('./chunk-TKGRDHQI.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 = chunkTKGRDHQI_js.withExecutor("prepare", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkTKGRDHQI_js = require('./chunk-TKGRDHQI.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 = chunkTKGRDHQI_js.withExecutor("docs", 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 chunkTKGRDHQI_js = require('./chunk-TKGRDHQI.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 = chunkTKGRDHQI_js.withExecutor("clean", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -3,7 +3,7 @@ import { __name } from './chunk-O6YSETKJ.mjs';
|
|
|
3
3
|
import { getLogFn, getLogLevel, writeError } from '@storm-software/config-tools/logger';
|
|
4
4
|
import { withRunExecutor } from '@storm-software/workspace-tools/base/base-executor';
|
|
5
5
|
import { isError } from '@stryke/type-checks/is-error';
|
|
6
|
-
import
|
|
6
|
+
import defu7, { createDefu, defu } from 'defu';
|
|
7
7
|
import { relativeToWorkspaceRoot } from '@stryke/fs/get-workspace-root';
|
|
8
8
|
import { formatLogMessage } from '@storm-software/config-tools/logger/console';
|
|
9
9
|
import { toArray } from '@stryke/convert/to-array';
|
|
@@ -75,7 +75,7 @@ import { resolve } from 'node:path';
|
|
|
75
75
|
|
|
76
76
|
// ../powerlines/package.json
|
|
77
77
|
var package_default = {
|
|
78
|
-
version: "0.38.
|
|
78
|
+
version: "0.38.34"};
|
|
79
79
|
var VirtualFileSystemHost = class extends InMemoryFileSystemHost {
|
|
80
80
|
static {
|
|
81
81
|
__name(this, "VirtualFileSystemHost");
|
|
@@ -168,11 +168,11 @@ var VirtualFileSystemHost = class extends InMemoryFileSystemHost {
|
|
|
168
168
|
};
|
|
169
169
|
function createProgram(context, override) {
|
|
170
170
|
context.debug(`Creating ts-morph Project instance with configuration from: ${context.tsconfig.tsconfigFilePath}.`);
|
|
171
|
-
const project = new Project(
|
|
171
|
+
const project = new Project(defu7(override ?? {}, {
|
|
172
172
|
skipAddingFilesFromTsConfig: false,
|
|
173
173
|
tsConfigFilePath: context.tsconfig.tsconfigFilePath,
|
|
174
174
|
fileSystem: new VirtualFileSystemHost(context),
|
|
175
|
-
compilerOptions:
|
|
175
|
+
compilerOptions: defu7(context.tsconfig.options ?? {}, {
|
|
176
176
|
lib: [
|
|
177
177
|
"lib.esnext.full.d.ts"
|
|
178
178
|
]
|
|
@@ -465,7 +465,7 @@ function getParsedTypeScriptConfig(workspaceRoot, projectRoot, tsconfig, tsconfi
|
|
|
465
465
|
if (!tsconfigJson) {
|
|
466
466
|
throw new Error(`Cannot find the \`tsconfig.json\` configuration file at ${joinPaths$1(projectRoot, tsconfig ?? "tsconfig.json")}`);
|
|
467
467
|
}
|
|
468
|
-
const parsedCommandLine = ts.parseJsonConfigFileContent(
|
|
468
|
+
const parsedCommandLine = ts.parseJsonConfigFileContent(defu7(tsconfigRaw ?? {}, tsconfigJson), host, appendPath(projectRoot, workspaceRoot));
|
|
469
469
|
if (parsedCommandLine.errors.length > 0) {
|
|
470
470
|
const errorMessage = `Cannot parse the TypeScript compiler options. Please investigate the following issues:
|
|
471
471
|
${parsedCommandLine.errors.map((error) => `- ${(error.category !== void 0 && error.code ? `[${error.category}-${error.code}]: ` : "") + error.messageText.toString()}`).join("\n")}
|
|
@@ -598,7 +598,7 @@ var GLOBAL_ENVIRONMENT = "__global__";
|
|
|
598
598
|
|
|
599
599
|
// ../powerlines/src/internal/helpers/environment.ts
|
|
600
600
|
function createEnvironment(name, userConfig) {
|
|
601
|
-
return
|
|
601
|
+
return defu7(userConfig.environments?.[name] ?? {}, {
|
|
602
602
|
name,
|
|
603
603
|
title: userConfig.title || titleCase(userConfig.name),
|
|
604
604
|
ssr: false,
|
|
@@ -642,7 +642,7 @@ function createDefaultEnvironment(userConfig) {
|
|
|
642
642
|
}
|
|
643
643
|
__name(createDefaultEnvironment, "createDefaultEnvironment");
|
|
644
644
|
function resolveOptions(options) {
|
|
645
|
-
return
|
|
645
|
+
return defu7(options, {
|
|
646
646
|
interopDefault: true,
|
|
647
647
|
fsCache: options.mode !== "development" ? joinPaths$1(options.cacheDir, "jiti") : false,
|
|
648
648
|
moduleCache: options.mode !== "development"
|
|
@@ -797,6 +797,34 @@ function findInvalidPluginConfig(config) {
|
|
|
797
797
|
];
|
|
798
798
|
}
|
|
799
799
|
__name(findInvalidPluginConfig, "findInvalidPluginConfig");
|
|
800
|
+
createDefu((obj, key, value) => {
|
|
801
|
+
if (isPluginHook(obj[key]) && isPluginHook(value)) {
|
|
802
|
+
obj[key] = {
|
|
803
|
+
...obj[key],
|
|
804
|
+
...value,
|
|
805
|
+
handler: /* @__PURE__ */ __name(async (...params) => {
|
|
806
|
+
const [resultA, resultB] = await Promise.all([
|
|
807
|
+
// eslint-disable-next-line ts/no-unsafe-call
|
|
808
|
+
getHookHandler(obj[key])(...params),
|
|
809
|
+
// eslint-disable-next-line ts/no-unsafe-call
|
|
810
|
+
getHookHandler(value)(...params)
|
|
811
|
+
]);
|
|
812
|
+
return resultB && resultA ? defu7(resultA, resultB) : resultA || resultB;
|
|
813
|
+
}, "handler")
|
|
814
|
+
};
|
|
815
|
+
return true;
|
|
816
|
+
}
|
|
817
|
+
return false;
|
|
818
|
+
});
|
|
819
|
+
var mergeConfig = createDefu((obj, key, value) => {
|
|
820
|
+
if (isString(obj[key]) && isString(value)) {
|
|
821
|
+
if (isSetString(value)) {
|
|
822
|
+
obj[key] = value;
|
|
823
|
+
}
|
|
824
|
+
return true;
|
|
825
|
+
}
|
|
826
|
+
return false;
|
|
827
|
+
});
|
|
800
828
|
function replacePathTokens(context, path) {
|
|
801
829
|
if (!path) {
|
|
802
830
|
return path;
|
|
@@ -2736,7 +2764,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
2736
2764
|
#parserCache;
|
|
2737
2765
|
#requestCache;
|
|
2738
2766
|
#getConfigProps(config = {}) {
|
|
2739
|
-
return
|
|
2767
|
+
return mergeConfig({
|
|
2740
2768
|
variant: config.build?.variant,
|
|
2741
2769
|
projectType: config.type,
|
|
2742
2770
|
projectRoot: config.root,
|
|
@@ -3340,7 +3368,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3340
3368
|
* @param options - Optional write file options
|
|
3341
3369
|
*/
|
|
3342
3370
|
async emitEntry(code, path, options = {}) {
|
|
3343
|
-
return this.emit(code, appendPath(path, this.entryPath),
|
|
3371
|
+
return this.emit(code, appendPath(path, this.entryPath), defu7({
|
|
3344
3372
|
meta: {
|
|
3345
3373
|
type: "entry",
|
|
3346
3374
|
properties: {
|
|
@@ -3363,7 +3391,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3363
3391
|
* @param options - Optional write file options
|
|
3364
3392
|
*/
|
|
3365
3393
|
emitEntrySync(code, path, options = {}) {
|
|
3366
|
-
return this.emitSync(code, appendPath(path, this.entryPath),
|
|
3394
|
+
return this.emitSync(code, appendPath(path, this.entryPath), defu7({
|
|
3367
3395
|
meta: {
|
|
3368
3396
|
type: "entry",
|
|
3369
3397
|
properties: {
|
|
@@ -3392,7 +3420,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3392
3420
|
if (!isSetString(id)) {
|
|
3393
3421
|
throw new Error(`The builtin id must be a non-empty string. Received: ${String(id)}`);
|
|
3394
3422
|
}
|
|
3395
|
-
return this.emit(code, appendPath(id, this.builtinsPath),
|
|
3423
|
+
return this.emit(code, appendPath(id, this.builtinsPath), defu7(options, {
|
|
3396
3424
|
meta: {
|
|
3397
3425
|
type: "builtin",
|
|
3398
3426
|
id
|
|
@@ -3413,7 +3441,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3413
3441
|
if (!isSetString(id)) {
|
|
3414
3442
|
throw new Error(`The builtin id must be a non-empty string. Received: ${String(id)}`);
|
|
3415
3443
|
}
|
|
3416
|
-
return this.emitSync(code, appendPath(id, this.builtinsPath),
|
|
3444
|
+
return this.emitSync(code, appendPath(id, this.builtinsPath), defu7(options, {
|
|
3417
3445
|
meta: {
|
|
3418
3446
|
type: "builtin",
|
|
3419
3447
|
id
|
|
@@ -3620,7 +3648,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3620
3648
|
}
|
|
3621
3649
|
config.tsconfig ??= getTsconfigFilePath(this.workspaceConfig.workspaceRoot, cacheKey.projectRoot, config.tsconfig);
|
|
3622
3650
|
if (isSetObject(config)) {
|
|
3623
|
-
this.resolvedConfig =
|
|
3651
|
+
this.resolvedConfig = mergeConfig({
|
|
3624
3652
|
inlineConfig: this.config.inlineConfig,
|
|
3625
3653
|
userConfig: this.config.userConfig
|
|
3626
3654
|
}, options.isHighPriority ? this.#getConfigProps(config) : {}, {
|
|
@@ -3635,7 +3663,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3635
3663
|
version: this.packageJson?.version,
|
|
3636
3664
|
description: this.packageJson?.description,
|
|
3637
3665
|
sourceRoot: this.projectJson?.sourceRoot || appendPath("src", cacheKey.projectRoot),
|
|
3638
|
-
output:
|
|
3666
|
+
output: mergeConfig(config.output ?? {}, {
|
|
3639
3667
|
outputPath: cacheKey.projectRoot ? joinPaths(this.workspaceConfig?.directories?.build || "dist", cacheKey.projectRoot) : this.workspaceConfig?.directories?.build || "dist",
|
|
3640
3668
|
artifactsPath: `.${config.framework ?? "powerlines"}`,
|
|
3641
3669
|
dts: joinPaths(cacheKey.projectRoot, `${config.framework ?? "powerlines"}.d.ts`),
|
|
@@ -3749,7 +3777,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3749
3777
|
this.#fs ??= await VirtualFileSystem.create(this);
|
|
3750
3778
|
}
|
|
3751
3779
|
mergeUserConfig(from = {}, into = this.config.userConfig ?? {}) {
|
|
3752
|
-
this.config.userConfig =
|
|
3780
|
+
this.config.userConfig = mergeConfig({
|
|
3753
3781
|
entry: Array.isArray(from.entry) && from.entry.length > 0 ? from.entry : Array.isArray(into?.entry) && into.entry.length > 0 ? into.entry : []
|
|
3754
3782
|
}, omit(from ?? {}, [
|
|
3755
3783
|
"entry"
|
|
@@ -4959,7 +4987,7 @@ function withExecutor(command, executorFn) {
|
|
|
4959
4987
|
throw new Error("The executor requires `projectsConfigurations` on the context object.");
|
|
4960
4988
|
}
|
|
4961
4989
|
const projectConfig = context.projectsConfigurations.projects[context.projectName];
|
|
4962
|
-
const api = await src_default.from(workspaceConfig.workspaceRoot,
|
|
4990
|
+
const api = await src_default.from(workspaceConfig.workspaceRoot, defu7({
|
|
4963
4991
|
root: projectConfig.root,
|
|
4964
4992
|
type: projectConfig.projectType,
|
|
4965
4993
|
sourceRoot: projectConfig.sourceRoot,
|
|
@@ -4972,7 +5000,7 @@ function withExecutor(command, executorFn) {
|
|
|
4972
5000
|
}
|
|
4973
5001
|
}, options));
|
|
4974
5002
|
try {
|
|
4975
|
-
return await Promise.resolve(executorFn(
|
|
5003
|
+
return await Promise.resolve(executorFn(defu7({
|
|
4976
5004
|
projectName: context.projectName,
|
|
4977
5005
|
options,
|
|
4978
5006
|
workspaceConfig,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkTKGRDHQI_js = require('./chunk-TKGRDHQI.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 = chunkTKGRDHQI_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkTKGRDHQI_js = require('./chunk-TKGRDHQI.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 = chunkTKGRDHQI_js.withExecutor("lint", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -5,7 +5,7 @@ var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
|
|
|
5
5
|
var logger = require('@storm-software/config-tools/logger');
|
|
6
6
|
var baseExecutor = require('@storm-software/workspace-tools/base/base-executor');
|
|
7
7
|
var isError = require('@stryke/type-checks/is-error');
|
|
8
|
-
var
|
|
8
|
+
var defu7 = require('defu');
|
|
9
9
|
var getWorkspaceRoot = require('@stryke/fs/get-workspace-root');
|
|
10
10
|
var console = require('@storm-software/config-tools/logger/console');
|
|
11
11
|
var toArray = require('@stryke/convert/to-array');
|
|
@@ -95,7 +95,7 @@ function _interopNamespace(e) {
|
|
|
95
95
|
return Object.freeze(n);
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
var
|
|
98
|
+
var defu7__default = /*#__PURE__*/_interopDefault(defu7);
|
|
99
99
|
var chalk5__default = /*#__PURE__*/_interopDefault(chalk5);
|
|
100
100
|
var Handlebars__default = /*#__PURE__*/_interopDefault(Handlebars);
|
|
101
101
|
var ts__default = /*#__PURE__*/_interopDefault(ts);
|
|
@@ -103,7 +103,7 @@ var $__namespace = /*#__PURE__*/_interopNamespace($);
|
|
|
103
103
|
|
|
104
104
|
// ../powerlines/package.json
|
|
105
105
|
var package_default = {
|
|
106
|
-
version: "0.38.
|
|
106
|
+
version: "0.38.34"};
|
|
107
107
|
var VirtualFileSystemHost = class extends tsMorph.InMemoryFileSystemHost {
|
|
108
108
|
static {
|
|
109
109
|
chunkSHUYVCID_js.__name(this, "VirtualFileSystemHost");
|
|
@@ -196,11 +196,11 @@ var VirtualFileSystemHost = class extends tsMorph.InMemoryFileSystemHost {
|
|
|
196
196
|
};
|
|
197
197
|
function createProgram(context, override) {
|
|
198
198
|
context.debug(`Creating ts-morph Project instance with configuration from: ${context.tsconfig.tsconfigFilePath}.`);
|
|
199
|
-
const project = new tsMorph.Project(
|
|
199
|
+
const project = new tsMorph.Project(defu7__default.default(override ?? {}, {
|
|
200
200
|
skipAddingFilesFromTsConfig: false,
|
|
201
201
|
tsConfigFilePath: context.tsconfig.tsconfigFilePath,
|
|
202
202
|
fileSystem: new VirtualFileSystemHost(context),
|
|
203
|
-
compilerOptions:
|
|
203
|
+
compilerOptions: defu7__default.default(context.tsconfig.options ?? {}, {
|
|
204
204
|
lib: [
|
|
205
205
|
"lib.esnext.full.d.ts"
|
|
206
206
|
]
|
|
@@ -280,7 +280,7 @@ declare module "${moduleId}" {
|
|
|
280
280
|
return builtinModules;
|
|
281
281
|
}
|
|
282
282
|
chunkSHUYVCID_js.__name(emitBuiltinTypes, "emitBuiltinTypes");
|
|
283
|
-
var mergeResults =
|
|
283
|
+
var mergeResults = defu7.createDefu((obj, key, value) => {
|
|
284
284
|
if (isString.isString(obj[key]) && isString.isString(value)) {
|
|
285
285
|
obj[key] = `${obj[key] || ""}
|
|
286
286
|
${value || ""}`.trim();
|
|
@@ -350,7 +350,7 @@ ${result || ""}`.trim()
|
|
|
350
350
|
if (definedResults.length > 0) {
|
|
351
351
|
let mergedResult = void 0;
|
|
352
352
|
for (const result of definedResults) {
|
|
353
|
-
mergedResult =
|
|
353
|
+
mergedResult = defu7.defu(result, mergedResult ?? {});
|
|
354
354
|
}
|
|
355
355
|
return mergedResult;
|
|
356
356
|
}
|
|
@@ -493,7 +493,7 @@ function getParsedTypeScriptConfig(workspaceRoot, projectRoot, tsconfig, tsconfi
|
|
|
493
493
|
if (!tsconfigJson) {
|
|
494
494
|
throw new Error(`Cannot find the \`tsconfig.json\` configuration file at ${joinPaths.joinPaths(projectRoot, tsconfig ?? "tsconfig.json")}`);
|
|
495
495
|
}
|
|
496
|
-
const parsedCommandLine = ts__default.default.parseJsonConfigFileContent(
|
|
496
|
+
const parsedCommandLine = ts__default.default.parseJsonConfigFileContent(defu7__default.default(tsconfigRaw ?? {}, tsconfigJson), host, append.appendPath(projectRoot, workspaceRoot));
|
|
497
497
|
if (parsedCommandLine.errors.length > 0) {
|
|
498
498
|
const errorMessage = `Cannot parse the TypeScript compiler options. Please investigate the following issues:
|
|
499
499
|
${parsedCommandLine.errors.map((error) => `- ${(error.category !== void 0 && error.code ? `[${error.category}-${error.code}]: ` : "") + error.messageText.toString()}`).join("\n")}
|
|
@@ -626,7 +626,7 @@ var GLOBAL_ENVIRONMENT = "__global__";
|
|
|
626
626
|
|
|
627
627
|
// ../powerlines/src/internal/helpers/environment.ts
|
|
628
628
|
function createEnvironment(name, userConfig) {
|
|
629
|
-
return
|
|
629
|
+
return defu7__default.default(userConfig.environments?.[name] ?? {}, {
|
|
630
630
|
name,
|
|
631
631
|
title: userConfig.title || titleCase.titleCase(userConfig.name),
|
|
632
632
|
ssr: false,
|
|
@@ -670,7 +670,7 @@ function createDefaultEnvironment(userConfig) {
|
|
|
670
670
|
}
|
|
671
671
|
chunkSHUYVCID_js.__name(createDefaultEnvironment, "createDefaultEnvironment");
|
|
672
672
|
function resolveOptions(options) {
|
|
673
|
-
return
|
|
673
|
+
return defu7__default.default(options, {
|
|
674
674
|
interopDefault: true,
|
|
675
675
|
fsCache: options.mode !== "development" ? joinPaths.joinPaths(options.cacheDir, "jiti") : false,
|
|
676
676
|
moduleCache: options.mode !== "development"
|
|
@@ -825,6 +825,34 @@ function findInvalidPluginConfig(config) {
|
|
|
825
825
|
];
|
|
826
826
|
}
|
|
827
827
|
chunkSHUYVCID_js.__name(findInvalidPluginConfig, "findInvalidPluginConfig");
|
|
828
|
+
defu7.createDefu((obj, key, value) => {
|
|
829
|
+
if (isPluginHook(obj[key]) && isPluginHook(value)) {
|
|
830
|
+
obj[key] = {
|
|
831
|
+
...obj[key],
|
|
832
|
+
...value,
|
|
833
|
+
handler: /* @__PURE__ */ chunkSHUYVCID_js.__name(async (...params) => {
|
|
834
|
+
const [resultA, resultB] = await Promise.all([
|
|
835
|
+
// eslint-disable-next-line ts/no-unsafe-call
|
|
836
|
+
getHookHandler(obj[key])(...params),
|
|
837
|
+
// eslint-disable-next-line ts/no-unsafe-call
|
|
838
|
+
getHookHandler(value)(...params)
|
|
839
|
+
]);
|
|
840
|
+
return resultB && resultA ? defu7__default.default(resultA, resultB) : resultA || resultB;
|
|
841
|
+
}, "handler")
|
|
842
|
+
};
|
|
843
|
+
return true;
|
|
844
|
+
}
|
|
845
|
+
return false;
|
|
846
|
+
});
|
|
847
|
+
var mergeConfig = defu7.createDefu((obj, key, value) => {
|
|
848
|
+
if (isString.isString(obj[key]) && isString.isString(value)) {
|
|
849
|
+
if (isSetString.isSetString(value)) {
|
|
850
|
+
obj[key] = value;
|
|
851
|
+
}
|
|
852
|
+
return true;
|
|
853
|
+
}
|
|
854
|
+
return false;
|
|
855
|
+
});
|
|
828
856
|
function replacePathTokens(context, path) {
|
|
829
857
|
if (!path) {
|
|
830
858
|
return path;
|
|
@@ -2764,7 +2792,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
2764
2792
|
#parserCache;
|
|
2765
2793
|
#requestCache;
|
|
2766
2794
|
#getConfigProps(config = {}) {
|
|
2767
|
-
return
|
|
2795
|
+
return mergeConfig({
|
|
2768
2796
|
variant: config.build?.variant,
|
|
2769
2797
|
projectType: config.type,
|
|
2770
2798
|
projectRoot: config.root,
|
|
@@ -3368,7 +3396,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3368
3396
|
* @param options - Optional write file options
|
|
3369
3397
|
*/
|
|
3370
3398
|
async emitEntry(code, path, options = {}) {
|
|
3371
|
-
return this.emit(code, append.appendPath(path, this.entryPath),
|
|
3399
|
+
return this.emit(code, append.appendPath(path, this.entryPath), defu7__default.default({
|
|
3372
3400
|
meta: {
|
|
3373
3401
|
type: "entry",
|
|
3374
3402
|
properties: {
|
|
@@ -3391,7 +3419,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3391
3419
|
* @param options - Optional write file options
|
|
3392
3420
|
*/
|
|
3393
3421
|
emitEntrySync(code, path, options = {}) {
|
|
3394
|
-
return this.emitSync(code, append.appendPath(path, this.entryPath),
|
|
3422
|
+
return this.emitSync(code, append.appendPath(path, this.entryPath), defu7__default.default({
|
|
3395
3423
|
meta: {
|
|
3396
3424
|
type: "entry",
|
|
3397
3425
|
properties: {
|
|
@@ -3420,7 +3448,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3420
3448
|
if (!isSetString.isSetString(id)) {
|
|
3421
3449
|
throw new Error(`The builtin id must be a non-empty string. Received: ${String(id)}`);
|
|
3422
3450
|
}
|
|
3423
|
-
return this.emit(code, append.appendPath(id, this.builtinsPath),
|
|
3451
|
+
return this.emit(code, append.appendPath(id, this.builtinsPath), defu7__default.default(options, {
|
|
3424
3452
|
meta: {
|
|
3425
3453
|
type: "builtin",
|
|
3426
3454
|
id
|
|
@@ -3441,7 +3469,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3441
3469
|
if (!isSetString.isSetString(id)) {
|
|
3442
3470
|
throw new Error(`The builtin id must be a non-empty string. Received: ${String(id)}`);
|
|
3443
3471
|
}
|
|
3444
|
-
return this.emitSync(code, append.appendPath(id, this.builtinsPath),
|
|
3472
|
+
return this.emitSync(code, append.appendPath(id, this.builtinsPath), defu7__default.default(options, {
|
|
3445
3473
|
meta: {
|
|
3446
3474
|
type: "builtin",
|
|
3447
3475
|
id
|
|
@@ -3648,7 +3676,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3648
3676
|
}
|
|
3649
3677
|
config.tsconfig ??= getTsconfigFilePath(this.workspaceConfig.workspaceRoot, cacheKey.projectRoot, config.tsconfig);
|
|
3650
3678
|
if (isSetObject.isSetObject(config)) {
|
|
3651
|
-
this.resolvedConfig =
|
|
3679
|
+
this.resolvedConfig = mergeConfig({
|
|
3652
3680
|
inlineConfig: this.config.inlineConfig,
|
|
3653
3681
|
userConfig: this.config.userConfig
|
|
3654
3682
|
}, options.isHighPriority ? this.#getConfigProps(config) : {}, {
|
|
@@ -3663,7 +3691,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3663
3691
|
version: this.packageJson?.version,
|
|
3664
3692
|
description: this.packageJson?.description,
|
|
3665
3693
|
sourceRoot: this.projectJson?.sourceRoot || append.appendPath("src", cacheKey.projectRoot),
|
|
3666
|
-
output:
|
|
3694
|
+
output: mergeConfig(config.output ?? {}, {
|
|
3667
3695
|
outputPath: cacheKey.projectRoot ? join.joinPaths(this.workspaceConfig?.directories?.build || "dist", cacheKey.projectRoot) : this.workspaceConfig?.directories?.build || "dist",
|
|
3668
3696
|
artifactsPath: `.${config.framework ?? "powerlines"}`,
|
|
3669
3697
|
dts: join.joinPaths(cacheKey.projectRoot, `${config.framework ?? "powerlines"}.d.ts`),
|
|
@@ -3777,7 +3805,7 @@ var PowerlinesContext = class _PowerlinesContext {
|
|
|
3777
3805
|
this.#fs ??= await VirtualFileSystem.create(this);
|
|
3778
3806
|
}
|
|
3779
3807
|
mergeUserConfig(from = {}, into = this.config.userConfig ?? {}) {
|
|
3780
|
-
this.config.userConfig =
|
|
3808
|
+
this.config.userConfig = mergeConfig({
|
|
3781
3809
|
entry: Array.isArray(from.entry) && from.entry.length > 0 ? from.entry : Array.isArray(into?.entry) && into.entry.length > 0 ? into.entry : []
|
|
3782
3810
|
}, omit.omit(from ?? {}, [
|
|
3783
3811
|
"entry"
|
|
@@ -4987,7 +5015,7 @@ function withExecutor(command, executorFn) {
|
|
|
4987
5015
|
throw new Error("The executor requires `projectsConfigurations` on the context object.");
|
|
4988
5016
|
}
|
|
4989
5017
|
const projectConfig = context.projectsConfigurations.projects[context.projectName];
|
|
4990
|
-
const api = await src_default.from(workspaceConfig.workspaceRoot,
|
|
5018
|
+
const api = await src_default.from(workspaceConfig.workspaceRoot, defu7__default.default({
|
|
4991
5019
|
root: projectConfig.root,
|
|
4992
5020
|
type: projectConfig.projectType,
|
|
4993
5021
|
sourceRoot: projectConfig.sourceRoot,
|
|
@@ -5000,7 +5028,7 @@ function withExecutor(command, executorFn) {
|
|
|
5000
5028
|
}
|
|
5001
5029
|
}, options));
|
|
5002
5030
|
try {
|
|
5003
|
-
return await Promise.resolve(executorFn(
|
|
5031
|
+
return await Promise.resolve(executorFn(defu7__default.default({
|
|
5004
5032
|
projectName: context.projectName,
|
|
5005
5033
|
options,
|
|
5006
5034
|
workspaceConfig,
|
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 chunkJGZF3NUX_js = require('./chunk-JGZF3NUX.js');
|
|
5
|
+
var chunk4C2NN4OQ_js = require('./chunk-4C2NN4OQ.js');
|
|
6
|
+
var chunkG4U452MR_js = require('./chunk-G4U452MR.js');
|
|
7
|
+
var chunk76DJDU5P_js = require('./chunk-76DJDU5P.js');
|
|
8
|
+
var chunk5U2TWEHT_js = require('./chunk-5U2TWEHT.js');
|
|
9
|
+
require('./chunk-TKGRDHQI.js');
|
|
10
10
|
require('./chunk-NU3VTAH5.js');
|
|
11
11
|
require('./chunk-SHUYVCID.js');
|
|
12
12
|
|
|
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "lint", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkJGZF3NUX_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk4C2NN4OQ_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkG4U452MR_js.executor_default; }
|
|
26
26
|
});
|
|
27
|
-
Object.defineProperty(exports, "
|
|
27
|
+
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk76DJDU5P_js.executor_default; }
|
|
30
30
|
});
|
|
31
|
-
Object.defineProperty(exports, "
|
|
31
|
+
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk5U2TWEHT_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 lint } from './chunk-
|
|
3
|
-
export { executor_default as prepare } from './chunk-
|
|
4
|
-
export { executor_default as build } from './chunk-
|
|
5
|
-
export { executor_default as
|
|
6
|
-
export { executor_default as
|
|
7
|
-
import './chunk-
|
|
2
|
+
export { executor_default as lint } from './chunk-CUPZD3E3.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-F6X4IN3U.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-LSPZWOHG.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-LE7CDNOR.mjs';
|
|
6
|
+
export { executor_default as docs } from './chunk-KXVQ6KQS.mjs';
|
|
7
|
+
import './chunk-E2IRTSG3.mjs';
|
|
8
8
|
import './chunk-AGZ4P3AS.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkWJP3FWAH_js = require('./chunk-WJP3FWAH.js');
|
|
4
4
|
require('./chunk-XO62WWX4.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
5
|
+
var chunkJGZF3NUX_js = require('./chunk-JGZF3NUX.js');
|
|
6
|
+
var chunk4C2NN4OQ_js = require('./chunk-4C2NN4OQ.js');
|
|
7
|
+
var chunkG4U452MR_js = require('./chunk-G4U452MR.js');
|
|
8
|
+
var chunk76DJDU5P_js = require('./chunk-76DJDU5P.js');
|
|
9
|
+
var chunk5U2TWEHT_js = require('./chunk-5U2TWEHT.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-TKGRDHQI.js');
|
|
13
13
|
require('./chunk-TWOXCXFE.js');
|
|
14
14
|
require('./chunk-NU3VTAH5.js');
|
|
15
15
|
require('./chunk-IQVSZEQ6.js');
|
|
@@ -23,23 +23,23 @@ Object.defineProperty(exports, "createNodesV2", {
|
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "lint", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkJGZF3NUX_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk4C2NN4OQ_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkG4U452MR_js.executor_default; }
|
|
35
35
|
});
|
|
36
|
-
Object.defineProperty(exports, "
|
|
36
|
+
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk76DJDU5P_js.executor_default; }
|
|
39
39
|
});
|
|
40
|
-
Object.defineProperty(exports, "
|
|
40
|
+
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk5U2TWEHT_js.executor_default; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "sync", {
|
|
45
45
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { createNodesV2 } from './chunk-ELBUYWVF.mjs';
|
|
2
2
|
import './chunk-UV4HQO3Y.mjs';
|
|
3
|
-
export { executor_default as lint } from './chunk-
|
|
4
|
-
export { executor_default as prepare } from './chunk-
|
|
5
|
-
export { executor_default as build } from './chunk-
|
|
6
|
-
export { executor_default as
|
|
7
|
-
export { executor_default as
|
|
3
|
+
export { executor_default as lint } from './chunk-CUPZD3E3.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-F6X4IN3U.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-LSPZWOHG.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-LE7CDNOR.mjs';
|
|
7
|
+
export { executor_default as docs } from './chunk-KXVQ6KQS.mjs';
|
|
8
8
|
import './chunk-23KFTIT2.mjs';
|
|
9
9
|
export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
|
|
10
|
-
import './chunk-
|
|
10
|
+
import './chunk-E2IRTSG3.mjs';
|
|
11
11
|
import './chunk-ZYOL33SX.mjs';
|
|
12
12
|
import './chunk-AGZ4P3AS.mjs';
|
|
13
13
|
import './chunk-IC47MFKB.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkTKGRDHQI_js = require('../../chunk-TKGRDHQI.js');
|
|
4
4
|
require('../../chunk-NU3VTAH5.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 chunkTKGRDHQI_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 chunkG4U452MR_js = require('../../../chunk-G4U452MR.js');
|
|
6
|
+
require('../../../chunk-TKGRDHQI.js');
|
|
7
7
|
require('../../../chunk-NU3VTAH5.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 chunkG4U452MR_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkG4U452MR_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-LSPZWOHG.mjs';
|
|
2
|
+
import '../../../chunk-E2IRTSG3.mjs';
|
|
3
3
|
import '../../../chunk-AGZ4P3AS.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 chunk76DJDU5P_js = require('../../../chunk-76DJDU5P.js');
|
|
6
|
+
require('../../../chunk-TKGRDHQI.js');
|
|
7
7
|
require('../../../chunk-NU3VTAH5.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 chunk76DJDU5P_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk76DJDU5P_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-LE7CDNOR.mjs';
|
|
2
|
+
import '../../../chunk-E2IRTSG3.mjs';
|
|
3
3
|
import '../../../chunk-AGZ4P3AS.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 chunk5U2TWEHT_js = require('../../../chunk-5U2TWEHT.js');
|
|
6
|
+
require('../../../chunk-TKGRDHQI.js');
|
|
7
7
|
require('../../../chunk-NU3VTAH5.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 chunk5U2TWEHT_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk5U2TWEHT_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-KXVQ6KQS.mjs';
|
|
2
|
+
import '../../../chunk-E2IRTSG3.mjs';
|
|
3
3
|
import '../../../chunk-AGZ4P3AS.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 chunkJGZF3NUX_js = require('../../../chunk-JGZF3NUX.js');
|
|
6
|
+
require('../../../chunk-TKGRDHQI.js');
|
|
7
7
|
require('../../../chunk-NU3VTAH5.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 chunkJGZF3NUX_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkJGZF3NUX_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-CUPZD3E3.mjs';
|
|
2
|
+
import '../../../chunk-E2IRTSG3.mjs';
|
|
3
3
|
import '../../../chunk-AGZ4P3AS.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 chunk4C2NN4OQ_js = require('../../../chunk-4C2NN4OQ.js');
|
|
6
|
+
require('../../../chunk-TKGRDHQI.js');
|
|
7
7
|
require('../../../chunk-NU3VTAH5.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 chunk4C2NN4OQ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk4C2NN4OQ_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-F6X4IN3U.mjs';
|
|
2
|
+
import '../../../chunk-E2IRTSG3.mjs';
|
|
3
3
|
import '../../../chunk-AGZ4P3AS.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.11.
|
|
3
|
+
"version": "0.11.195",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -196,12 +196,12 @@
|
|
|
196
196
|
"defu": "^6.1.4",
|
|
197
197
|
"jiti": "^2.6.1",
|
|
198
198
|
"nx": "22.4.1",
|
|
199
|
-
"powerlines": "^0.38.
|
|
199
|
+
"powerlines": "^0.38.35"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
202
|
"@nx/workspace": "22.4.1",
|
|
203
203
|
"@storm-software/testing-tools": "^1.119.75",
|
|
204
|
-
"@types/node": "^24.10.
|
|
204
|
+
"@types/node": "^24.10.11",
|
|
205
205
|
"eslint-flat-config-utils": "^2.1.4",
|
|
206
206
|
"jsonc-eslint-parser": "^2.4.2",
|
|
207
207
|
"tsup": "8.4.0",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"publishConfig": { "access": "public" },
|
|
211
211
|
"executors": "./executors.json",
|
|
212
212
|
"generators": "./generators.json",
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "bdf51e84d39358c83b7c95434d8d564f10cf08f7"
|
|
214
214
|
}
|