@powerlines/nx 0.10.31 → 0.10.32
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 +6 -0
- package/dist/{chunk-Z3KQWFB5.mjs → chunk-2E5ZJCIU.mjs} +1 -1
- package/dist/{chunk-TIDDTFWJ.mjs → chunk-2GRUXV3O.mjs} +1 -1
- package/dist/{chunk-2UW4PA4Y.js → chunk-3CAJGV7X.js} +2 -2
- package/dist/{chunk-6T6QXRBF.mjs → chunk-6HQO6FRU.mjs} +1 -1
- package/dist/{chunk-YG5D4X3W.js → chunk-7D5OGCMI.js} +2 -2
- package/dist/{chunk-D6KBOOKZ.js → chunk-7SKSU4UF.js} +2 -2
- package/dist/{chunk-2QODXI3V.mjs → chunk-B5HDBNKJ.mjs} +1 -1
- package/dist/{chunk-CPDIOMH7.js → chunk-CSJNPC7W.js} +2 -2
- package/dist/{chunk-4LBBINGO.mjs → chunk-DGEKPIPJ.mjs} +1 -1
- package/dist/{chunk-AGUPR7C3.mjs → chunk-HEVHQHQD.mjs} +9 -9
- package/dist/{chunk-QGJHTMIZ.js → chunk-LSAJQPPJ.js} +2 -2
- package/dist/{chunk-ELVLMD65.js → chunk-ZP3RKQ22.js} +31 -31
- 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,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.10.32](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.32) (11/21/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.24.4**
|
|
10
|
+
|
|
5
11
|
## [0.10.31](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.31) (11/21/2025)
|
|
6
12
|
|
|
7
13
|
### Updated Dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkZP3RKQ22_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 chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkZP3RKQ22_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 chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkZP3RKQ22_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 chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkZP3RKQ22_js.withExecutor("lint", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
exports.executorFn = executorFn;
|
|
@@ -32,9 +32,9 @@ import ts2, { flattenDiagnosticMessageText } from 'typescript';
|
|
|
32
32
|
import { getPackageName, hasPackageVersion, getPackageVersion } from '@stryke/string-format/package';
|
|
33
33
|
import { getObjectDiff } from '@donedeal0/superdiff';
|
|
34
34
|
import { readJsonFile, readJsonFileSync } from '@stryke/fs/json';
|
|
35
|
-
import { loadTsConfig } from '@stryke/fs/tsconfig';
|
|
36
35
|
import { StormJSON } from '@stryke/json/storm-json';
|
|
37
|
-
import { findFilePath, relativePath, findFileName, findFileDotExtensionSafe } from '@stryke/path/file-path-fns';
|
|
36
|
+
import { findFilePath, findFileExtension, relativePath, findFileName, findFileDotExtensionSafe } from '@stryke/path/file-path-fns';
|
|
37
|
+
import { isParentPath } from '@stryke/path/is-parent-path';
|
|
38
38
|
import { titleCase } from '@stryke/string-format/title-case';
|
|
39
39
|
import { writeFile as writeFile$1 } from '@stryke/fs/write-file';
|
|
40
40
|
import { resolveConfig, format } from 'prettier';
|
|
@@ -66,7 +66,6 @@ import _fs from 'node:fs';
|
|
|
66
66
|
import { getColor } from '@storm-software/config-tools/utilities/colors';
|
|
67
67
|
import { noop } from '@stryke/helpers/noop';
|
|
68
68
|
import { slash } from '@stryke/path/slash';
|
|
69
|
-
import { isParentPath } from '@stryke/path/is-parent-path';
|
|
70
69
|
import { Volume } from 'memfs';
|
|
71
70
|
import { Union } from 'unionfs';
|
|
72
71
|
import { InMemoryFileSystemHost, Project } from 'ts-morph';
|
|
@@ -411,8 +410,6 @@ async function resolveTsconfigChanges(context) {
|
|
|
411
410
|
const tsconfigFilePath = getTsconfigFilePath(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig);
|
|
412
411
|
const tsconfigJson = await readJsonFile(tsconfigFilePath);
|
|
413
412
|
tsconfigJson.compilerOptions ??= {};
|
|
414
|
-
const extendedTsconfig = await loadTsConfig(tsconfigFilePath);
|
|
415
|
-
extendedTsconfig.compilerOptions ??= {};
|
|
416
413
|
if (tsconfigJson.reflection !== true) {
|
|
417
414
|
tsconfigJson.reflection = true;
|
|
418
415
|
}
|
|
@@ -422,11 +419,14 @@ async function resolveTsconfigChanges(context) {
|
|
|
422
419
|
if (tsconfig.options.emitDecoratorMetadata !== true) {
|
|
423
420
|
tsconfigJson.compilerOptions.emitDecoratorMetadata = true;
|
|
424
421
|
}
|
|
425
|
-
if (context.config.output.dts) {
|
|
426
|
-
|
|
427
|
-
|
|
422
|
+
if (context.config.output.dts !== false) {
|
|
423
|
+
context.config.output.dts = context.config.output.dts ? isParentPath(context.config.output.dts, context.workspaceConfig.workspaceRoot) ? context.config.output.dts : appendPath(context.config.output.dts, context.workspaceConfig.workspaceRoot) : appendPath(context.config.projectRoot, context.workspaceConfig.workspaceRoot);
|
|
424
|
+
if (findFileExtension(context.config.output.dts) !== "d.ts" && findFileExtension(context.config.output.dts) !== "d.cts" && findFileExtension(context.config.output.dts) !== "d.mts") {
|
|
425
|
+
context.config.output.dts = joinPaths$1(context.config.output.dts, "powerlines.d.ts");
|
|
426
|
+
}
|
|
427
|
+
const dtsRelativePath = joinPaths$1(relativePath(joinPaths$1(context.workspaceConfig.workspaceRoot, context.config.projectRoot), findFilePath(context.config.output.dts)), findFileName(context.config.output.dts));
|
|
428
428
|
if (!tsconfigJson.include?.some((filePattern) => isIncludeMatchFound(filePattern, [
|
|
429
|
-
|
|
429
|
+
String(context.config.output.dts),
|
|
430
430
|
dtsRelativePath,
|
|
431
431
|
"storm.d.ts"
|
|
432
432
|
]))) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkZP3RKQ22_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -34,9 +34,9 @@ var ts2 = require('typescript');
|
|
|
34
34
|
var _package = require('@stryke/string-format/package');
|
|
35
35
|
var superdiff = require('@donedeal0/superdiff');
|
|
36
36
|
var json = require('@stryke/fs/json');
|
|
37
|
-
var tsconfig = require('@stryke/fs/tsconfig');
|
|
38
37
|
var stormJson = require('@stryke/json/storm-json');
|
|
39
38
|
var filePathFns = require('@stryke/path/file-path-fns');
|
|
39
|
+
var isParentPath = require('@stryke/path/is-parent-path');
|
|
40
40
|
var titleCase = require('@stryke/string-format/title-case');
|
|
41
41
|
var writeFile$1 = require('@stryke/fs/write-file');
|
|
42
42
|
var prettier = require('prettier');
|
|
@@ -68,7 +68,6 @@ var _fs = require('fs');
|
|
|
68
68
|
var colors = require('@storm-software/config-tools/utilities/colors');
|
|
69
69
|
var noop = require('@stryke/helpers/noop');
|
|
70
70
|
var slash = require('@stryke/path/slash');
|
|
71
|
-
var isParentPath = require('@stryke/path/is-parent-path');
|
|
72
71
|
var memfs = require('memfs');
|
|
73
72
|
var unionfs = require('unionfs');
|
|
74
73
|
var tsMorph = require('ts-morph');
|
|
@@ -437,26 +436,27 @@ chunkSHUYVCID_js.__name(writeFile, "writeFile");
|
|
|
437
436
|
|
|
438
437
|
// ../powerlines/src/internal/helpers/resolve-tsconfig.ts
|
|
439
438
|
async function resolveTsconfigChanges(context) {
|
|
440
|
-
const tsconfig
|
|
439
|
+
const tsconfig = getParsedTypeScriptConfig(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig, context.config.tsconfigRaw);
|
|
441
440
|
const tsconfigFilePath = getTsconfigFilePath(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig);
|
|
442
441
|
const tsconfigJson = await json.readJsonFile(tsconfigFilePath);
|
|
443
442
|
tsconfigJson.compilerOptions ??= {};
|
|
444
|
-
const extendedTsconfig = await tsconfig.loadTsConfig(tsconfigFilePath);
|
|
445
|
-
extendedTsconfig.compilerOptions ??= {};
|
|
446
443
|
if (tsconfigJson.reflection !== true) {
|
|
447
444
|
tsconfigJson.reflection = true;
|
|
448
445
|
}
|
|
449
|
-
if (tsconfig
|
|
446
|
+
if (tsconfig.options.experimentalDecorators !== true) {
|
|
450
447
|
tsconfigJson.compilerOptions.experimentalDecorators = true;
|
|
451
448
|
}
|
|
452
|
-
if (tsconfig
|
|
449
|
+
if (tsconfig.options.emitDecoratorMetadata !== true) {
|
|
453
450
|
tsconfigJson.compilerOptions.emitDecoratorMetadata = true;
|
|
454
451
|
}
|
|
455
|
-
if (context.config.output.dts) {
|
|
456
|
-
|
|
457
|
-
|
|
452
|
+
if (context.config.output.dts !== false) {
|
|
453
|
+
context.config.output.dts = context.config.output.dts ? isParentPath.isParentPath(context.config.output.dts, context.workspaceConfig.workspaceRoot) ? context.config.output.dts : append.appendPath(context.config.output.dts, context.workspaceConfig.workspaceRoot) : append.appendPath(context.config.projectRoot, context.workspaceConfig.workspaceRoot);
|
|
454
|
+
if (filePathFns.findFileExtension(context.config.output.dts) !== "d.ts" && filePathFns.findFileExtension(context.config.output.dts) !== "d.cts" && filePathFns.findFileExtension(context.config.output.dts) !== "d.mts") {
|
|
455
|
+
context.config.output.dts = joinPaths.joinPaths(context.config.output.dts, "powerlines.d.ts");
|
|
456
|
+
}
|
|
457
|
+
const dtsRelativePath = joinPaths.joinPaths(filePathFns.relativePath(joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot), filePathFns.findFilePath(context.config.output.dts)), filePathFns.findFileName(context.config.output.dts));
|
|
458
458
|
if (!tsconfigJson.include?.some((filePattern) => isIncludeMatchFound(filePattern, [
|
|
459
|
-
|
|
459
|
+
String(context.config.output.dts),
|
|
460
460
|
dtsRelativePath,
|
|
461
461
|
"storm.d.ts"
|
|
462
462
|
]))) {
|
|
@@ -464,7 +464,7 @@ async function resolveTsconfigChanges(context) {
|
|
|
464
464
|
tsconfigJson.include.push(dtsRelativePath.startsWith("./") ? dtsRelativePath.slice(2) : dtsRelativePath);
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
|
-
if (!tsconfig
|
|
467
|
+
if (!tsconfig.options.lib?.some((lib) => [
|
|
468
468
|
"lib.esnext.d.ts",
|
|
469
469
|
"lib.es2021.d.ts",
|
|
470
470
|
"lib.es2022.d.ts",
|
|
@@ -473,68 +473,68 @@ async function resolveTsconfigChanges(context) {
|
|
|
473
473
|
tsconfigJson.compilerOptions.lib ??= [];
|
|
474
474
|
tsconfigJson.compilerOptions.lib.push("esnext");
|
|
475
475
|
}
|
|
476
|
-
if (tsconfig
|
|
476
|
+
if (tsconfig.options.module !== ts2__default.default.ModuleKind.ESNext) {
|
|
477
477
|
tsconfigJson.compilerOptions.module = "ESNext";
|
|
478
478
|
}
|
|
479
|
-
if (!tsconfig
|
|
479
|
+
if (!tsconfig.options.target || ![
|
|
480
480
|
ts2__default.default.ScriptTarget.ESNext,
|
|
481
481
|
ts2__default.default.ScriptTarget.ES2024,
|
|
482
482
|
ts2__default.default.ScriptTarget.ES2023,
|
|
483
483
|
ts2__default.default.ScriptTarget.ES2022,
|
|
484
484
|
ts2__default.default.ScriptTarget.ES2021
|
|
485
|
-
].includes(tsconfig
|
|
485
|
+
].includes(tsconfig.options.target)) {
|
|
486
486
|
tsconfigJson.compilerOptions.target = "ESNext";
|
|
487
487
|
}
|
|
488
|
-
if (tsconfig
|
|
488
|
+
if (tsconfig.options.moduleResolution !== ts2__default.default.ModuleResolutionKind.Bundler) {
|
|
489
489
|
tsconfigJson.compilerOptions.moduleResolution = "Bundler";
|
|
490
490
|
}
|
|
491
|
-
if (tsconfig
|
|
491
|
+
if (tsconfig.options.moduleDetection !== ts2__default.default.ModuleDetectionKind.Force) {
|
|
492
492
|
tsconfigJson.compilerOptions.moduleDetection = "force";
|
|
493
493
|
}
|
|
494
|
-
if (tsconfig
|
|
494
|
+
if (tsconfig.options.allowSyntheticDefaultImports !== true) {
|
|
495
495
|
tsconfigJson.compilerOptions.allowSyntheticDefaultImports = true;
|
|
496
496
|
}
|
|
497
|
-
if (tsconfig
|
|
497
|
+
if (tsconfig.options.noImplicitOverride !== true) {
|
|
498
498
|
tsconfigJson.compilerOptions.noImplicitOverride = true;
|
|
499
499
|
}
|
|
500
|
-
if (tsconfig
|
|
500
|
+
if (tsconfig.options.noUncheckedIndexedAccess !== true) {
|
|
501
501
|
tsconfigJson.compilerOptions.noUncheckedIndexedAccess = true;
|
|
502
502
|
}
|
|
503
|
-
if (tsconfig
|
|
503
|
+
if (tsconfig.options.skipLibCheck !== true) {
|
|
504
504
|
tsconfigJson.compilerOptions.skipLibCheck = true;
|
|
505
505
|
}
|
|
506
|
-
if (tsconfig
|
|
506
|
+
if (tsconfig.options.resolveJsonModule !== true) {
|
|
507
507
|
tsconfigJson.compilerOptions.resolveJsonModule = true;
|
|
508
508
|
}
|
|
509
|
-
if (tsconfig
|
|
509
|
+
if (tsconfig.options.isolatedModules !== true) {
|
|
510
510
|
tsconfigJson.compilerOptions.isolatedModules = true;
|
|
511
511
|
}
|
|
512
|
-
if (tsconfig
|
|
512
|
+
if (tsconfig.options.verbatimModuleSyntax !== false) {
|
|
513
513
|
tsconfigJson.compilerOptions.verbatimModuleSyntax = false;
|
|
514
514
|
}
|
|
515
|
-
if (tsconfig
|
|
515
|
+
if (tsconfig.options.allowJs !== true) {
|
|
516
516
|
tsconfigJson.compilerOptions.allowJs = true;
|
|
517
517
|
}
|
|
518
|
-
if (tsconfig
|
|
518
|
+
if (tsconfig.options.esModuleInterop !== true) {
|
|
519
519
|
tsconfigJson.compilerOptions.esModuleInterop = true;
|
|
520
520
|
}
|
|
521
|
-
if (tsconfig
|
|
521
|
+
if (tsconfig.options.declaration !== true) {
|
|
522
522
|
tsconfigJson.compilerOptions.declaration = true;
|
|
523
523
|
}
|
|
524
524
|
if (context.environment.consumer === "client") {
|
|
525
|
-
if (tsconfig
|
|
525
|
+
if (tsconfig.options.jsx !== ts2__default.default.JsxEmit.ReactJSX) {
|
|
526
526
|
tsconfigJson.compilerOptions.jsx = "react-jsx";
|
|
527
527
|
}
|
|
528
|
-
if (!tsconfig
|
|
528
|
+
if (!tsconfig.options.lib?.some((lib) => lib.toLowerCase() !== "dom")) {
|
|
529
529
|
tsconfigJson.compilerOptions.lib ??= [];
|
|
530
530
|
tsconfigJson.compilerOptions.lib.push("dom");
|
|
531
531
|
}
|
|
532
|
-
if (!tsconfig
|
|
532
|
+
if (!tsconfig.options.lib?.some((lib) => lib.toLowerCase() !== "dom.iterable")) {
|
|
533
533
|
tsconfigJson.compilerOptions.lib ??= [];
|
|
534
534
|
tsconfigJson.compilerOptions.lib.push("dom.iterable");
|
|
535
535
|
}
|
|
536
536
|
} else if (context.config.build.platform === "node") {
|
|
537
|
-
if (!tsconfig
|
|
537
|
+
if (!tsconfig.options.types?.some((type) => type.toLowerCase() === "node" || type.toLowerCase() === "@types/node")) {
|
|
538
538
|
tsconfigJson.compilerOptions.types ??= [];
|
|
539
539
|
tsconfigJson.compilerOptions.types.push("node");
|
|
540
540
|
}
|
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 chunkCSJNPC7W_js = require('./chunk-CSJNPC7W.js');
|
|
5
|
+
var chunk7SKSU4UF_js = require('./chunk-7SKSU4UF.js');
|
|
6
|
+
var chunkLSAJQPPJ_js = require('./chunk-LSAJQPPJ.js');
|
|
7
|
+
var chunk3CAJGV7X_js = require('./chunk-3CAJGV7X.js');
|
|
8
|
+
var chunk7D5OGCMI_js = require('./chunk-7D5OGCMI.js');
|
|
9
|
+
require('./chunk-ZP3RKQ22.js');
|
|
10
10
|
require('./chunk-2PYUYDPD.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 chunkCSJNPC7W_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk7SKSU4UF_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkLSAJQPPJ_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk3CAJGV7X_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk7D5OGCMI_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 clean } from './chunk-
|
|
6
|
-
export { executor_default as docs } from './chunk-
|
|
7
|
-
import './chunk-
|
|
2
|
+
export { executor_default as lint } from './chunk-6HQO6FRU.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-2E5ZJCIU.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-B5HDBNKJ.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-2GRUXV3O.mjs';
|
|
6
|
+
export { executor_default as docs } from './chunk-DGEKPIPJ.mjs';
|
|
7
|
+
import './chunk-HEVHQHQD.mjs';
|
|
8
8
|
import './chunk-WGIN2BGP.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
var chunk2YSHMNU6_js = require('./chunk-2YSHMNU6.js');
|
|
4
4
|
require('./chunk-XO62WWX4.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
5
|
+
var chunkCSJNPC7W_js = require('./chunk-CSJNPC7W.js');
|
|
6
|
+
var chunk7SKSU4UF_js = require('./chunk-7SKSU4UF.js');
|
|
7
|
+
var chunkLSAJQPPJ_js = require('./chunk-LSAJQPPJ.js');
|
|
8
|
+
var chunk3CAJGV7X_js = require('./chunk-3CAJGV7X.js');
|
|
9
|
+
var chunk7D5OGCMI_js = require('./chunk-7D5OGCMI.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-ZP3RKQ22.js');
|
|
13
13
|
require('./chunk-MAMHMV35.js');
|
|
14
14
|
require('./chunk-2PYUYDPD.js');
|
|
15
15
|
require('./chunk-VIU4CXA3.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 chunkCSJNPC7W_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk7SKSU4UF_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkLSAJQPPJ_js.executor_default; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk3CAJGV7X_js.executor_default; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk7D5OGCMI_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-Y4WK22DY.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 clean } from './chunk-
|
|
7
|
-
export { executor_default as docs } from './chunk-
|
|
3
|
+
export { executor_default as lint } from './chunk-6HQO6FRU.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-2E5ZJCIU.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-B5HDBNKJ.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-2GRUXV3O.mjs';
|
|
7
|
+
export { executor_default as docs } from './chunk-DGEKPIPJ.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-HEVHQHQD.mjs';
|
|
11
11
|
import './chunk-DMX7BNND.mjs';
|
|
12
12
|
import './chunk-WGIN2BGP.mjs';
|
|
13
13
|
import './chunk-LQU7XWFP.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZP3RKQ22_js = require('../../chunk-ZP3RKQ22.js');
|
|
4
4
|
require('../../chunk-2PYUYDPD.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 chunkZP3RKQ22_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 chunkLSAJQPPJ_js = require('../../../chunk-LSAJQPPJ.js');
|
|
6
|
+
require('../../../chunk-ZP3RKQ22.js');
|
|
7
7
|
require('../../../chunk-2PYUYDPD.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 chunkLSAJQPPJ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkLSAJQPPJ_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-B5HDBNKJ.mjs';
|
|
2
|
+
import '../../../chunk-HEVHQHQD.mjs';
|
|
3
3
|
import '../../../chunk-WGIN2BGP.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 chunk3CAJGV7X_js = require('../../../chunk-3CAJGV7X.js');
|
|
6
|
+
require('../../../chunk-ZP3RKQ22.js');
|
|
7
7
|
require('../../../chunk-2PYUYDPD.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 chunk3CAJGV7X_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk3CAJGV7X_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-2GRUXV3O.mjs';
|
|
2
|
+
import '../../../chunk-HEVHQHQD.mjs';
|
|
3
3
|
import '../../../chunk-WGIN2BGP.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 chunk7D5OGCMI_js = require('../../../chunk-7D5OGCMI.js');
|
|
6
|
+
require('../../../chunk-ZP3RKQ22.js');
|
|
7
7
|
require('../../../chunk-2PYUYDPD.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 chunk7D5OGCMI_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk7D5OGCMI_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-DGEKPIPJ.mjs';
|
|
2
|
+
import '../../../chunk-HEVHQHQD.mjs';
|
|
3
3
|
import '../../../chunk-WGIN2BGP.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 chunkCSJNPC7W_js = require('../../../chunk-CSJNPC7W.js');
|
|
6
|
+
require('../../../chunk-ZP3RKQ22.js');
|
|
7
7
|
require('../../../chunk-2PYUYDPD.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 chunkCSJNPC7W_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkCSJNPC7W_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-6HQO6FRU.mjs';
|
|
2
|
+
import '../../../chunk-HEVHQHQD.mjs';
|
|
3
3
|
import '../../../chunk-WGIN2BGP.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 chunk7SKSU4UF_js = require('../../../chunk-7SKSU4UF.js');
|
|
6
|
+
require('../../../chunk-ZP3RKQ22.js');
|
|
7
7
|
require('../../../chunk-2PYUYDPD.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 chunk7SKSU4UF_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk7SKSU4UF_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-2E5ZJCIU.mjs';
|
|
2
|
+
import '../../../chunk-HEVHQHQD.mjs';
|
|
3
3
|
import '../../../chunk-WGIN2BGP.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.32",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -188,15 +188,15 @@
|
|
|
188
188
|
"@storm-software/esbuild": "^0.53.48",
|
|
189
189
|
"@storm-software/unbuild": "^0.57.48",
|
|
190
190
|
"@storm-software/workspace-tools": "^1.293.18",
|
|
191
|
-
"@stryke/fs": "^0.33.
|
|
192
|
-
"@stryke/hash": "^0.12.
|
|
193
|
-
"@stryke/path": "^0.21.
|
|
194
|
-
"@stryke/string-format": "^0.12.
|
|
195
|
-
"@stryke/type-checks": "^0.3.
|
|
191
|
+
"@stryke/fs": "^0.33.3",
|
|
192
|
+
"@stryke/hash": "^0.12.9",
|
|
193
|
+
"@stryke/path": "^0.21.1",
|
|
194
|
+
"@stryke/string-format": "^0.12.7",
|
|
195
|
+
"@stryke/type-checks": "^0.3.17",
|
|
196
196
|
"defu": "^6.1.4",
|
|
197
197
|
"jiti": "^2.6.1",
|
|
198
198
|
"nx": "^22.1.0",
|
|
199
|
-
"powerlines": "^0.24.
|
|
199
|
+
"powerlines": "^0.24.4"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
202
|
"@nx/workspace": "^22.1.0",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"publishConfig": { "access": "public" },
|
|
211
211
|
"executors": "./executors.json",
|
|
212
212
|
"generators": "./generators.json",
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "00ec2d1b5227128aa5f3e156d15fd2ebe7da4bd2"
|
|
214
214
|
}
|