@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.49.15",
3
+ "version": "1.49.16",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -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(".")) {