@storm-software/workspace-tools 1.49.16 → 1.49.17

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.16",
3
+ "version": "1.49.17",
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": [
@@ -115873,6 +115873,12 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115873
115873
  if (outputPath.startsWith("/")) {
115874
115874
  outputPath = outputPath.substring(1);
115875
115875
  }
115876
+ outputPath = (0, import_devkit3.joinPathFragments)(
115877
+ options.outputPath,
115878
+ "dist",
115879
+ outputPath.replace(findFileName(entryPoint), "")
115880
+ );
115881
+ writeInfo(config, `*** Build output path: ${outputPath} ***`);
115876
115882
  return runTsupBuild(
115877
115883
  {
115878
115884
  entry: entryPoint,
@@ -115883,11 +115889,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115883
115889
  config,
115884
115890
  {
115885
115891
  ...options,
115886
- outputPath: (0, import_devkit3.joinPathFragments)(
115887
- options.outputPath,
115888
- "dist",
115889
- outputPath.replace(findFileName(entryPoint), "")
115890
- )
115892
+ outputPath
115891
115893
  }
115892
115894
  );
115893
115895
  })
@@ -115903,6 +115903,12 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115903
115903
  if (outputPath.startsWith("/")) {
115904
115904
  outputPath = outputPath.substring(1);
115905
115905
  }
115906
+ outputPath = (0, import_devkit3.joinPathFragments)(
115907
+ options.outputPath,
115908
+ "dist",
115909
+ outputPath.replace(findFileName(entryPoint), "")
115910
+ );
115911
+ writeInfo(config, `*** Build output path: ${outputPath} ***`);
115906
115912
  return runTsupBuild(
115907
115913
  {
115908
115914
  entry: entryPoint,
@@ -115913,11 +115919,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115913
115919
  config,
115914
115920
  {
115915
115921
  ...options,
115916
- outputPath: (0, import_devkit3.joinPathFragments)(
115917
- options.outputPath,
115918
- "dist",
115919
- outputPath.replace(findFileName(entryPoint), "")
115920
- )
115922
+ outputPath
115921
115923
  }
115922
115924
  );
115923
115925
  })
@@ -115903,6 +115903,12 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115903
115903
  if (outputPath.startsWith("/")) {
115904
115904
  outputPath = outputPath.substring(1);
115905
115905
  }
115906
+ outputPath = (0, import_devkit3.joinPathFragments)(
115907
+ options.outputPath,
115908
+ "dist",
115909
+ outputPath.replace(findFileName(entryPoint), "")
115910
+ );
115911
+ writeInfo(config, `*** Build output path: ${outputPath} ***`);
115906
115912
  return runTsupBuild(
115907
115913
  {
115908
115914
  entry: entryPoint,
@@ -115913,11 +115919,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115913
115919
  config,
115914
115920
  {
115915
115921
  ...options,
115916
- outputPath: (0, import_devkit3.joinPathFragments)(
115917
- options.outputPath,
115918
- "dist",
115919
- outputPath.replace(findFileName(entryPoint), "")
115920
- )
115922
+ outputPath
115921
115923
  }
115922
115924
  );
115923
115925
  })
@@ -115903,6 +115903,12 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115903
115903
  if (outputPath.startsWith("/")) {
115904
115904
  outputPath = outputPath.substring(1);
115905
115905
  }
115906
+ outputPath = (0, import_devkit3.joinPathFragments)(
115907
+ options.outputPath,
115908
+ "dist",
115909
+ outputPath.replace(findFileName(entryPoint), "")
115910
+ );
115911
+ writeInfo(config, `*** Build output path: ${outputPath} ***`);
115906
115912
  return runTsupBuild(
115907
115913
  {
115908
115914
  entry: entryPoint,
@@ -115913,11 +115919,7 @@ ${(0, import_node_fs5.readFileSync)(file, "utf-8")}`,
115913
115919
  config,
115914
115920
  {
115915
115921
  ...options,
115916
- outputPath: (0, import_devkit3.joinPathFragments)(
115917
- options.outputPath,
115918
- "dist",
115919
- outputPath.replace(findFileName(entryPoint), "")
115920
- )
115922
+ outputPath
115921
115923
  }
115922
115924
  );
115923
115925
  })