@powerlines/nx 0.11.239 → 0.11.241
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/dist/src/base/base-executor.d.mts +1 -1
- package/dist/src/base/base-executor.d.ts +1 -1
- package/dist/src/base/base-executor.js +1 -1
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base/index.js +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/{base-executor-Bio0Wn3z.mjs → base-executor-BvEsnkBL.mjs} +55 -25
- package/dist/src/base-executor-BvEsnkBL.mjs.map +1 -0
- package/dist/src/{base-executor-yjvW7EQ1.d.ts → base-executor-CZijjH-b.d.ts} +12 -3
- package/dist/src/{base-executor-yjvW7EQ1.d.ts.map → base-executor-CZijjH-b.d.ts.map} +1 -1
- package/dist/src/{base-executor-CPuT8VBu.js → base-executor-CcbUno8j.js} +54 -24
- package/dist/src/base-executor-DZRSu2uF.mjs +4658 -0
- package/dist/src/base-executor-DZRSu2uF.mjs.map +1 -0
- package/dist/src/{base-executor-BcCIQY-2.d.mts → base-executor-kPTbnW7K.d.mts} +12 -3
- package/dist/src/{base-executor-BcCIQY-2.d.mts.map → base-executor-kPTbnW7K.d.mts.map} +1 -1
- package/dist/src/base-executor-pl95GpNV.js +4676 -0
- package/dist/src/base-executor.untyped-7SvGKXcO.d.mts +7 -0
- package/dist/src/base-executor.untyped-7SvGKXcO.d.mts.map +1 -0
- package/dist/src/executors/build/executor.d.mts +1 -1
- package/dist/src/executors/build/executor.d.ts +1 -1
- package/dist/src/executors/build/executor.js +1 -1
- package/dist/src/executors/build/executor.mjs +1 -1
- package/dist/src/executors/build/untyped.d.mts +2 -2
- package/dist/src/executors/build/untyped.d.ts +2 -2
- package/dist/src/executors/clean/executor.d.mts +1 -1
- package/dist/src/executors/clean/executor.d.ts +1 -1
- package/dist/src/executors/clean/executor.js +1 -1
- package/dist/src/executors/clean/executor.mjs +1 -1
- package/dist/src/executors/clean/untyped.d.mts +2 -2
- package/dist/src/executors/clean/untyped.d.ts +2 -2
- package/dist/src/executors/docs/executor.d.mts +1 -1
- package/dist/src/executors/docs/executor.d.ts +1 -1
- package/dist/src/executors/docs/executor.js +1 -1
- package/dist/src/executors/docs/executor.mjs +1 -1
- package/dist/src/executors/docs/untyped.d.mts +2 -2
- package/dist/src/executors/lint/executor.d.mts +1 -1
- package/dist/src/executors/lint/executor.d.ts +1 -1
- package/dist/src/executors/lint/executor.js +1 -1
- package/dist/src/executors/lint/executor.mjs +1 -1
- package/dist/src/executors/lint/untyped.d.mts +2 -2
- package/dist/src/executors/lint/untyped.d.ts +2 -2
- package/dist/src/executors/prepare/executor.d.mts +1 -1
- package/dist/src/executors/prepare/executor.d.ts +1 -1
- package/dist/src/executors/prepare/executor.js +1 -1
- package/dist/src/executors/prepare/executor.mjs +1 -1
- package/dist/src/executors/prepare/untyped.d.mts +2 -2
- package/dist/src/executors/prepare/untyped.d.ts +2 -2
- package/dist/src/generators/sync/untyped.d.ts +2 -2
- package/dist/src/index.d.mts +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/index.mjs +1 -1
- package/package.json +16 -16
- package/dist/src/base-executor-Bio0Wn3z.mjs.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-executor.untyped-7SvGKXcO.d.mts","names":[],"sources":["../../src/base/base-executor.untyped.ts"],"sourcesContent":[],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-kPTbnW7K.mjs";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-CZijjH-b.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
const require_config = require('../../config-CGQhS8tm.js');
|
|
3
|
-
const require_base_executor = require('../../base-executor-
|
|
3
|
+
const require_base_executor = require('../../base-executor-CcbUno8j.js');
|
|
4
4
|
let defu = require("defu");
|
|
5
5
|
defu = require_config.__toESM(defu);
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped3 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/build/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped3.SchemaDefinition;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
|
7
7
|
//# sourceMappingURL=untyped.d.mts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped5 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/build/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped5.SchemaDefinition;
|
|
5
5
|
export = _default;
|
|
6
6
|
//# sourceMappingURL=untyped.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-kPTbnW7K.mjs";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-CZijjH-b.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('../../config-CGQhS8tm.js');
|
|
3
|
-
const require_base_executor = require('../../base-executor-
|
|
3
|
+
const require_base_executor = require('../../base-executor-CcbUno8j.js');
|
|
4
4
|
|
|
5
5
|
//#region src/executors/clean/executor.ts
|
|
6
6
|
async function executorFn(context, api) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped0 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/clean/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped0.SchemaDefinition;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
|
7
7
|
//# sourceMappingURL=untyped.d.mts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped0 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/clean/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped0.SchemaDefinition;
|
|
5
5
|
export = _default;
|
|
6
6
|
//# sourceMappingURL=untyped.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-kPTbnW7K.mjs";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-CZijjH-b.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('../../config-CGQhS8tm.js');
|
|
3
|
-
const require_base_executor = require('../../base-executor-
|
|
3
|
+
const require_base_executor = require('../../base-executor-CcbUno8j.js');
|
|
4
4
|
|
|
5
5
|
//#region src/executors/docs/executor.ts
|
|
6
6
|
async function executorFn(context, api) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped2 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/docs/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped2.SchemaDefinition;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
|
7
7
|
//# sourceMappingURL=untyped.d.mts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-kPTbnW7K.mjs";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-CZijjH-b.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('../../config-CGQhS8tm.js');
|
|
3
|
-
const require_base_executor = require('../../base-executor-
|
|
3
|
+
const require_base_executor = require('../../base-executor-CcbUno8j.js');
|
|
4
4
|
|
|
5
5
|
//#region src/executors/lint/executor.ts
|
|
6
6
|
async function executorFn(context, api) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped1 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/lint/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped1.SchemaDefinition;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
|
7
7
|
//# sourceMappingURL=untyped.d.mts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped3 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/lint/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped3.SchemaDefinition;
|
|
5
5
|
export = _default;
|
|
6
6
|
//# sourceMappingURL=untyped.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-kPTbnW7K.mjs";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-
|
|
1
|
+
import { r as PowerlinesAPI, t as PowerlinesExecutorContext } from "../../base-executor-CZijjH-b.js";
|
|
2
2
|
import { PromiseExecutor } from "@nx/devkit";
|
|
3
3
|
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
const require_config = require('../../config-CGQhS8tm.js');
|
|
3
|
-
const require_base_executor = require('../../base-executor-
|
|
3
|
+
const require_base_executor = require('../../base-executor-CcbUno8j.js');
|
|
4
4
|
let defu = require("defu");
|
|
5
5
|
defu = require_config.__toESM(defu);
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped5 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/prepare/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped5.SchemaDefinition;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
|
7
7
|
//# sourceMappingURL=untyped.d.mts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped2 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/executors/prepare/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped2.SchemaDefinition;
|
|
5
5
|
export = _default;
|
|
6
6
|
//# sourceMappingURL=untyped.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as untyped4 from "untyped";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/sync/untyped.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: untyped4.SchemaDefinition;
|
|
5
5
|
export = _default;
|
|
6
6
|
//# sourceMappingURL=untyped.d.ts.map
|
package/dist/src/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as withExecutor, t as PowerlinesExecutorContext } from "./base-executor-
|
|
1
|
+
import { n as withExecutor, t as PowerlinesExecutorContext } from "./base-executor-kPTbnW7K.mjs";
|
|
2
2
|
import "./base-executor.untyped-imww7Gm9.mjs";
|
|
3
3
|
import "./index-LhFpnU-f.mjs";
|
|
4
4
|
import { t as CONFIG_INPUTS } from "./constants-ByputsG8.mjs";
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as withExecutor, t as PowerlinesExecutorContext } from "./base-executor-
|
|
1
|
+
import { n as withExecutor, t as PowerlinesExecutorContext } from "./base-executor-CZijjH-b.js";
|
|
2
2
|
import { t as CONFIG_INPUTS } from "./constants-BvODbBl8.js";
|
|
3
3
|
import { t as NxPluginOptions } from "./plugin-DN475itb.js";
|
|
4
4
|
import { i as getNxTargetInputs, n as createNxPlugin, r as getNxPluginInputs, t as CreateNxPluginOptions } from "./plugin-utilities-CeMy-9YQ.js";
|
package/dist/src/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
require('./config-CGQhS8tm.js');
|
|
2
|
-
const require_base_executor = require('./base-executor-
|
|
2
|
+
const require_base_executor = require('./base-executor-CcbUno8j.js');
|
|
3
3
|
require('./base-executor.untyped-Cz1Zw_02.js');
|
|
4
4
|
require('./base-B7jekb-W.js');
|
|
5
5
|
const require_constants = require('./constants-CKuImMYn.js');
|
package/dist/src/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.241",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
@@ -174,29 +174,29 @@
|
|
|
174
174
|
"typings": "./dist/src/index.d.ts",
|
|
175
175
|
"dependencies": {
|
|
176
176
|
"@nx/devkit": "^22.5.3",
|
|
177
|
-
"@storm-software/build-tools": "^0.158.
|
|
178
|
-
"@storm-software/config": "^1.135.
|
|
179
|
-
"@storm-software/config-tools": "^1.189.
|
|
180
|
-
"@storm-software/workspace-tools": "^1.294.
|
|
181
|
-
"@stryke/env": "^0.20.
|
|
182
|
-
"@stryke/fs": "^0.33.
|
|
183
|
-
"@stryke/hash": "^0.13.
|
|
184
|
-
"@stryke/path": "^0.26.
|
|
185
|
-
"@stryke/string-format": "^0.14.
|
|
186
|
-
"@stryke/type-checks": "^0.5.
|
|
177
|
+
"@storm-software/build-tools": "^0.158.94",
|
|
178
|
+
"@storm-software/config": "^1.135.14",
|
|
179
|
+
"@storm-software/config-tools": "^1.189.13",
|
|
180
|
+
"@storm-software/workspace-tools": "^1.294.46",
|
|
181
|
+
"@stryke/env": "^0.20.67",
|
|
182
|
+
"@stryke/fs": "^0.33.50",
|
|
183
|
+
"@stryke/hash": "^0.13.3",
|
|
184
|
+
"@stryke/path": "^0.26.12",
|
|
185
|
+
"@stryke/string-format": "^0.14.8",
|
|
186
|
+
"@stryke/type-checks": "^0.5.31",
|
|
187
187
|
"defu": "^6.1.4",
|
|
188
188
|
"jiti": "^2.6.1"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@nx/workspace": "22.5.2",
|
|
192
|
-
"@storm-software/testing-tools": "^1.119.
|
|
193
|
-
"@storm-software/tsup": "^0.2.
|
|
194
|
-
"@storm-software/untyped": "^0.24.
|
|
192
|
+
"@storm-software/testing-tools": "^1.119.88",
|
|
193
|
+
"@storm-software/tsup": "^0.2.92",
|
|
194
|
+
"@storm-software/untyped": "^0.24.76",
|
|
195
195
|
"@types/node": "^25.3.3",
|
|
196
196
|
"eslint-flat-config-utils": "^2.1.4",
|
|
197
197
|
"jsonc-eslint-parser": "^2.4.2",
|
|
198
198
|
"nx": "22.5.2",
|
|
199
|
-
"powerlines": "^0.
|
|
199
|
+
"powerlines": "^0.40.0"
|
|
200
200
|
},
|
|
201
201
|
"peerDependencies": { "nx": ">=22.5.0", "powerlines": ">=0.39.2" },
|
|
202
202
|
"peerDependenciesMeta": {
|
|
@@ -206,5 +206,5 @@
|
|
|
206
206
|
"publishConfig": { "access": "public" },
|
|
207
207
|
"executors": "./executors.json",
|
|
208
208
|
"generators": "./generators.json",
|
|
209
|
-
"gitHead": "
|
|
209
|
+
"gitHead": "f257b008b5f2320283ee2ccdfcb8b7534149386e"
|
|
210
210
|
}
|