@nowa/module-script
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.2.2...@nowa/module-script@0.3.0) (2018-07-18) | ||
### Features | ||
* adapt to [@nowa](https://github.com/nowa)/core 0.7.1 ([4837070](https://github.com/nowa-webpack/nowa2/commit/4837070)) | ||
<a name="0.2.2"></a> | ||
@@ -8,0 +19,0 @@ ## [0.2.2](https://github.com/nowa-webpack/nowa2/compare/@nowa/module-script@0.2.1...@nowa/module-script@0.2.2) (2018-05-27) |
@@ -9,5 +9,5 @@ import { Module } from '@nowa/core'; | ||
run(): Promise<void>; | ||
private _run(); | ||
private _runScript(script); | ||
private validateScript(script); | ||
private _run; | ||
private _runScript; | ||
private validateScript; | ||
} | ||
@@ -14,0 +14,0 @@ export declare namespace ModuleScript { |
{ | ||
"name": "@nowa/module-script", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "the nowa script module", | ||
"scripts": { | ||
"clean": "rm -f ./index.*", | ||
"build": "npm run clean && tsc -p tsconfig.build.json" | ||
"build": "npm run clean && tsc -p tsconfig.build.json", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -27,7 +28,7 @@ "author": { | ||
"devDependencies": { | ||
"@nowa/core": "^0.6.0", | ||
"@nowa/core": "^0.7.1", | ||
"@types/execa": "^0.9.0" | ||
}, | ||
"peerDependencies": { | ||
"@nowa/core": "^0.6.0" | ||
"@nowa/core": "^0.7.1" | ||
}, | ||
@@ -34,0 +35,0 @@ "types": "./", |
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
8006