@teambit/workspace 1.0.470 → 1.0.471
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 +2071 -2071
- package/dist/{preview-1732245631025.js → preview-1732332052659.js} +2 -2
- package/dist/workspace.js +1 -8
- package/dist/workspace.js.map +1 -1
- package/package.json +28 -28
|
@@ -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.471/dist/workspace.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.471/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
|
@@ -186,13 +186,6 @@ function _scopeComponentsImporter() {
|
|
|
186
186
|
};
|
|
187
187
|
return data;
|
|
188
188
|
}
|
|
189
|
-
function _loader() {
|
|
190
|
-
const data = _interopRequireDefault(require("@teambit/legacy/dist/cli/loader"));
|
|
191
|
-
_loader = function () {
|
|
192
|
-
return data;
|
|
193
|
-
};
|
|
194
|
-
return data;
|
|
195
|
-
}
|
|
196
189
|
function _legacy3() {
|
|
197
190
|
const data = require("@teambit/legacy.scope-api");
|
|
198
191
|
_legacy3 = function () {
|
|
@@ -1020,7 +1013,7 @@ it's possible that the version ${component.id.version} belong to ${idStr.split('
|
|
|
1020
1013
|
throw err; // we know the lane is not new, so the error is legit
|
|
1021
1014
|
}
|
|
1022
1015
|
// the lane could be a local lane so no need to throw an error in such case
|
|
1023
|
-
|
|
1016
|
+
this.logger.clearStatusLine();
|
|
1024
1017
|
this.logger.warn(`unable to get lane's data from a remote due to an error:\n${err.message}`);
|
|
1025
1018
|
return null;
|
|
1026
1019
|
}
|