Comparing version 0.8.0 to 0.9.0
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.9.0"></a> | ||
# [0.9.0](https://github.com/Igmat/baset/compare/v0.8.0...v0.9.0) (2018-03-03) | ||
**Note:** Version bump only for package baset-cli | ||
<a name="0.8.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.8.0](https://github.com/Igmat/baset/compare/v0.7.5...v0.8.0) (2018-02-28) |
@@ -28,3 +28,3 @@ "use strict"; | ||
handler: (argv) => __awaiter(this, void 0, void 0, function* () { | ||
const baselines = yield glob_promise_1.default(argv.bases + '.tmp'); | ||
const baselines = yield glob_promise_1.default(baset_core_1.utils.pathToTmp(argv.bases)); | ||
const tester = new baset_core_1.Tester(argv.plugins, argv.options); | ||
@@ -31,0 +31,0 @@ const results = yield Promise.all(tester.accept(baselines)); |
{ | ||
"name": "baset-cli", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "CLI for BaseT project.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"@types/yargs": "^10.0.1", | ||
"baset": "^0.8.0", | ||
"baset": "^0.9.0", | ||
"doctoc": "^1.3.0", | ||
@@ -42,3 +42,3 @@ "tslint": "^5.9.1", | ||
"dependencies": { | ||
"baset-core": "^0.8.0", | ||
"baset-core": "^0.9.0", | ||
"find-up": "^2.1.0", | ||
@@ -45,0 +45,0 @@ "glob": "^7.1.2", |
Sorry, the diff of this file is not supported yet
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
21383
+ Addedbaset-core@0.9.0(transitive)
+ Addedbaset-vm@0.9.0(transitive)
- Removedbaset-core@0.8.0(transitive)
- Removedbaset-vm@0.7.3(transitive)
Updatedbaset-core@^0.9.0