@nowa/module-script
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,4 +6,12 @@ # Change Log | ||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.2.0...@nowa/module-script@0.2.1) (2018-05-27) | ||
**Note:** Version bump only for package @nowa/module-script | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.1.1...@nowa/module-script@0.2.0) (2018-02-06) | ||
# [0.2.0](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.1.1...@nowa/module-script@0.2.0) (2018-02-07) | ||
@@ -13,3 +21,3 @@ | ||
* this bind when `parallel` is true ([0629d6e](https://github.com/nowa-webpack/nowa2/commit/0629d6e)) | ||
* this bind when `parallel` is true ([aeeea8b](https://github.com/nowa-webpack/nowa2/commit/aeeea8b)) | ||
@@ -20,3 +28,3 @@ | ||
* compatible for [@nowa](https://github.com/nowa)/core break change ([3e29281](https://github.com/nowa-webpack/nowa2/commit/3e29281)) | ||
* debug log module config ([c22278a](https://github.com/nowa-webpack/nowa2/commit/c22278a)) | ||
* debug log module config ([a3927ef](https://github.com/nowa-webpack/nowa2/commit/a3927ef)) | ||
@@ -23,0 +31,0 @@ |
@@ -20,3 +20,3 @@ import { Module } from '@nowa/core'; | ||
} | ||
type Config = [SingleScript | SingleScript[], IOptions]; | ||
type Config = [SingleScript | SingleScript[], IOptions | undefined]; | ||
} |
{ | ||
"name": "@nowa/module-script", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "the nowa script module", | ||
@@ -24,7 +24,7 @@ "scripts": { | ||
"dependencies": { | ||
"execa": "^0.9.0" | ||
"execa": "^0.10.0" | ||
}, | ||
"devDependencies": { | ||
"@nowa/core": "^0.5.0", | ||
"@types/execa": "^0.8.1" | ||
"@nowa/core": "^0.6.0", | ||
"@types/execa": "^0.9.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependencies": { |
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
7488
+ Addedcross-spawn@6.0.6(transitive)
+ Addedexeca@0.10.0(transitive)
+ Addednice-try@1.0.5(transitive)
+ Addedsemver@5.7.2(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedexeca@0.9.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedyallist@2.1.2(transitive)
Updatedexeca@^0.10.0