@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.
@@ -415,7 +415,7 @@ export declare class DependencyResolverMain {
415
415
  updatedVariants: string[];
416
416
  updatedComponents: UpdatedComponent[];
417
417
  };
418
- static runtime: import("@teambit/bit").RuntimeDefinition;
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 [...(0, _bit().getAllCoreAspectsIds)(), 'teambit.harmony/harmony'];
772
+ return [...this.aspectLoader.getCoreAspectIds(), 'teambit.harmony/harmony'];
780
773
  }
781
774
 
782
775
  /**