@teambit/dependency-resolver 1.0.187 → 1.0.189

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.
Files changed (84) hide show
  1. package/artifacts/__bit_junit.xml +37 -37
  2. package/artifacts/preview/teambit_dependencies_dependency_resolver-preview.js +1 -1
  3. package/artifacts/schema.json +1214 -373
  4. package/dist/apply-updates.js.map +1 -1
  5. package/dist/apply-updates.spec.js.map +1 -1
  6. package/dist/dependencies/base-dependency.js.map +1 -1
  7. package/dist/dependencies/component-dependency/component-dependency-factory.js.map +1 -1
  8. package/dist/dependencies/component-dependency/component-dependency.js.map +1 -1
  9. package/dist/dependencies/component-dependency/index.js.map +1 -1
  10. package/dist/dependencies/constants.js.map +1 -1
  11. package/dist/dependencies/dependency-factory.js.map +1 -1
  12. package/dist/dependencies/dependency-list-factory.js.map +1 -1
  13. package/dist/dependencies/dependency-list.js.map +1 -1
  14. package/dist/dependencies/dependency.js.map +1 -1
  15. package/dist/dependencies/exceptions/index.js.map +1 -1
  16. package/dist/dependencies/exceptions/unknown-dep-type.js.map +1 -1
  17. package/dist/dependencies/index.js.map +1 -1
  18. package/dist/dependencies.service.js.map +1 -1
  19. package/dist/dependency-detector.js.map +1 -1
  20. package/dist/dependency-env.js.map +1 -1
  21. package/dist/dependency-installer.js.map +1 -1
  22. package/dist/dependency-linker.js.map +1 -1
  23. package/dist/dependency-resolver-workspace-config.js.map +1 -1
  24. package/dist/dependency-resolver.aspect.js.map +1 -1
  25. package/dist/dependency-resolver.composition.js.map +1 -1
  26. package/dist/dependency-resolver.graphql.js +2 -3
  27. package/dist/dependency-resolver.graphql.js.map +1 -1
  28. package/dist/dependency-resolver.main.runtime.js.map +1 -1
  29. package/dist/dependency-resolver.main.runtime.spec.js.map +1 -1
  30. package/dist/dependency-version-resolver.js.map +1 -1
  31. package/dist/exceptions/core-aspect-link-error.js.map +1 -1
  32. package/dist/exceptions/index.js.map +1 -1
  33. package/dist/exceptions/invalid-version-with-prefix.js.map +1 -1
  34. package/dist/exceptions/main-aspect-not-installable.js.map +1 -1
  35. package/dist/exceptions/main-aspect-not-linkable.js.map +1 -1
  36. package/dist/exceptions/non-aspect-core-package-link-error.js.map +1 -1
  37. package/dist/exceptions/package-manager-not-found.js.map +1 -1
  38. package/dist/exceptions/root-dir-not-defined.js.map +1 -1
  39. package/dist/extend-with-components-from-dir.js.map +1 -1
  40. package/dist/get-all-policy-pkgs.js.map +1 -1
  41. package/dist/get-all-policy-pkgs.spec.js.map +1 -1
  42. package/dist/index.js.map +1 -1
  43. package/dist/manifest/component-manifest.js.map +1 -1
  44. package/dist/manifest/deduping/dedupe-dependencies.js.map +1 -1
  45. package/dist/manifest/deduping/hoist-dependencies.js.map +1 -1
  46. package/dist/manifest/deduping/hoist-dependencies.spec.js.map +1 -1
  47. package/dist/manifest/deduping/index-by-dep-id.js.map +1 -1
  48. package/dist/manifest/deduping/index.js.map +1 -1
  49. package/dist/manifest/deduping/merge-with-root.js.map +1 -1
  50. package/dist/manifest/index.js.map +1 -1
  51. package/dist/manifest/manifest.js.map +1 -1
  52. package/dist/manifest/update-dependency-version.js.map +1 -1
  53. package/dist/manifest/update-dependency-version.spec.js.map +1 -1
  54. package/dist/manifest/workspace-manifest-factory.js.map +1 -1
  55. package/dist/manifest/workspace-manifest.js.map +1 -1
  56. package/dist/package-manager-legacy.js.map +1 -1
  57. package/dist/package-manager.js.map +1 -1
  58. package/dist/policy/env-policy/env-policy.js.map +1 -1
  59. package/dist/policy/env-policy/index.js.map +1 -1
  60. package/dist/policy/env-policy/validate-env-policy.js.map +1 -1
  61. package/dist/policy/env-policy/validate-env-policy.spec.js.map +1 -1
  62. package/dist/policy/index.js.map +1 -1
  63. package/dist/policy/policy.js.map +1 -1
  64. package/dist/policy/variant-policy/index.js.map +1 -1
  65. package/dist/policy/variant-policy/variant-policy.js.map +1 -1
  66. package/dist/policy/workspace-policy/exceptions/entry-already-exist.js.map +1 -1
  67. package/dist/policy/workspace-policy/exceptions/index.js.map +1 -1
  68. package/dist/policy/workspace-policy/index.js.map +1 -1
  69. package/dist/policy/workspace-policy/workspace-policy-factory.js.map +1 -1
  70. package/dist/policy/workspace-policy/workspace-policy.js +5 -5
  71. package/dist/policy/workspace-policy/workspace-policy.js.map +1 -1
  72. package/dist/preview-1710224484125.js +7 -0
  73. package/dist/registry/index.js.map +1 -1
  74. package/dist/registry/registries.js.map +1 -1
  75. package/dist/registry/registry.js.map +1 -1
  76. package/dist/show-fragments/dependencies.fragment.js.map +1 -1
  77. package/dist/show-fragments/dev-dependencies.fragment.js.map +1 -1
  78. package/dist/show-fragments/index.js.map +1 -1
  79. package/dist/show-fragments/peer-dependencies.fragment.js.map +1 -1
  80. package/dist/show-fragments/serialize-by-lifecycle.js.map +1 -1
  81. package/dist/types.js.map +1 -1
  82. package/package.json +16 -15
  83. package/policy/workspace-policy/workspace-policy.ts +3 -3
  84. package/dist/preview-1709867881461.js +0 -7
