Skip to content

Interface: UpdateNotifierPluginOptions

Defined in: packages/plugin-update-notifier/src/index.ts:8

Extends

  • EnhancedNotifierSettings

Properties

PropertyTypeDescriptionInherited fromDefined in
distTag?stringWhich dist-tag to use to find the latest version Default 'latest'EnhancedNotifierSettings.distTagnode_modules/.pnpm/@types+update-notifier@6.0.8/node_modules/@types/update-notifier/update-notifier.d.ts:24
notify?EnhancedNotifyOptions--packages/plugin-update-notifier/src/index.ts:9
packageName?stringDeprecated use pkg.nameEnhancedNotifierSettings.packageNamenode_modules/.pnpm/@types+update-notifier@6.0.8/node_modules/@types/update-notifier/update-notifier.d.ts:29
packageVersion?stringDeprecated use pkg.versionEnhancedNotifierSettings.packageVersionnode_modules/.pnpm/@types+update-notifier@6.0.8/node_modules/@types/update-notifier/update-notifier.d.ts:33
pkgPackage-EnhancedNotifierSettings.pkgnode_modules/.pnpm/@types+update-notifier@6.0.8/node_modules/@types/update-notifier/update-notifier.d.ts:25
shouldNotifyInNpmScript?booleanAllows notification to be shown when running as an npm scriptEnhancedNotifierSettings.shouldNotifyInNpmScriptnode_modules/.pnpm/@types+update-notifier@6.0.8/node_modules/@types/update-notifier/update-notifier.d.ts:37
updateCheckInterval?numberHow often to check for updatesEnhancedNotifierSettings.updateCheckIntervalnode_modules/.pnpm/@types+update-notifier@6.0.8/node_modules/@types/update-notifier/update-notifier.d.ts:35

Released under the MIT license