@applitools/dom-utils
Advanced tools
Comparing version 4.7.9 to 4.7.10
@@ -6,2 +6,7 @@ # Change Log | ||
## 4.7.10 | ||
- updated eyes-common | ||
- changed log level of DomCapture to verbose | ||
## 4.7.9 | ||
@@ -8,0 +13,0 @@ |
@@ -109,3 +109,3 @@ 'use strict' | ||
do { | ||
this._logger.log('executng dom capture') | ||
this._logger.verbose('executing dom capture') | ||
const resultAsString = await this._driver.executeScript(script) | ||
@@ -112,0 +112,0 @@ result = JSON.parse(resultAsString) |
{ | ||
"name": "@applitools/dom-utils", | ||
"version": "4.7.9", | ||
"version": "4.7.10", | ||
"description": "Applitools DOM Utils is a shared utility package", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"@applitools/dom-capture": "7.1.4", | ||
"@applitools/eyes-common": "3.20.1", | ||
"@applitools/eyes-common": "3.20.2", | ||
"axios": "^0.19.0" | ||
@@ -42,6 +42,7 @@ }, | ||
"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", | ||
"preversion": "yarn vv && yarn vc && yarn verify-commits", | ||
"version": "yarn uc && git add CHANGELOG.md" | ||
@@ -48,0 +49,0 @@ }, |
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
37265
6
+ Added@applitools/eyes-common@3.20.2(transitive)
- Removed@applitools/eyes-common@3.20.1(transitive)