@mainset/cli 0.3.1 → 0.3.2

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.
@@ -40,6 +40,6 @@ cliCommandName) {
40
40
  // Otherwise, return the path to the dependency in the root node_modules (for registry-installed packages)
41
41
  const dependencyBinCLICommandPath = path.resolve(runtimePathById.root, `node_modules/.bin/${cliCommandName}`);
42
42
  // return fileURLToPath(import.meta.resolve(dependencyBinCLICommandPath));
43
- return import.meta.resolve(dependencyBinCLICommandPath);
43
+ return dependencyBinCLICommandPath;
44
44
  }
45
45
  export { resolveHostPackageBinForCLICommandPath, resolveHostPackageNodeModulesPath, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mainset/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A unified CLI tool for accelerating development, based on mainset vision of front-end infrastructure",
5
5
  "homepage": "https://github.com/mainset/dev-stack-fe/tree/main/packages/cli",
6
6
  "bugs": {