Skip to content

@verdaccio/core


Function: mergeVersions()

ts
function mergeVersions(local, upstream): void;

Function gets a local info and an info from uplinks and tries to merge it exported for unit tests only. *

Parameters

ParameterTypeDescription
localManifest*
upstreamManifest*

Returns

void

Deprecated

use @verdaccio/storage mergeVersions method

Released under the MIT License.