@@ -1 +1 @@
1
- {"version":3,"names":["_lodash","data","require","serializeByLifecycle","deps","lifecycle","filteredByLifecycle","filter","dep","sort","longestLength","getLongestDepName","paddedNames","dependencies","map","paddedName","getNameWithVersion","padEnd","type","optional","join","longestDep","maxBy","length","nameWithVersion","getPackageName","version","id"],"sources":["serialize-by-lifecycle.ts"],"sourcesContent":["import { maxBy } from 'lodash';\nimport type { DependencyList, DependencyLifecycleType, Dependency } from '../dependencies';\n\nexport function serializeByLifecycle(deps: DependencyList, lifecycle: DependencyLifecycleType) {\n const filteredByLifecycle = deps.filter((dep) => dep.lifecycle === lifecycle).sort();\n const longestLength = getLongestDepName(filteredByLifecycle);\n const paddedNames = filteredByLifecycle.dependencies.map((dep) => {\n const paddedName = getNameWithVersion(dep).padEnd(longestLength + 1, '-');\n return `${paddedName} (${dep.type})${dep.optional ? '(optional)' : ''}`;\n });\n return paddedNames.join('\\n');\n}\n\nfunction getLongestDepName(deps: DependencyList): number {\n const longestDep = maxBy(deps.dependencies, (dep) => getNameWithVersion(dep).length);\n if (!longestDep) return 50;\n return getNameWithVersion(longestDep).length;\n}\n\nfunction getNameWithVersion(dep: Dependency) {\n const nameWithVersion = dep.getPackageName?.()\n ? `${dep.getPackageName?.()}@${dep.version}`\n : `${dep.id}@${dep.version}`;\n return nameWithVersion;\n}\n"],"mappings":";;;;;;AAAA,SAAAA,QAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,OAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAGO,SAASE,oBAAoBA,CAACC,IAAoB,EAAEC,SAAkC,EAAE;EAC7F,MAAMC,mBAAmB,GAAGF,IAAI,CAACG,MAAM,CAAEC,GAAG,IAAKA,GAAG,CAACH,SAAS,KAAKA,SAAS,CAAC,CAACI,IAAI,CAAC,CAAC;EACpF,MAAMC,aAAa,GAAGC,iBAAiB,CAACL,mBAAmB,CAAC;EAC5D,MAAMM,WAAW,GAAGN,mBAAmB,CAACO,YAAY,CAACC,GAAG,CAAEN,GAAG,IAAK;IAChE,MAAMO,UAAU,GAAGC,kBAAkB,CAACR,GAAG,CAAC,CAACS,MAAM,CAACP,aAAa,GAAG,CAAC,EAAE,GAAG,CAAC;IACzE,OAAQ,GAAEK,UAAW,KAAIP,GAAG,CAACU,IAAK,IAAGV,GAAG,CAACW,QAAQ,GAAG,YAAY,GAAG,EAAG,EAAC;EACzE,CAAC,CAAC;EACF,OAAOP,WAAW,CAACQ,IAAI,CAAC,IAAI,CAAC;AAC/B;AAEA,SAAST,iBAAiBA,CAACP,IAAoB,EAAU;EACvD,MAAMiB,UAAU,GAAG,IAAAC,eAAK,EAAClB,IAAI,CAACS,YAAY,EAAGL,GAAG,IAAKQ,kBAAkB,CAACR,GAAG,CAAC,CAACe,MAAM,CAAC;EACpF,IAAI,CAACF,UAAU,EAAE,OAAO,EAAE;EAC1B,OAAOL,kBAAkB,CAACK,UAAU,CAAC,CAACE,MAAM;AAC9C;AAEA,SAASP,kBAAkBA,CAACR,GAAe,EAAE;EAC3C,MAAMgB,eAAe,GAAGhB,GAAG,CAACiB,cAAc,GAAG,CAAC,GACzC,GAAEjB,GAAG,CAACiB,cAAc,GAAG,CAAE,IAAGjB,GAAG,CAACkB,OAAQ,EAAC,GACzC,GAAElB,GAAG,CAACmB,EAAG,IAAGnB,GAAG,CAACkB,OAAQ,EAAC;EAC9B,OAAOF,eAAe;AACxB"}
1
+ {"version":3,"names":["_lodash","data","require","serializeByLifecycle","deps","lifecycle","filteredByLifecycle","filter","dep","sort","longestLength","getLongestDepName","paddedNames","dependencies","map","paddedName","getNameWithVersion","padEnd","type","optional","join","longestDep","maxBy","length","nameWithVersion","getPackageName","version","id"],"sources":["serialize-by-lifecycle.ts"],"sourcesContent":["import { maxBy } from 'lodash';\nimport type { DependencyList, DependencyLifecycleType, Dependency } from '../dependencies';\n\nexport function serializeByLifecycle(deps: DependencyList, lifecycle: DependencyLifecycleType) {\n const filteredByLifecycle = deps.filter((dep) => dep.lifecycle === lifecycle).sort();\n const longestLength = getLongestDepName(filteredByLifecycle);\n const paddedNames = filteredByLifecycle.dependencies.map((dep) => {\n const paddedName = getNameWithVersion(dep).padEnd(longestLength + 1, '-');\n return `${paddedName} (${dep.type})${dep.optional ? '(optional)' : ''}`;\n });\n return paddedNames.join('\\n');\n}\n\nfunction getLongestDepName(deps: DependencyList): number {\n const longestDep = maxBy(deps.dependencies, (dep) => getNameWithVersion(dep).length);\n if (!longestDep) return 50;\n return getNameWithVersion(longestDep).length;\n}\n\nfunction getNameWithVersion(dep: Dependency) {\n const nameWithVersion = dep.getPackageName?.()\n ? `${dep.getPackageName?.()}@${dep.version}`\n : `${dep.id}@${dep.version}`;\n return nameWithVersion;\n}\n"],"mappings":";;;;;;AAAA,SAAAA,QAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,OAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAGO,SAASE,oBAAoBA,CAACC,IAAoB,EAAEC,SAAkC,EAAE;EAC7F,MAAMC,mBAAmB,GAAGF,IAAI,CAACG,MAAM,CAAEC,GAAG,IAAKA,GAAG,CAACH,SAAS,KAAKA,SAAS,CAAC,CAACI,IAAI,CAAC,CAAC;EACpF,MAAMC,aAAa,GAAGC,iBAAiB,CAACL,mBAAmB,CAAC;EAC5D,MAAMM,WAAW,GAAGN,mBAAmB,CAACO,YAAY,CAACC,GAAG,CAAEN,GAAG,IAAK;IAChE,MAAMO,UAAU,GAAGC,kBAAkB,CAACR,GAAG,CAAC,CAACS,MAAM,CAACP,aAAa,GAAG,CAAC,EAAE,GAAG,CAAC;IACzE,OAAQ,GAAEK,UAAW,KAAIP,GAAG,CAACU,IAAK,IAAGV,GAAG,CAACW,QAAQ,GAAG,YAAY,GAAG,EAAG,EAAC;EACzE,CAAC,CAAC;EACF,OAAOP,WAAW,CAACQ,IAAI,CAAC,IAAI,CAAC;AAC/B;AAEA,SAAST,iBAAiBA,CAACP,IAAoB,EAAU;EACvD,MAAMiB,UAAU,GAAG,IAAAC,eAAK,EAAClB,IAAI,CAACS,YAAY,EAAGL,GAAG,IAAKQ,kBAAkB,CAACR,GAAG,CAAC,CAACe,MAAM,CAAC;EACpF,IAAI,CAACF,UAAU,EAAE,OAAO,EAAE;EAC1B,OAAOL,kBAAkB,CAACK,UAAU,CAAC,CAACE,MAAM;AAC9C;AAEA,SAASP,kBAAkBA,CAACR,GAAe,EAAE;EAC3C,MAAMgB,eAAe,GAAGhB,GAAG,CAACiB,cAAc,GAAG,CAAC,GACzC,GAAEjB,GAAG,CAACiB,cAAc,GAAG,CAAE,IAAGjB,GAAG,CAACkB,OAAQ,EAAC,GACzC,GAAElB,GAAG,CAACmB,EAAG,IAAGnB,GAAG,CAACkB,OAAQ,EAAC;EAC9B,OAAOF,eAAe;AACxB","ignoreList":[]}
package/dist/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["types.ts"],"sourcesContent":["import { ComponentConfig, ComponentFS } from '@teambit/component';\nimport { PathLinux } from '@teambit/legacy/dist/utils/path';\n\nimport { ComponentManifest } from './manifest/component-manifest';\nimport { PackageName } from './dependencies';\n\nexport type RegistryName = string;\n\nexport type Registry = {\n uri: string;\n alwaysAuth: boolean;\n authHeaderValue?: string;\n originalAuthType: string;\n originalAuthValue: string;\n};\n\nexport type RegistriesMap = Record<RegistryName, Registry>;\n\n// Exact format TBD\nexport interface RawComponentState {\n filesystem: ComponentFS;\n config: ComponentConfig;\n}\n\n/**\n * Import Specifier data.\n * For example, `import foo from './bar' `, \"foo\" is the import-specifier and is default.\n * Conversely, `import { foo } from './bar' `, here, \"foo\" is non-default.\n */\nexport type Specifier = {\n isDefault: boolean;\n name: string;\n};\n\n/**\n * ImportSpecifier are used to generate links from component to its dependencies.\n * For example, a component might have a dependency: \"import { foo } from './bar' \", when a link is generated, we use\n * the import-specifier name, which is \"foo\" to generate the link correctly.\n */\nexport type ImportSpecifier = {\n mainFile: Specifier;\n};\n\n/**\n * a dependency component may have multiple files that are required from the parent component, each\n * one of the files has its RelativePath instance.\n *\n * For example:\n * main component: \"foo\" => foo.js => `const isString = require('../utils/is-string'); const isArray = require('../utils/is-array');\n * dependency: \"utils\" => utils/is-string.js, utils/is-array.js\n * In this example, the component \"foo\" has one dependency \"utils\" with two RelativePaths.\n * one for utils/is-string.js file and the second for utils/is-array.js file\n */\nexport type RelativePath = {\n sourceRelativePath: PathLinux; // location of the link file\n destinationRelativePath: PathLinux; // destination written inside the link file\n importSpecifiers?: ImportSpecifier[];\n importSource?: string; // available when isCustomResolveUsed=true, contains the import path. e.g. \"import x from 'src/utils'\", importSource is 'src/utils'.\n};\n\n/**\n * A definition of one dependency statement in a file\n * For example `import('something')` or require('something')\n */\ninterface FileDependencyDefinition {\n // The path itself as appear in the source code (what inside the () for example)\n // This can be a module path like 'my-package' or relative (for legacy support)\n dependencyPath: string;\n // Used for legacy support\n relativePaths?: RelativePath[];\n // Used for statements like `import type {x} from 'y'\n isType?: boolean;\n}\n\nexport type FileDependenciesDefinition = FileDependencyDefinition[];\n\nexport type ComponentsManifestsMap = Map<PackageName, ComponentManifest>;\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["types.ts"],"sourcesContent":["import { ComponentConfig, ComponentFS } from '@teambit/component';\nimport { PathLinux } from '@teambit/legacy/dist/utils/path';\n\nimport { ComponentManifest } from './manifest/component-manifest';\nimport { PackageName } from './dependencies';\n\nexport type RegistryName = string;\n\nexport type Registry = {\n uri: string;\n alwaysAuth: boolean;\n authHeaderValue?: string;\n originalAuthType: string;\n originalAuthValue: string;\n};\n\nexport type RegistriesMap = Record<RegistryName, Registry>;\n\n// Exact format TBD\nexport interface RawComponentState {\n filesystem: ComponentFS;\n config: ComponentConfig;\n}\n\n/**\n * Import Specifier data.\n * For example, `import foo from './bar' `, \"foo\" is the import-specifier and is default.\n * Conversely, `import { foo } from './bar' `, here, \"foo\" is non-default.\n */\nexport type Specifier = {\n isDefault: boolean;\n name: string;\n};\n\n/**\n * ImportSpecifier are used to generate links from component to its dependencies.\n * For example, a component might have a dependency: \"import { foo } from './bar' \", when a link is generated, we use\n * the import-specifier name, which is \"foo\" to generate the link correctly.\n */\nexport type ImportSpecifier = {\n mainFile: Specifier;\n};\n\n/**\n * a dependency component may have multiple files that are required from the parent component, each\n * one of the files has its RelativePath instance.\n *\n * For example:\n * main component: \"foo\" => foo.js => `const isString = require('../utils/is-string'); const isArray = require('../utils/is-array');\n * dependency: \"utils\" => utils/is-string.js, utils/is-array.js\n * In this example, the component \"foo\" has one dependency \"utils\" with two RelativePaths.\n * one for utils/is-string.js file and the second for utils/is-array.js file\n */\nexport type RelativePath = {\n sourceRelativePath: PathLinux; // location of the link file\n destinationRelativePath: PathLinux; // destination written inside the link file\n importSpecifiers?: ImportSpecifier[];\n importSource?: string; // available when isCustomResolveUsed=true, contains the import path. e.g. \"import x from 'src/utils'\", importSource is 'src/utils'.\n};\n\n/**\n * A definition of one dependency statement in a file\n * For example `import('something')` or require('something')\n */\ninterface FileDependencyDefinition {\n // The path itself as appear in the source code (what inside the () for example)\n // This can be a module path like 'my-package' or relative (for legacy support)\n dependencyPath: string;\n // Used for legacy support\n relativePaths?: RelativePath[];\n // Used for statements like `import type {x} from 'y'\n isType?: boolean;\n}\n\nexport type FileDependenciesDefinition = FileDependencyDefinition[];\n\nexport type ComponentsManifestsMap = Map<PackageName, ComponentManifest>;\n"],"mappings":"","ignoreList":[]}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/dependency-resolver",
3
- "version": "1.0.187",
3
+ "version": "1.0.189",
4
4
  "homepage": "https://bit.cloud/teambit/dependencies/dependency-resolver",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.dependencies",
8
8
  "name": "dependency-resolver",
9
- "version": "1.0.187"
9
+ "version": "1.0.189"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -33,22 +33,23 @@
33
33
  "@teambit/component-id": "1.2.0",
34
34
  "@teambit/legacy-bit-id": "1.1.1",
35
35
  "@teambit/component-version": "1.0.3",
36
- "@teambit/component": "1.0.187",
37
- "@teambit/envs": "1.0.187",
38
- "@teambit/aspect-loader": "1.0.187",
39
- "@teambit/logger": "0.0.948",
40
- "@teambit/graphql": "1.0.187",
41
- "@teambit/bit": "1.6.80",
42
- "@teambit/cli": "0.0.855",
43
- "@teambit/config": "0.0.938",
44
- "@teambit/global-config": "0.0.858",
36
+ "@teambit/component": "1.0.189",
37
+ "@teambit/envs": "1.0.189",
38
+ "@teambit/aspect-loader": "1.0.189",
39
+ "@teambit/logger": "0.0.949",
40
+ "@teambit/graphql": "1.0.189",
41
+ "@teambit/bit": "1.6.82",
42
+ "@teambit/cli": "0.0.856",
43
+ "@teambit/config": "0.0.940",
44
+ "@teambit/global-config": "0.0.859",
45
45
  "@teambit/harmony.modules.requireable-component": "0.0.497",
46
- "@teambit/snapping": "1.0.187",
46
+ "@teambit/snapping": "1.0.189",
47
47
  "@teambit/workspace.modules.node-modules-linker": "0.0.165",
48
- "@teambit/isolator": "1.0.187",
48
+ "@teambit/isolator": "1.0.189",
49
49
  "@teambit/toolbox.fs.link-or-symlink": "0.0.1",
50
50
  "@teambit/component-issues": "0.0.141",
51
- "@teambit/component-package-version": "0.0.433"
51
+ "@teambit/component-package-version": "0.0.433",
52
+ "@teambit/toolbox.object.sorter": "0.0.1"
52
53
  },
