@powerlines/nx 0.11.71 → 0.11.72
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-3LUY6W5X.js → chunk-3SRZWXCT.js} +2 -2
- package/dist/{chunk-MW3VSPRE.js → chunk-AYGXNQGB.js} +2 -2
- package/dist/{chunk-B6SK6NAX.mjs → chunk-DW3P4GBC.mjs} +1 -1
- package/dist/{chunk-YQINQFSS.mjs → chunk-IBJUAOHM.mjs} +1 -1
- package/dist/{chunk-T5JHIAXI.mjs → chunk-JREFWTJF.mjs} +1 -1
- package/dist/{chunk-APJ6KL5H.js → chunk-KNDMIAUZ.js} +30 -8
- package/dist/{chunk-7KMEUYMH.js → chunk-MI5T7NZJ.js} +2 -2
- package/dist/{chunk-RLAAC3XZ.js → chunk-UKKLAXDG.js} +2 -2
- package/dist/{chunk-SOHH2JTU.mjs → chunk-VAZX63ZJ.mjs} +30 -8
- package/dist/{chunk-MUBEZBES.mjs → chunk-VRJB5NB7.mjs} +1 -1
- package/dist/{chunk-HN6E2OG4.js → chunk-XL7MEWV2.js} +2 -2
- package/dist/{chunk-BIJXPTEE.mjs → chunk-YHH2JOTO.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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.11.71](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.71) (01/08/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.37.15**
|
|
10
|
+
|
|
5
11
|
## [0.11.70](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.70) (01/07/2026)
|
|
6
12
|
|
|
7
13
|
### Updated Dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkKNDMIAUZ_js = require('./chunk-KNDMIAUZ.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 = chunkKNDMIAUZ_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 chunkKNDMIAUZ_js = require('./chunk-KNDMIAUZ.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 = chunkKNDMIAUZ_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -65,10 +65,10 @@ var prettyBytes = require('@stryke/string-format/pretty-bytes');
|
|
|
65
65
|
var isRegexp = require('@stryke/type-checks/is-regexp');
|
|
66
66
|
var buffer$1 = require('buffer');
|
|
67
67
|
var url = require('url');
|
|
68
|
-
var prettier = require('prettier');
|
|
69
68
|
var colors = require('@storm-software/config-tools/utilities/colors');
|
|
70
69
|
var noop = require('@stryke/helpers/noop');
|
|
71
70
|
var kebabCase = require('@stryke/string-format/kebab-case');
|
|
71
|
+
var prettier = require('prettier');
|
|
72
72
|
var correctPath = require('@stryke/path/correct-path');
|
|
73
73
|
var slash = require('@stryke/path/slash');
|
|
74
74
|
var readFile = require('@stryke/fs/read-file');
|
|
@@ -1219,6 +1219,29 @@ var BADGE_COLORS = [
|
|
|
1219
1219
|
var extendLog = /* @__PURE__ */ chunkSHUYVCID_js.__name((logFn, name) => {
|
|
1220
1220
|
return (type, ...args) => logFn(type, ` ${chalk5__default.default.inverse.hex(BADGE_COLORS[name.split("").map((char) => char.charCodeAt(0)).reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length] || BADGE_COLORS[0])(` ${titleCase.titleCase(name)} `)} ${args.join(" ")} `);
|
|
1221
1221
|
}, "extendLog");
|
|
1222
|
+
async function format(path, data) {
|
|
1223
|
+
let code = data;
|
|
1224
|
+
const resolvedConfig = await prettier.resolveConfig(path);
|
|
1225
|
+
if (resolvedConfig) {
|
|
1226
|
+
code = await prettier.format(data, {
|
|
1227
|
+
absolutePath: path,
|
|
1228
|
+
...resolvedConfig
|
|
1229
|
+
});
|
|
1230
|
+
}
|
|
1231
|
+
return code;
|
|
1232
|
+
}
|
|
1233
|
+
chunkSHUYVCID_js.__name(format, "format");
|
|
1234
|
+
async function formatFolder(context, path) {
|
|
1235
|
+
const files = await listFiles.listFiles(path);
|
|
1236
|
+
return Promise.allSettled(files.map(async (file) => {
|
|
1237
|
+
const data = await context.fs.read(file);
|
|
1238
|
+
if (data) {
|
|
1239
|
+
const formatted = await format(file, data);
|
|
1240
|
+
return context.fs.write(file, formatted);
|
|
1241
|
+
}
|
|
1242
|
+
}));
|
|
1243
|
+
}
|
|
1244
|
+
chunkSHUYVCID_js.__name(formatFolder, "formatFolder");
|
|
1222
1245
|
function isFileError(err) {
|
|
1223
1246
|
return isError.isError(err) && "code" in err && err.code;
|
|
1224
1247
|
}
|
|
@@ -2341,13 +2364,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2341
2364
|
const { relativeKey, adapter } = this.#getStorage(options.storage || path);
|
|
2342
2365
|
let code = data;
|
|
2343
2366
|
if (!options.skipFormat) {
|
|
2344
|
-
|
|
2345
|
-
if (resolvedConfig) {
|
|
2346
|
-
code = await prettier.format(data, {
|
|
2347
|
-
absolutePath: this.#normalizePath(path),
|
|
2348
|
-
...resolvedConfig
|
|
2349
|
-
});
|
|
2350
|
-
}
|
|
2367
|
+
code = await format(this.#normalizePath(path), data);
|
|
2351
2368
|
}
|
|
2352
2369
|
this.#log(types.LogLevelLabel.TRACE, `Writing ${this.#normalizePath(relativeKey)} to ${adapter.name === "virtual" ? "the virtual file system" : adapter.name === "file-system" ? "the local file system" : adapter.name} (size: ${prettyBytes.prettyBytes(new buffer$1.Blob(toArray.toArray(code)).size)})`);
|
|
2353
2370
|
const id = meta.id || this.#normalizeId(relativeKey);
|
|
@@ -4463,6 +4480,11 @@ ${formatTypes(types$1)}
|
|
|
4463
4480
|
if (!context.tsconfig) {
|
|
4464
4481
|
throw new Error("Failed to parse the TypeScript configuration file.");
|
|
4465
4482
|
}
|
|
4483
|
+
this.context.log(types.LogLevelLabel.DEBUG, "Formatting files generated during the prepare step.");
|
|
4484
|
+
await Promise.all([
|
|
4485
|
+
formatFolder(context, context.builtinsPath),
|
|
4486
|
+
formatFolder(context, context.entryPath)
|
|
4487
|
+
]);
|
|
4466
4488
|
await this.callHook("prepare", {
|
|
4467
4489
|
environment: context,
|
|
4468
4490
|
order: "post"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkKNDMIAUZ_js = require('./chunk-KNDMIAUZ.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 = chunkKNDMIAUZ_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 chunkKNDMIAUZ_js = require('./chunk-KNDMIAUZ.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 = chunkKNDMIAUZ_js.withExecutor("prepare", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -63,10 +63,10 @@ import { prettyBytes } from '@stryke/string-format/pretty-bytes';
|
|
|
63
63
|
import { isRegExp } from '@stryke/type-checks/is-regexp';
|
|
64
64
|
import { Blob } from 'node:buffer';
|
|
65
65
|
import { fileURLToPath } from 'node:url';
|
|
66
|
-
import { resolveConfig, format } from 'prettier';
|
|
67
66
|
import { getColor } from '@storm-software/config-tools/utilities/colors';
|
|
68
67
|
import { noop } from '@stryke/helpers/noop';
|
|
69
68
|
import { kebabCase } from '@stryke/string-format/kebab-case';
|
|
69
|
+
import { resolveConfig, format as format$1 } from 'prettier';
|
|
70
70
|
import { correctPath } from '@stryke/path/correct-path';
|
|
71
71
|
import { slash } from '@stryke/path/slash';
|
|
72
72
|
import { readFileSync, readFile } from '@stryke/fs/read-file';
|
|
@@ -1190,6 +1190,29 @@ var BADGE_COLORS = [
|
|
|
1190
1190
|
var extendLog = /* @__PURE__ */ __name((logFn, name) => {
|
|
1191
1191
|
return (type, ...args) => logFn(type, ` ${chalk5.inverse.hex(BADGE_COLORS[name.split("").map((char) => char.charCodeAt(0)).reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length] || BADGE_COLORS[0])(` ${titleCase(name)} `)} ${args.join(" ")} `);
|
|
1192
1192
|
}, "extendLog");
|
|
1193
|
+
async function format(path, data) {
|
|
1194
|
+
let code = data;
|
|
1195
|
+
const resolvedConfig = await resolveConfig(path);
|
|
1196
|
+
if (resolvedConfig) {
|
|
1197
|
+
code = await format$1(data, {
|
|
1198
|
+
absolutePath: path,
|
|
1199
|
+
...resolvedConfig
|
|
1200
|
+
});
|
|
1201
|
+
}
|
|
1202
|
+
return code;
|
|
1203
|
+
}
|
|
1204
|
+
__name(format, "format");
|
|
1205
|
+
async function formatFolder(context, path) {
|
|
1206
|
+
const files = await listFiles(path);
|
|
1207
|
+
return Promise.allSettled(files.map(async (file) => {
|
|
1208
|
+
const data = await context.fs.read(file);
|
|
1209
|
+
if (data) {
|
|
1210
|
+
const formatted = await format(file, data);
|
|
1211
|
+
return context.fs.write(file, formatted);
|
|
1212
|
+
}
|
|
1213
|
+
}));
|
|
1214
|
+
}
|
|
1215
|
+
__name(formatFolder, "formatFolder");
|
|
1193
1216
|
function isFileError(err) {
|
|
1194
1217
|
return isError(err) && "code" in err && err.code;
|
|
1195
1218
|
}
|
|
@@ -2312,13 +2335,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2312
2335
|
const { relativeKey, adapter } = this.#getStorage(options.storage || path);
|
|
2313
2336
|
let code = data;
|
|
2314
2337
|
if (!options.skipFormat) {
|
|
2315
|
-
|
|
2316
|
-
if (resolvedConfig) {
|
|
2317
|
-
code = await format(data, {
|
|
2318
|
-
absolutePath: this.#normalizePath(path),
|
|
2319
|
-
...resolvedConfig
|
|
2320
|
-
});
|
|
2321
|
-
}
|
|
2338
|
+
code = await format(this.#normalizePath(path), data);
|
|
2322
2339
|
}
|
|
2323
2340
|
this.#log(LogLevelLabel.TRACE, `Writing ${this.#normalizePath(relativeKey)} to ${adapter.name === "virtual" ? "the virtual file system" : adapter.name === "file-system" ? "the local file system" : adapter.name} (size: ${prettyBytes(new Blob(toArray(code)).size)})`);
|
|
2324
2341
|
const id = meta.id || this.#normalizeId(relativeKey);
|
|
@@ -4434,6 +4451,11 @@ ${formatTypes(types)}
|
|
|
4434
4451
|
if (!context.tsconfig) {
|
|
4435
4452
|
throw new Error("Failed to parse the TypeScript configuration file.");
|
|
4436
4453
|
}
|
|
4454
|
+
this.context.log(LogLevelLabel.DEBUG, "Formatting files generated during the prepare step.");
|
|
4455
|
+
await Promise.all([
|
|
4456
|
+
formatFolder(context, context.builtinsPath),
|
|
4457
|
+
formatFolder(context, context.entryPath)
|
|
4458
|
+
]);
|
|
4437
4459
|
await this.callHook("prepare", {
|
|
4438
4460
|
environment: context,
|
|
4439
4461
|
order: "post"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkKNDMIAUZ_js = require('./chunk-KNDMIAUZ.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 = chunkKNDMIAUZ_js.withExecutor("docs", executorFn);
|
|
15
15
|
var executor_default = executor;
|
|
16
16
|
|
|
17
17
|
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 chunk3SRZWXCT_js = require('./chunk-3SRZWXCT.js');
|
|
5
|
+
var chunkUKKLAXDG_js = require('./chunk-UKKLAXDG.js');
|
|
6
|
+
var chunkAYGXNQGB_js = require('./chunk-AYGXNQGB.js');
|
|
7
|
+
var chunkMI5T7NZJ_js = require('./chunk-MI5T7NZJ.js');
|
|
8
|
+
var chunkXL7MEWV2_js = require('./chunk-XL7MEWV2.js');
|
|
9
|
+
require('./chunk-KNDMIAUZ.js');
|
|
10
10
|
require('./chunk-DQI2I5KK.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 chunk3SRZWXCT_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkUKKLAXDG_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkAYGXNQGB_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkMI5T7NZJ_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkXL7MEWV2_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-JREFWTJF.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-DW3P4GBC.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-YHH2JOTO.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-IBJUAOHM.mjs';
|
|
6
|
+
export { executor_default as docs } from './chunk-VRJB5NB7.mjs';
|
|
7
|
+
import './chunk-VAZX63ZJ.mjs';
|
|
8
8
|
import './chunk-OVX2CEXQ.mjs';
|
|
9
9
|
import './chunk-O6YSETKJ.mjs';
|
package/dist/index.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkTNFRQNSW_js = require('./chunk-TNFRQNSW.js');
|
|
4
4
|
require('./chunk-XO62WWX4.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
5
|
+
var chunk3SRZWXCT_js = require('./chunk-3SRZWXCT.js');
|
|
6
|
+
var chunkUKKLAXDG_js = require('./chunk-UKKLAXDG.js');
|
|
7
|
+
var chunkAYGXNQGB_js = require('./chunk-AYGXNQGB.js');
|
|
8
|
+
var chunkMI5T7NZJ_js = require('./chunk-MI5T7NZJ.js');
|
|
9
|
+
var chunkXL7MEWV2_js = require('./chunk-XL7MEWV2.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-KNDMIAUZ.js');
|
|
13
13
|
require('./chunk-QSMJD4CD.js');
|
|
14
14
|
require('./chunk-DQI2I5KK.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 chunk3SRZWXCT_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkUKKLAXDG_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkAYGXNQGB_js.executor_default; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkMI5T7NZJ_js.executor_default; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkXL7MEWV2_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-KPZS6OF5.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-JREFWTJF.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-DW3P4GBC.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-YHH2JOTO.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-IBJUAOHM.mjs';
|
|
7
|
+
export { executor_default as docs } from './chunk-VRJB5NB7.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-VAZX63ZJ.mjs';
|
|
11
11
|
import './chunk-LK4PXBKI.mjs';
|
|
12
12
|
import './chunk-OVX2CEXQ.mjs';
|
|
13
13
|
import './chunk-IC47MFKB.mjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkKNDMIAUZ_js = require('../../chunk-KNDMIAUZ.js');
|
|
4
4
|
require('../../chunk-DQI2I5KK.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 chunkKNDMIAUZ_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 chunkAYGXNQGB_js = require('../../../chunk-AYGXNQGB.js');
|
|
6
|
+
require('../../../chunk-KNDMIAUZ.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.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 chunkAYGXNQGB_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkAYGXNQGB_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-YHH2JOTO.mjs';
|
|
2
|
+
import '../../../chunk-VAZX63ZJ.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.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 chunkMI5T7NZJ_js = require('../../../chunk-MI5T7NZJ.js');
|
|
6
|
+
require('../../../chunk-KNDMIAUZ.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.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 chunkMI5T7NZJ_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkMI5T7NZJ_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-IBJUAOHM.mjs';
|
|
2
|
+
import '../../../chunk-VAZX63ZJ.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.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 chunkXL7MEWV2_js = require('../../../chunk-XL7MEWV2.js');
|
|
6
|
+
require('../../../chunk-KNDMIAUZ.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.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 chunkXL7MEWV2_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkXL7MEWV2_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-VRJB5NB7.mjs';
|
|
2
|
+
import '../../../chunk-VAZX63ZJ.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.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 chunk3SRZWXCT_js = require('../../../chunk-3SRZWXCT.js');
|
|
6
|
+
require('../../../chunk-KNDMIAUZ.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.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 chunk3SRZWXCT_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk3SRZWXCT_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-JREFWTJF.mjs';
|
|
2
|
+
import '../../../chunk-VAZX63ZJ.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.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 chunkUKKLAXDG_js = require('../../../chunk-UKKLAXDG.js');
|
|
6
|
+
require('../../../chunk-KNDMIAUZ.js');
|
|
7
7
|
require('../../../chunk-DQI2I5KK.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 chunkUKKLAXDG_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkUKKLAXDG_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-DW3P4GBC.mjs';
|
|
2
|
+
import '../../../chunk-VAZX63ZJ.mjs';
|
|
3
3
|
import '../../../chunk-OVX2CEXQ.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.72",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"defu": "^6.1.4",
|
|
197
197
|
"jiti": "^2.6.1",
|
|
198
198
|
"nx": "^22.3.3",
|
|
199
|
-
"powerlines": "^0.37.
|
|
199
|
+
"powerlines": "^0.37.16"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
202
|
"@nx/workspace": "^22.3.3",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"publishConfig": { "access": "public" },
|
|
211
211
|
"executors": "./executors.json",
|
|
212
212
|
"generators": "./generators.json",
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "27875553b7cd84f627473c80e50ff6946e8d6cd0"
|
|
214
214
|
}
|