@teambit/dependency-resolver 1.0.490 → 1.0.492
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 +34 -34
- package/artifacts/preview/teambit_dependencies_dependency_resolver-preview.js +1 -1
- package/artifacts/schema.json +1475 -1475
- package/dist/dependency-resolver.main.runtime.d.ts +1 -1
- package/dist/dependency-resolver.main.runtime.js +1 -8
- package/dist/dependency-resolver.main.runtime.js.map +1 -1
- package/dist/{preview-1733875472461.js → preview-1733950992344.js} +2 -2
- package/package.json +24 -25
|
@@ -415,7 +415,7 @@ export declare class DependencyResolverMain {
|
|
|
415
415
|
updatedVariants: string[];
|
|
416
416
|
updatedComponents: UpdatedComponent[];
|
|
417
417
|
};
|
|
418
|
-
static runtime: import("@teambit/
|
|
418
|
+
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
419
419
|
static dependencies: Aspect[];
|
|
420
420
|
static slots: (((registerFn: () => string) => SlotRegistry<WorkspacePolicy>) | ((registerFn: () => string) => SlotRegistry<Partial<Record<keyof import("./policy").PolicyConfigKeys, {
|
|
421
421
|
[dependencyId: string]: import("./policy/variant-policy/variant-policy").VariantPolicyConfigEntryValue;
|
|
@@ -44,13 +44,6 @@ function _cli() {
|
|
|
44
44
|
};
|
|
45
45
|
return data;
|
|
46
46
|
}
|
|
47
|
-
function _bit() {
|
|
48
|
-
const data = require("@teambit/bit");
|
|
49
|
-
_bit = function () {
|
|
50
|
-
return data;
|
|
51
|
-
};
|
|
52
|
-
return data;
|
|
53
|
-
}
|
|
54
47
|
function _workspace() {
|
|
55
48
|
const data = require("@teambit/workspace.root-components");
|
|
56
49
|
_workspace = function () {
|
|
@@ -776,7 +769,7 @@ class DependencyResolverMain {
|
|
|
776
769
|
* returns component-ids string without a version.
|
|
777
770
|
*/
|
|
778
771
|
getCompIdsThatShouldNotBeInPolicy() {
|
|
779
|
-
return [...
|
|
772
|
+
return [...this.aspectLoader.getCoreAspectIds(), 'teambit.harmony/harmony'];
|
|
780
773
|
}
|
|
781
774
|
|
|
782
775
|
/**
|