@applitools/eyes-sdk-core
Advanced tools
Comparing version 13.10.3 to 13.10.4
{ | ||
"name": "@applitools/eyes-sdk-core", | ||
"version": "13.10.3", | ||
"version": "13.10.4", | ||
"description": "The core components of Eyes JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,4 @@ const transformConfig = require('./utils/transform-config') | ||
const transformedSettings = settings && transformCheckSettings(settings) | ||
return eyes.check({settings: transformedSettings, config: transformedConfig}) | ||
const [result] = await eyes.check({settings: transformedSettings, config: transformedConfig}) | ||
return result | ||
} | ||
@@ -11,0 +12,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
40247
314