gemini-gui
Advanced tools
Comparing version 2.1.0 to 2.1.1
# Changelog | ||
## 2.1.1 - 2016-02-03 | ||
Fix: reference images for new suites saved correctly (@SwinX) | ||
## 2.1.0 - 2016-01-29 | ||
@@ -4,0 +8,0 @@ |
@@ -125,4 +125,8 @@ 'use strict'; | ||
} | ||
return fs.copy(test.currentPath, test.referencePath) | ||
return fs.makeTree(path.dirname(test.referencePath)) | ||
.then(function() { | ||
return fs.copy(test.currentPath, test.referencePath); | ||
}) | ||
.then(function() { | ||
console.log('Reference image %s has been updated.', test.referencePath); | ||
@@ -129,0 +133,0 @@ return _this.refPathToURL(test.referencePath, test.browserId); |
{ | ||
"name": "gemini-gui", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "GUI for gemini testing utility", | ||
@@ -24,2 +24,3 @@ "main": "lib/index.js", | ||
"handlebars": "^1.3.0", | ||
"inherit": "^2.2.3", | ||
"json-stringify-safe": "^5.0.1", | ||
@@ -41,3 +42,2 @@ "lodash": "^3.10.1", | ||
"hbsfy": "^2.1.0", | ||
"inherit": "^2.2.3", | ||
"istanbul": "^0.3.2", | ||
@@ -44,0 +44,0 @@ "jscs": "^1.6.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15
1447
0
1405576
15
+ Addedinherit@^2.2.3
+ Addedinherit@2.2.7(transitive)