Interface Update

Update

interface Update {
    global?: boolean;
    name: string;
    tag?: string;
    version: string;
}

Properties

global?: boolean

Include a -g argument in the install recommendation

name: string

Name of published package

tag?: string

Distribution tag to use to find the latest version

version: string

Current version