@storm-software/workspace-tools 1.175.0 → 1.175.1

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.175.0",
3
+ "version": "1.175.1",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {
@@ -717985,7 +717985,7 @@ async function* rollupExecutorFn(options, context, config) {
717985
717985
  ) ?? []
717986
717986
  ).map((entry) => {
717987
717987
  const formatted = entry.replace(workspaceRoot, "");
717988
- return formatted.endsWith("/") ? formatted.slice(-1) : formatted;
717988
+ return formatted.startsWith("/") ? formatted.slice(1) : formatted;
717989
717989
  });
717990
717990
  }
717991
717991
  writeDebug2(