Comparing version 1.0.9 to 1.0.10
Changelog | ||
========= | ||
v1.0.10 - Fix not resolving path to framework during initialisation #14 | ||
- Update dependencies | ||
v1.0.9 - Add Mocha chai matcher (22/04/2016) | ||
@@ -4,0 +7,0 @@ |
@@ -32,2 +32,16 @@ 'use strict'; | ||
} | ||
}, | ||
bump: { | ||
options: { | ||
files: ['package.json'], | ||
commit: true, | ||
commitMessage: 'Release v%VERSION%', | ||
commitFiles: ['package.json', 'CHANGELOG.md'], | ||
createTag: true, | ||
tagName: 'v%VERSION%', | ||
tagMessage: 'Version %VERSION%', | ||
push: true, | ||
pushTo: 'origin' | ||
} | ||
} | ||
@@ -40,3 +54,4 @@ | ||
grunt.registerTask('mocha', 'Run Mocha integration tests', ['clean:screens', 'run:mocha']); | ||
grunt.registerTask('release', ['bump']); | ||
grunt.registerTask('default', ['jasmine', 'mocha']); | ||
}; |
@@ -44,3 +44,3 @@ var blinkDiff = require('blink-diff'), | ||
.then(function () { | ||
return browser.getProcessedConfig() | ||
return browser.getProcessedConfig(); | ||
}) | ||
@@ -51,3 +51,3 @@ .then(function (data) { | ||
// Require PixDiff matchers | ||
require(path.resolve('framework', data.framework)); | ||
require(path.resolve(__dirname, 'framework', data.framework)); | ||
}.bind(this)); | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "pix-diff", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Protractor plugin for image comparison", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"blink-diff": "1.0.7", | ||
"png-image": "1.0.0", | ||
"png-image": "1.0.1", | ||
"camel-case": "1.2.2" | ||
@@ -15,7 +15,8 @@ }, | ||
"chai-as-promised": "^5.3.0", | ||
"grunt": "^0.4.2", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-run": "^0.3.0", | ||
"load-grunt-tasks": "^0.6.0", | ||
"grunt": "^1.0.1", | ||
"grunt-bump": "^0.8.0", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-run": "^0.6.0", | ||
"load-grunt-tasks": "^3.5.0", | ||
"mocha": "^2.4.5", | ||
@@ -22,0 +23,0 @@ "protractor": "3.2.2" |
@@ -18,2 +18,4 @@ 'use strict'; | ||
directConnect: true, | ||
onPrepare: function() { | ||
@@ -20,0 +22,0 @@ var PixDiff = require('../'); |
@@ -18,2 +18,4 @@ 'use strict'; | ||
directConnect: true, | ||
onPrepare: function() { | ||
@@ -20,0 +22,0 @@ var chai = require('chai').use(require('chai-as-promised')); |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
23781
419
10
+ Addedpng-image@1.0.1(transitive)
+ Addedpngjs@2.3.1(transitive)
- Removedpng-image@1.0.0(transitive)
Updatedpng-image@1.0.1