webpack-build-notifier
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Changelog | ||
#### 1.0.2 | ||
###### _May_ 3, 2019_ | ||
- Corrected *sound TS types. | ||
#### 1.0.1 | ||
@@ -4,0 +9,0 @@ ###### _April 16, 2019_ |
@@ -32,3 +32,3 @@ import { Plugin } from 'webpack'; | ||
*/ | ||
sound?: string; | ||
sound?: string | false; | ||
/** | ||
@@ -38,3 +38,3 @@ * The sound to play for success notifications. Defaults to the value of the *sound* configuration option. | ||
*/ | ||
successSound?: string; | ||
successSound?: string | false; | ||
/** | ||
@@ -44,3 +44,3 @@ * The sound to play for warning notifications. Defaults to the value of the *sound* configuration option. | ||
*/ | ||
warningSound?: string; | ||
warningSound?: string | false; | ||
/** | ||
@@ -50,3 +50,3 @@ * The sound to play for failure notifications. Defaults to the value of the *sound* configuration option. | ||
*/ | ||
failureSound?: string; | ||
failureSound?: string | false; | ||
/** | ||
@@ -56,3 +56,3 @@ * The sound to play for compilation notifications. Defaults to the value of the *sound* configuration option. | ||
*/ | ||
compilationSound?: string; | ||
compilationSound?: string | false; | ||
/** | ||
@@ -142,2 +142,2 @@ * Defines when success notifications are shown. Can be one of the following values: | ||
} | ||
} | ||
} |
{ | ||
"name": "webpack-build-notifier", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
116081
504