@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.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_workspace_workspace-preview.js +1 -1
- package/artifacts/schema.json +585 -2817
- package/dist/{preview-1735217145314.js → preview-1736219851589.js} +2 -2
- package/dist/workspace.js +1 -1
- package/dist/workspace.js.map +1 -1
- package/package.json +36 -36
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.
|
|
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.
|
|
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,
|