@teambit/workspace 1.0.503 → 1.0.505

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.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.503/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.503/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.505/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.505/dist/workspace.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/dist/workspace.js CHANGED
@@ -2147,7 +2147,7 @@ the following envs are used in this workspace: ${availableEnvs.join(', ')}`);
2147
2147
  async setComponentPathsRegExps() {
2148
2148
  const workspaceComponents = await this.list();
2149
2149
  const workspacePackageNames = workspaceComponents.map(c => this.componentPackageName(c));
2150
- const packageManager = this.dependencyResolver.getPackageManagerName();
2150
+ const packageManager = this.dependencyResolver.packageManagerName;
2151
2151
  const isPnpmEnabled = typeof packageManager === 'undefined' || packageManager.includes('pnpm');
2152
2152
  const pathsExcluding = [(0, _dependenciesModules().generateNodeModulesPattern)({
2153
2153
  packages: workspacePackageNames,