@applitools/driver
Advanced tools
Comparing version 1.13.0 to 1.13.1
# Changelog | ||
## [1.13.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/driver@1.13.0...js/driver@1.13.1) (2023-07-13) | ||
### Bug Fixes | ||
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab)) | ||
## [1.13.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/driver@1.12.4...js/driver@1.13.0) (2023-07-05) | ||
@@ -4,0 +11,0 @@ |
@@ -55,8 +55,8 @@ "use strict"; | ||
if (environment.isAndroid) { | ||
environment.isApplitoolsLib = !!((_t = capabilities.optionalIntentArguments) === null || _t === void 0 ? void 0 : _t.includes('NML_API_KEY')); | ||
environment.isApplitoolsLib = !!((_t = capabilities.optionalIntentArguments) === null || _t === void 0 ? void 0 : _t.includes('APPLITOOLS_API_KEY')); | ||
} | ||
else if (environment.isIOS) { | ||
environment.isApplitoolsLib = utils.types.isString(capabilities.processArguments) | ||
? capabilities.processArguments.includes('NML_API_KEY') | ||
: !!((_v = (_u = capabilities.processArguments) === null || _u === void 0 ? void 0 : _u.env) === null || _v === void 0 ? void 0 : _v.NML_API_KEY); | ||
? capabilities.processArguments.includes('APPLITOOLS_API_KEY') | ||
: !!((_v = (_u = capabilities.processArguments) === null || _u === void 0 ? void 0 : _u.env) === null || _v === void 0 ? void 0 : _v.APPLITOOLS_API_KEY); | ||
} | ||
@@ -63,0 +63,0 @@ } |
{ | ||
"name": "@applitools/driver", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "Applitools universal framework wrapper", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
250747