@storm-software/build-tools 0.151.34 → 0.151.40
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/README.md +1 -1
- package/dist/{chunk-3SPZNC4V.js → chunk-35Z5ZVAR.js} +12 -8
- package/dist/{chunk-VVL6JVST.js → chunk-3TEAAXLP.js} +482 -63
- package/dist/{chunk-KZ75AHA6.js → chunk-BP4NPFBZ.js} +12 -10
- package/dist/{chunk-PXX3YP4X.mjs → chunk-CWUN5DID.mjs} +437 -18
- package/dist/{chunk-XDTNAJKL.js → chunk-FCNQFEEN.js} +2 -2
- package/dist/{chunk-Q3TXBYJ4.mjs → chunk-HDSL2EC4.mjs} +1 -1
- package/dist/{chunk-ZSTXNEBB.js → chunk-HHQVJURJ.js} +8 -8
- package/dist/{chunk-URJEM5XU.mjs → chunk-JINEP2DE.mjs} +4 -2
- package/dist/chunk-JVKCJMCK.js +129 -0
- package/dist/{chunk-J4ACTPHZ.mjs → chunk-KARMSXU3.mjs} +7 -3
- package/dist/chunk-KTEGKYAH.js +291 -0
- package/dist/{chunk-Q3TBMKNG.mjs → chunk-LKETNGJ2.mjs} +1 -1
- package/dist/chunk-MXKJT3OE.mjs +129 -0
- package/dist/chunk-R2HS3O2S.mjs +291 -0
- package/dist/chunk-TFYTC3YL.mjs +101 -0
- package/dist/chunk-UMP4EIAS.js +101 -0
- package/dist/{chunk-NGOJH6NM.js → chunk-WBSHEDA6.js} +14 -10
- package/dist/{chunk-M3I4CDRS.mjs → chunk-YXQSVZCD.mjs} +7 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -8
- package/dist/index.mjs +9 -7
- package/dist/plugins/analyze.js +3 -3
- package/dist/plugins/analyze.mjs +2 -2
- package/dist/plugins/index.js +4 -4
- package/dist/plugins/index.mjs +3 -3
- package/dist/plugins/ts-resolve.js +3 -3
- package/dist/plugins/ts-resolve.mjs +2 -2
- package/dist/{types-DvynnIqE.d.mts → types-DWiPwz5j.d.mts} +12 -6
- package/dist/{types-DvynnIqE.d.ts → types-DWiPwz5j.d.ts} +12 -6
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/utilities/copy-assets.d.mts +1 -1
- package/dist/utilities/copy-assets.d.ts +1 -1
- package/dist/utilities/copy-assets.js +4 -3
- package/dist/utilities/copy-assets.mjs +3 -2
- package/dist/utilities/generate-package-json.d.mts +1 -1
- package/dist/utilities/generate-package-json.d.ts +1 -1
- package/dist/utilities/generate-package-json.js +5 -3
- package/dist/utilities/generate-package-json.mjs +4 -2
- package/dist/utilities/get-entry-points.d.mts +1 -1
- package/dist/utilities/get-entry-points.d.ts +1 -1
- package/dist/utilities/get-entry-points.js +5 -3
- package/dist/utilities/get-entry-points.mjs +4 -2
- package/dist/utilities/get-env.d.mts +1 -1
- package/dist/utilities/get-env.d.ts +1 -1
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.d.ts +1 -1
- package/dist/utilities/index.js +8 -6
- package/dist/utilities/index.mjs +7 -5
- package/dist/utilities/read-nx-config.js +5 -3
- package/dist/utilities/read-nx-config.mjs +4 -2
- package/package.json +2 -2
- package/dist/chunk-PBN3LOG6.js +0 -858
- package/dist/chunk-YAIQZK7B.mjs +0 -858
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
+
var _chunkUMP4EIASjs = require('./chunk-UMP4EIAS.js');
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
|
|
6
|
-
var
|
|
7
|
+
var _chunkJVKCJMCKjs = require('./chunk-JVKCJMCK.js');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
var _chunkKTEGKYAHjs = require('./chunk-KTEGKYAH.js');
|
|
7
11
|
|
|
8
12
|
// src/utilities/get-entry-points.ts
|
|
9
13
|
var _glob = require('glob');
|
|
10
14
|
var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll = false) => {
|
|
11
|
-
const workspaceRoot = config.workspaceRoot ||
|
|
15
|
+
const workspaceRoot = config.workspaceRoot || _chunkUMP4EIASjs.findWorkspaceRoot.call(void 0, );
|
|
12
16
|
const entryPoints = [];
|
|
13
17
|
if (entry) {
|
|
14
18
|
if (typeof entry === "string") {
|
|
@@ -21,7 +25,7 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
|
|
|
21
25
|
}
|
|
22
26
|
if (emitOnAll) {
|
|
23
27
|
entryPoints.push(
|
|
24
|
-
|
|
28
|
+
_chunkJVKCJMCKjs.joinPaths.call(void 0, workspaceRoot, sourceRoot || projectRoot, "**/*.{ts,tsx}")
|
|
25
29
|
);
|
|
26
30
|
}
|
|
27
31
|
const results = await Promise.all(
|
|
@@ -34,12 +38,12 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
|
|
|
34
38
|
});
|
|
35
39
|
paths.push(
|
|
36
40
|
...files.reduce((ret, filePath) => {
|
|
37
|
-
const result =
|
|
38
|
-
|
|
41
|
+
const result = _chunkJVKCJMCKjs.correctPaths.call(void 0,
|
|
42
|
+
_chunkJVKCJMCKjs.joinPaths.call(void 0, filePath.path, filePath.name).replaceAll(_chunkJVKCJMCKjs.correctPaths.call(void 0, workspaceRoot), "").replaceAll(_chunkJVKCJMCKjs.correctPaths.call(void 0, projectRoot), "")
|
|
39
43
|
);
|
|
40
44
|
if (result) {
|
|
41
|
-
|
|
42
|
-
`Trying to add entry point ${result} at "${
|
|
45
|
+
_chunkKTEGKYAHjs.writeDebug.call(void 0,
|
|
46
|
+
`Trying to add entry point ${result} at "${_chunkJVKCJMCKjs.joinPaths.call(void 0,
|
|
43
47
|
filePath.path,
|
|
44
48
|
filePath.name
|
|
45
49
|
)}"`,
|
|
@@ -53,7 +57,7 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
|
|
|
53
57
|
}, [])
|
|
54
58
|
);
|
|
55
59
|
} else {
|
|
56
|
-
|
|
60
|
+
_chunkKTEGKYAHjs.writeDebug.call(void 0, `Trying to add entry point ${entryPoint}"`, config);
|
|
57
61
|
if (!paths.includes(entryPoint)) {
|
|
58
62
|
paths.push(entryPoint);
|
|
59
63
|
}
|