@applitools/dom-utils
Advanced tools
Comparing version 4.7.10 to 4.7.11
@@ -6,2 +6,7 @@ # Change Log | ||
## 4.7.11 - 2020/4/22 | ||
- updated to @applitools/dom-capture@7.1.5 | ||
- updated to @applitools/eyes-common@3.21.0 | ||
## 4.7.10 | ||
@@ -8,0 +13,0 @@ |
{ | ||
"name": "@applitools/dom-utils", | ||
"version": "4.7.10", | ||
"version": "4.7.11", | ||
"description": "Applitools DOM Utils is a shared utility package", | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@applitools/dom-capture": "7.1.4", | ||
"@applitools/eyes-common": "3.20.2", | ||
"@applitools/dom-capture": "7.1.5", | ||
"@applitools/eyes-common": "3.21.0", | ||
"axios": "^0.19.0" | ||
@@ -39,11 +39,7 @@ }, | ||
"scripts": { | ||
"vv": "bongo --verify-versions", | ||
"vc": "bongo --verify-changelog", | ||
"uc": "bongo --update-changelog", | ||
"verify-commits": "bongo --verify-commits", | ||
"lint": "eslint . --ext .js --no-eslintrc --config ../../.eslintrc", | ||
"test": "mocha --no-timeouts \"test/**/*.spec.js\"", | ||
"postpublish": "git push; git push --tags", | ||
"preversion": "yarn vv && yarn vc && yarn verify-commits", | ||
"version": "yarn uc && git add CHANGELOG.md" | ||
"preversion": "bongo preversion", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion --skip-release-notification" | ||
}, | ||
@@ -50,0 +46,0 @@ "license": "SEE LICENSE IN LICENSE", |
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
59584
8
519
+ Added@applitools/dom-capture@7.1.5(transitive)
+ Added@applitools/eyes-common@3.21.0(transitive)
- Removed@applitools/dom-capture@7.1.4(transitive)
- Removed@applitools/eyes-common@3.20.2(transitive)