@storm-software/workspace-tools 1.49.15 → 1.49.16
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 +12 -0
- package/index.js +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +1 -1
- package/src/executors/tsup-browser/executor.js +1 -1
- package/src/executors/tsup-neutral/executor.js +1 -1
- package/src/executors/tsup-node/executor.js +1 -1
package/package.json
CHANGED
|
@@ -115864,7 +115864,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
115864
115864
|
)
|
|
115865
115865
|
);
|
|
115866
115866
|
}
|
|
115867
|
-
Promise.all(
|
|
115867
|
+
await Promise.all(
|
|
115868
115868
|
entryPoints.map((entryPoint) => {
|
|
115869
115869
|
let outputPath = removeExtension(entryPoint).replace(sourceRoot, "");
|
|
115870
115870
|
if (outputPath.startsWith(".")) {
|
|
@@ -115894,7 +115894,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
115894
115894
|
)
|
|
115895
115895
|
);
|
|
115896
115896
|
}
|
|
115897
|
-
Promise.all(
|
|
115897
|
+
await Promise.all(
|
|
115898
115898
|
entryPoints.map((entryPoint) => {
|
|
115899
115899
|
let outputPath = removeExtension(entryPoint).replace(sourceRoot, "");
|
|
115900
115900
|
if (outputPath.startsWith(".")) {
|
|
@@ -115894,7 +115894,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
115894
115894
|
)
|
|
115895
115895
|
);
|
|
115896
115896
|
}
|
|
115897
|
-
Promise.all(
|
|
115897
|
+
await Promise.all(
|
|
115898
115898
|
entryPoints.map((entryPoint) => {
|
|
115899
115899
|
let outputPath = removeExtension(entryPoint).replace(sourceRoot, "");
|
|
115900
115900
|
if (outputPath.startsWith(".")) {
|
|
@@ -115894,7 +115894,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
|
|
|
115894
115894
|
)
|
|
115895
115895
|
);
|
|
115896
115896
|
}
|
|
115897
|
-
Promise.all(
|
|
115897
|
+
await Promise.all(
|
|
115898
115898
|
entryPoints.map((entryPoint) => {
|
|
115899
115899
|
let outputPath = removeExtension(entryPoint).replace(sourceRoot, "");
|
|
115900
115900
|
if (outputPath.startsWith(".")) {
|