@powerlines/nx 0.11.80 → 0.11.81
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-ZQ4DS5UO.js → chunk-2O3TU7YO.js} +2 -2
- package/dist/{chunk-GJINPPMS.mjs → chunk-4EOJDVGM.mjs} +1 -1
- package/dist/{chunk-YD6IO77Y.js → chunk-6C2WXF2T.js} +2 -2
- package/dist/{chunk-THJFDLTT.mjs → chunk-E6Z2SS7Z.mjs} +1 -1
- package/dist/{chunk-IBC7GOGC.js → chunk-EBLS2NI7.js} +2 -2
- package/dist/{chunk-FWNDFI73.js → chunk-PXLCGFRS.js} +23 -10
- package/dist/{chunk-B2KGTXN3.mjs → chunk-RLQ2UU4B.mjs} +1 -1
- package/dist/{chunk-RDVMU2LL.js → chunk-VZUAIBCN.js} +2 -2
- package/dist/{chunk-V3L4CNNL.mjs → chunk-W445DTXC.mjs} +1 -1
- package/dist/{chunk-KEA7QWGK.mjs → chunk-YHFGZ6YM.mjs} +23 -10
- package/dist/{chunk-JTE3DKCE.js → chunk-ZCZL3LTU.js} +2 -2
- package/dist/{chunk-MAUL7XPQ.mjs → chunk-ZWQAXJKA.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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.11.80](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.80) (01/14/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.37.24**
|
|
10
|
+
|
|
5
11
|
## [0.11.79](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.79) (01/14/2026)
|
|
6
12
|
|
|
7
13
|
### Updated Dependencies
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkPXLCGFRS_js = require('./chunk-PXLCGFRS.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 = chunkPXLCGFRS_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 chunkPXLCGFRS_js = require('./chunk-PXLCGFRS.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 = chunkPXLCGFRS_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 chunkPXLCGFRS_js = require('./chunk-PXLCGFRS.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 = chunkPXLCGFRS_js.withExecutor("prepare", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1259,7 +1259,7 @@ function isValidId(id, prefix = "powerlines") {
|
|
|
1259
1259
|
}
|
|
1260
1260
|
chunkSHUYVCID_js.__name(isValidId, "isValidId");
|
|
1261
1261
|
function normalizeId(id, prefix = "powerlines") {
|
|
1262
|
-
return
|
|
1262
|
+
return replace.replaceExtension(toFilePath(id)).replace(/^\\0/, "").replace(/^powerlines:/, "").replace(new RegExp(`^${prefix.replace(/:$/, "")}:`), "");
|
|
1263
1263
|
}
|
|
1264
1264
|
chunkSHUYVCID_js.__name(normalizeId, "normalizeId");
|
|
1265
1265
|
function normalizePath(path, builtinsPath, prefix = "powerlines") {
|
|
@@ -1877,9 +1877,9 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1877
1877
|
const message = new $__namespace.Message();
|
|
1878
1878
|
const result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
|
|
1879
1879
|
result.#log(types.LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
|
|
1880
|
-
if (result.metadata) {
|
|
1881
|
-
result.#log(types.LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result
|
|
1882
|
-
const entry = Object.entries(result
|
|
1880
|
+
if (result.#metadata && Object.keys(result.#metadata).length > 0) {
|
|
1881
|
+
result.#log(types.LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result.#metadata).length} previously stored metadata records...`);
|
|
1882
|
+
const entry = Object.entries(result.#metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
|
|
1883
1883
|
if (meta.properties) {
|
|
1884
1884
|
const typeDefinition = {
|
|
1885
1885
|
file: path
|
|
@@ -1905,6 +1905,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1905
1905
|
}).filter(Boolean);
|
|
1906
1906
|
result.#log(types.LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
|
|
1907
1907
|
context.entry = entry;
|
|
1908
|
+
} else {
|
|
1909
|
+
result.#log(types.LogLevelLabel.DEBUG, "No previously stored metadata records were found on the local system.");
|
|
1908
1910
|
}
|
|
1909
1911
|
return result;
|
|
1910
1912
|
}
|
|
@@ -1930,9 +1932,9 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1930
1932
|
const message = new $__namespace.Message();
|
|
1931
1933
|
const result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
|
|
1932
1934
|
result.#log(types.LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
|
|
1933
|
-
if (result.metadata) {
|
|
1934
|
-
result.#log(types.LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result
|
|
1935
|
-
const entry = Object.entries(result
|
|
1935
|
+
if (result.#metadata && Object.keys(result.#metadata).length > 0) {
|
|
1936
|
+
result.#log(types.LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result.#metadata).length} previously stored metadata records...`);
|
|
1937
|
+
const entry = Object.entries(result.#metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
|
|
1936
1938
|
if (meta.properties) {
|
|
1937
1939
|
const typeDefinition = {
|
|
1938
1940
|
file: path
|
|
@@ -1958,6 +1960,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1958
1960
|
}).filter(Boolean);
|
|
1959
1961
|
result.#log(types.LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
|
|
1960
1962
|
context.entry = entry;
|
|
1963
|
+
} else {
|
|
1964
|
+
result.#log(types.LogLevelLabel.DEBUG, "No previously stored metadata records were found on the local system.");
|
|
1961
1965
|
}
|
|
1962
1966
|
return result;
|
|
1963
1967
|
}
|
|
@@ -1979,7 +1983,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1979
1983
|
}, "deleteProperty"),
|
|
1980
1984
|
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
1981
1985
|
return this.#normalizeId(prop) in target;
|
|
1982
|
-
}, "has")
|
|
1986
|
+
}, "has"),
|
|
1987
|
+
ownKeys: /* @__PURE__ */ chunkSHUYVCID_js.__name((target) => {
|
|
1988
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizeId(key));
|
|
1989
|
+
}, "ownKeys")
|
|
1983
1990
|
});
|
|
1984
1991
|
}
|
|
1985
1992
|
/**
|
|
@@ -2000,7 +2007,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2000
2007
|
}, "deleteProperty"),
|
|
2001
2008
|
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
2002
2009
|
return this.#normalizePath(prop) in target;
|
|
2003
|
-
}, "has")
|
|
2010
|
+
}, "has"),
|
|
2011
|
+
ownKeys: /* @__PURE__ */ chunkSHUYVCID_js.__name((target) => {
|
|
2012
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizePath(key));
|
|
2013
|
+
}, "ownKeys")
|
|
2004
2014
|
});
|
|
2005
2015
|
}
|
|
2006
2016
|
/**
|
|
@@ -2021,7 +2031,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
2021
2031
|
}, "deleteProperty"),
|
|
2022
2032
|
has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
|
|
2023
2033
|
return this.#normalizeId(prop) in target;
|
|
2024
|
-
}, "has")
|
|
2034
|
+
}, "has"),
|
|
2035
|
+
ownKeys: /* @__PURE__ */ chunkSHUYVCID_js.__name((target) => {
|
|
2036
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizeId(key));
|
|
2037
|
+
}, "ownKeys")
|
|
2025
2038
|
});
|
|
2026
2039
|
}
|
|
2027
2040
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkPXLCGFRS_js = require('./chunk-PXLCGFRS.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 = chunkPXLCGFRS_js.withExecutor("build", executorFn);
|
|
23
23
|
var executor_default = executor;
|
|
24
24
|
|
|
25
25
|
exports.executorFn = executorFn;
|
|
@@ -1230,7 +1230,7 @@ function isValidId(id, prefix = "powerlines") {
|
|
|
1230
1230
|
}
|
|
1231
1231
|
__name(isValidId, "isValidId");
|
|
1232
1232
|
function normalizeId(id, prefix = "powerlines") {
|
|
1233
|
-
return
|
|
1233
|
+
return replaceExtension(toFilePath(id)).replace(/^\\0/, "").replace(/^powerlines:/, "").replace(new RegExp(`^${prefix.replace(/:$/, "")}:`), "");
|
|
1234
1234
|
}
|
|
1235
1235
|
__name(normalizeId, "normalizeId");
|
|
1236
1236
|
function normalizePath(path, builtinsPath, prefix = "powerlines") {
|
|
@@ -1848,9 +1848,9 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1848
1848
|
const message = new $.Message();
|
|
1849
1849
|
const result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
|
|
1850
1850
|
result.#log(LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
|
|
1851
|
-
if (result.metadata) {
|
|
1852
|
-
result.#log(LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result
|
|
1853
|
-
const entry = Object.entries(result
|
|
1851
|
+
if (result.#metadata && Object.keys(result.#metadata).length > 0) {
|
|
1852
|
+
result.#log(LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result.#metadata).length} previously stored metadata records...`);
|
|
1853
|
+
const entry = Object.entries(result.#metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
|
|
1854
1854
|
if (meta.properties) {
|
|
1855
1855
|
const typeDefinition = {
|
|
1856
1856
|
file: path
|
|
@@ -1876,6 +1876,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1876
1876
|
}).filter(Boolean);
|
|
1877
1877
|
result.#log(LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
|
|
1878
1878
|
context.entry = entry;
|
|
1879
|
+
} else {
|
|
1880
|
+
result.#log(LogLevelLabel.DEBUG, "No previously stored metadata records were found on the local system.");
|
|
1879
1881
|
}
|
|
1880
1882
|
return result;
|
|
1881
1883
|
}
|
|
@@ -1901,9 +1903,9 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1901
1903
|
const message = new $.Message();
|
|
1902
1904
|
const result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
|
|
1903
1905
|
result.#log(LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
|
|
1904
|
-
if (result.metadata) {
|
|
1905
|
-
result.#log(LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result
|
|
1906
|
-
const entry = Object.entries(result
|
|
1906
|
+
if (result.#metadata && Object.keys(result.#metadata).length > 0) {
|
|
1907
|
+
result.#log(LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result.#metadata).length} previously stored metadata records...`);
|
|
1908
|
+
const entry = Object.entries(result.#metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
|
|
1907
1909
|
if (meta.properties) {
|
|
1908
1910
|
const typeDefinition = {
|
|
1909
1911
|
file: path
|
|
@@ -1929,6 +1931,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1929
1931
|
}).filter(Boolean);
|
|
1930
1932
|
result.#log(LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
|
|
1931
1933
|
context.entry = entry;
|
|
1934
|
+
} else {
|
|
1935
|
+
result.#log(LogLevelLabel.DEBUG, "No previously stored metadata records were found on the local system.");
|
|
1932
1936
|
}
|
|
1933
1937
|
return result;
|
|
1934
1938
|
}
|
|
@@ -1950,7 +1954,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1950
1954
|
}, "deleteProperty"),
|
|
1951
1955
|
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1952
1956
|
return this.#normalizeId(prop) in target;
|
|
1953
|
-
}, "has")
|
|
1957
|
+
}, "has"),
|
|
1958
|
+
ownKeys: /* @__PURE__ */ __name((target) => {
|
|
1959
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizeId(key));
|
|
1960
|
+
}, "ownKeys")
|
|
1954
1961
|
});
|
|
1955
1962
|
}
|
|
1956
1963
|
/**
|
|
@@ -1971,7 +1978,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1971
1978
|
}, "deleteProperty"),
|
|
1972
1979
|
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1973
1980
|
return this.#normalizePath(prop) in target;
|
|
1974
|
-
}, "has")
|
|
1981
|
+
}, "has"),
|
|
1982
|
+
ownKeys: /* @__PURE__ */ __name((target) => {
|
|
1983
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizePath(key));
|
|
1984
|
+
}, "ownKeys")
|
|
1975
1985
|
});
|
|
1976
1986
|
}
|
|
1977
1987
|
/**
|
|
@@ -1992,7 +2002,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
|
|
|
1992
2002
|
}, "deleteProperty"),
|
|
1993
2003
|
has: /* @__PURE__ */ __name((target, prop) => {
|
|
1994
2004
|
return this.#normalizeId(prop) in target;
|
|
1995
|
-
}, "has")
|
|
2005
|
+
}, "has"),
|
|
2006
|
+
ownKeys: /* @__PURE__ */ __name((target) => {
|
|
2007
|
+
return Reflect.ownKeys(target).map((key) => this.#normalizeId(key));
|
|
2008
|
+
}, "ownKeys")
|
|
1996
2009
|
});
|
|
1997
2010
|
}
|
|
1998
2011
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkPXLCGFRS_js = require('./chunk-PXLCGFRS.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 = chunkPXLCGFRS_js.withExecutor("lint", 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 chunkZCZL3LTU_js = require('./chunk-ZCZL3LTU.js');
|
|
5
|
+
var chunkEBLS2NI7_js = require('./chunk-EBLS2NI7.js');
|
|
6
|
+
var chunkVZUAIBCN_js = require('./chunk-VZUAIBCN.js');
|
|
7
|
+
var chunk2O3TU7YO_js = require('./chunk-2O3TU7YO.js');
|
|
8
|
+
var chunk6C2WXF2T_js = require('./chunk-6C2WXF2T.js');
|
|
9
|
+
require('./chunk-PXLCGFRS.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 chunkZCZL3LTU_js.executor_default; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "prepare", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkEBLS2NI7_js.executor_default; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "build", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkVZUAIBCN_js.executor_default; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "clean", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk2O3TU7YO_js.executor_default; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "docs", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk6C2WXF2T_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-E6Z2SS7Z.mjs';
|
|
3
|
+
export { executor_default as prepare } from './chunk-ZWQAXJKA.mjs';
|
|
4
|
+
export { executor_default as build } from './chunk-RLQ2UU4B.mjs';
|
|
5
|
+
export { executor_default as clean } from './chunk-W445DTXC.mjs';
|
|
6
|
+
export { executor_default as docs } from './chunk-4EOJDVGM.mjs';
|
|
7
|
+
import './chunk-YHFGZ6YM.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 chunkZCZL3LTU_js = require('./chunk-ZCZL3LTU.js');
|
|
6
|
+
var chunkEBLS2NI7_js = require('./chunk-EBLS2NI7.js');
|
|
7
|
+
var chunkVZUAIBCN_js = require('./chunk-VZUAIBCN.js');
|
|
8
|
+
var chunk2O3TU7YO_js = require('./chunk-2O3TU7YO.js');
|
|
9
|
+
var chunk6C2WXF2T_js = require('./chunk-6C2WXF2T.js');
|
|
10
10
|
require('./chunk-N2YKXZ5R.js');
|
|
11
11
|
var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
|
|
12
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-PXLCGFRS.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 chunkZCZL3LTU_js.executor_default; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "prepare", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkEBLS2NI7_js.executor_default; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "build", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkVZUAIBCN_js.executor_default; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "clean", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk2O3TU7YO_js.executor_default; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "docs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk6C2WXF2T_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-E6Z2SS7Z.mjs';
|
|
4
|
+
export { executor_default as prepare } from './chunk-ZWQAXJKA.mjs';
|
|
5
|
+
export { executor_default as build } from './chunk-RLQ2UU4B.mjs';
|
|
6
|
+
export { executor_default as clean } from './chunk-W445DTXC.mjs';
|
|
7
|
+
export { executor_default as docs } from './chunk-4EOJDVGM.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-YHFGZ6YM.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 chunkPXLCGFRS_js = require('../../chunk-PXLCGFRS.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 chunkPXLCGFRS_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 chunkVZUAIBCN_js = require('../../../chunk-VZUAIBCN.js');
|
|
6
|
+
require('../../../chunk-PXLCGFRS.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 chunkVZUAIBCN_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkVZUAIBCN_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-RLQ2UU4B.mjs';
|
|
2
|
+
import '../../../chunk-YHFGZ6YM.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 chunk2O3TU7YO_js = require('../../../chunk-2O3TU7YO.js');
|
|
6
|
+
require('../../../chunk-PXLCGFRS.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 chunk2O3TU7YO_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk2O3TU7YO_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-W445DTXC.mjs';
|
|
2
|
+
import '../../../chunk-YHFGZ6YM.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 chunk6C2WXF2T_js = require('../../../chunk-6C2WXF2T.js');
|
|
6
|
+
require('../../../chunk-PXLCGFRS.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 chunk6C2WXF2T_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk6C2WXF2T_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-4EOJDVGM.mjs';
|
|
2
|
+
import '../../../chunk-YHFGZ6YM.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 chunkZCZL3LTU_js = require('../../../chunk-ZCZL3LTU.js');
|
|
6
|
+
require('../../../chunk-PXLCGFRS.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 chunkZCZL3LTU_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkZCZL3LTU_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-E6Z2SS7Z.mjs';
|
|
2
|
+
import '../../../chunk-YHFGZ6YM.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 chunkEBLS2NI7_js = require('../../../chunk-EBLS2NI7.js');
|
|
6
|
+
require('../../../chunk-PXLCGFRS.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 chunkEBLS2NI7_js.executor_default; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "executorFn", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkEBLS2NI7_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-ZWQAXJKA.mjs';
|
|
2
|
+
import '../../../chunk-YHFGZ6YM.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.81",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -182,21 +182,21 @@
|
|
|
182
182
|
"typings": "dist/index.d.ts",
|
|
183
183
|
"dependencies": {
|
|
184
184
|
"@nx/devkit": "^22.3.3",
|
|
185
|
-
"@storm-software/build-tools": "^0.158.
|
|
185
|
+
"@storm-software/build-tools": "^0.158.78",
|
|
186
186
|
"@storm-software/config": "^1.135.0",
|
|
187
|
-
"@storm-software/config-tools": "^1.188.
|
|
188
|
-
"@storm-software/esbuild": "^0.53.
|
|
189
|
-
"@storm-software/unbuild": "^0.57.
|
|
190
|
-
"@storm-software/workspace-tools": "^1.294.
|
|
187
|
+
"@storm-software/config-tools": "^1.188.78",
|
|
188
|
+
"@storm-software/esbuild": "^0.53.78",
|
|
189
|
+
"@storm-software/unbuild": "^0.57.78",
|
|
190
|
+
"@storm-software/workspace-tools": "^1.294.24",
|
|
191
191
|
"@stryke/fs": "^0.33.29",
|
|
192
192
|
"@stryke/hash": "^0.12.35",
|
|
193
193
|
"@stryke/path": "^0.24.2",
|
|
194
|
-
"@stryke/string-format": "^0.
|
|
194
|
+
"@stryke/string-format": "^0.13.0",
|
|
195
195
|
"@stryke/type-checks": "^0.5.16",
|
|
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.25"
|
|
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": "2cbfb74bf61f18dc8309d967fd26a769b45cd1c0"
|
|
214
214
|
}
|