• Releases a new version of the deep npm package and syncronizes the version and dependencies between deepJsonFilePath and packageJsonFilePath

    Parameters

    Returns Promise<void>

    Throws

    Error if the version in packageJsonFilePath is outdated

    Example

    await npmRelease({
    newVersion: '1.0.0',
    packageJsonFilePath: 'package.json',
    deepJsonFilePath: 'deep.json',
    })

Generated using TypeDoc