webpack-build-notifier
Advanced tools
Comparing version 0.1.31 to 0.1.32
# Changelog | ||
#### 0.1.32 | ||
###### _April 16, 2019_ | ||
- Fixed TypeScript definitions per issues [#38](/../../issues/38) and [#39](/../../issues/39). | ||
#### 0.1.31 | ||
@@ -4,0 +9,0 @@ ###### _March 20, 2019_ |
@@ -96,3 +96,3 @@ import { Plugin } from 'webpack'; | ||
*/ | ||
onClick: (notifier: NotificationCenter, options: NotificationCenter.Notification) => void; | ||
onClick?: (notifier: NotificationCenter, options: NotificationCenter.Notification) => void; | ||
/** | ||
@@ -132,4 +132,4 @@ * A function called when the notification times out (closes). Undefined by default. The function is passed | ||
export class WebpackBuildNotifierPlugin extends Plugin { | ||
export default class WebpackBuildNotifierPlugin extends Plugin { | ||
constructor(config?: WebpackBuildNotifierConfig); | ||
} |
{ | ||
"name": "webpack-build-notifier", | ||
"version": "0.1.31", | ||
"version": "0.1.32", | ||
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114948