conflict-resolved.std 551 B

123456789
  1. {{#yellow}}Please note that,{{/yellow}}
  2. {{#condense}}
  3. {{#each picks}}
  4. {{#if dependants}}{{#green}}{{dependants}}{{/green}}{{else}}none{{/if}} depends on {{#cyan}}{{endpoint.name}}#{{endpoint.target}}{{/cyan}}{{#if pkgMeta._release}} which resolved to {{#green}}{{endpoint.name}}#{{pkgMeta._release}}{{/green}}{{/if}}
  5. {{/each}}
  6. {{/condense}}
  7. Resort to using {{#cyan}}{{suitable.endpoint.name}}#{{resolution}}{{/cyan}} which resolved to {{#green}}{{suitable.endpoint.name}}#{{suitable.pkgMeta._release}}{{/green}}
  8. Code incompatibilities may occur.