53
54
  "devDependencies": {
54
55
  "@types/chai": "4.2.15",
@@ -59,7 +60,7 @@
59
60
  "@types/mocha": "9.1.0",
60
61
  "@types/jest": "^29.2.2",
61
62
  "@types/testing-library__jest-dom": "^5.9.5",
62
- "@teambit/harmony.envs.core-aspect-env-jest": "0.0.6",
63
+ "@teambit/harmony.envs.core-aspect-env-jest": "0.0.8",
63
64
  "@teambit/dependencies.aspect-docs.dependency-resolver": "0.0.176"
64
65
  },
65
66
  "peerDependencies": {
@@ -1,5 +1,5 @@
1
1
  import { uniqWith } from 'lodash';
2
- import { sortObject } from '@teambit/legacy/dist/utils';
2
+ import { sortObjectByKeys } from '@teambit/toolbox.object.sorter';
3
3
  import { snapToSemver } from '@teambit/component-package-version';
4
4
  import { Policy, SemverVersion, GitUrlVersion, FileSystemPath, PolicyConfigKeys } from '../policy';
5
5
  import { KEY_NAME_BY_LIFECYCLE_TYPE, WorkspaceDependencyLifecycleType } from '../../dependencies';
@@ -132,10 +132,10 @@ export class WorkspacePolicy implements Policy<WorkspacePolicyConfigObject> {
132
132
  return acc;
133
133
  }, res);
134
134
  if (res.dependencies) {
135
- res.dependencies = sortObject(res.dependencies);
135
+ res.dependencies = sortObjectByKeys(res.dependencies);
136
136
  }
137
137
  if (res.peerDependencies) {
138
- res.peerDependencies = sortObject(res.peerDependencies);
138
+ res.peerDependencies = sortObjectByKeys(res.peerDependencies);
139
139
  }
140
140
  return res;
141
141
  }
@@ -1,7 +0,0 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.dependencies_dependency-resolver@1.0.187/dist/dependency-resolver.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.dependencies_dependency-resolver@1.0.187/dist/dependency-resolver.docs.mdx';
3
-
4
- export const compositions = [compositions_0];
5
- export const overview = [overview_0];
6
-
7
- export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};