@teambit/workspace 1.0.184 → 1.0.186
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 +1289 -1289
- package/dist/{preview-1709627282589.js → preview-1709781440634.js} +2 -2
- package/dist/workspace.js +1 -0
- package/dist/workspace.js.map +1 -1
- package/package.json +23 -23
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.186/dist/workspace.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.186/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
|
@@ -867,6 +867,7 @@ it's possible that the version ${component.id.version} belong to ${idStr.split('
|
|
|
867
867
|
this.componentDefaultScopeFromComponentDirAndNameWithoutConfigFileMemoized.clear();
|
|
868
868
|
}
|
|
869
869
|
clearAllComponentsCache() {
|
|
870
|
+
this.logger.debug('clearing all components caches');
|
|
870
871
|
this.componentLoader.clearCache();
|
|
871
872
|
this.consumer.componentLoader.clearComponentsCache();
|
|
872
873
|
this.componentStatusLoader.clearCache();
|