@applitools/eyes
Advanced tools
Comparing version 1.6.0 to 1.6.1
# Changelog | ||
## [1.6.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.6.0...js/eyes@1.6.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)) | ||
### Dependencies | ||
* @applitools/core bumped from 3.6.0 to 3.6.1 | ||
#### Bug Fixes | ||
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab)) | ||
* @applitools/driver bumped from 1.13.0 to 1.13.1 | ||
#### Bug Fixes | ||
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab)) | ||
* @applitools/ec-client bumped from 1.6.2 to 1.7.0 | ||
#### Features | ||
* added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d)) | ||
* @applitools/tunnel-client bumped from 1.0.2 to 1.1.0 | ||
#### Features | ||
* added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d)) | ||
#### Bug Fixes | ||
* prevent tunnel binaries from overriding itself ([5609a36](https://github.com/applitools/eyes.sdk.javascript1/commit/5609a36c93622c9b8eeb4b4ab25f95907df8baa4)) | ||
* @applitools/nml-client bumped from 1.5.1 to 1.5.2 | ||
#### Bug Fixes | ||
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab)) | ||
* @applitools/ufg-client bumped from 1.4.0 to 1.4.1 | ||
#### Bug Fixes | ||
* fixed an issue when an inability to freeze a gif image caused sdk crush ([dca9ead](https://github.com/applitools/eyes.sdk.javascript1/commit/dca9eadd2bab39d1fc20b99d997879075691f0ee)) | ||
* fixed issue when sdk crushed due to invalid resource url in ufg mode ([8b44958](https://github.com/applitools/eyes.sdk.javascript1/commit/8b449580a930753dd2735befdcdb4c46e184b2a9)) | ||
* @applitools/spec-driver-webdriver bumped from 1.0.37 to 1.0.38 | ||
* @applitools/execution-grid-tunnel bumped to 2.1.8 | ||
* @applitools/screenshoter bumped from 3.8.3 to 3.8.4 | ||
## [1.6.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.5.2...js/eyes@1.6.0) (2023-07-10) | ||
@@ -4,0 +63,0 @@ |
@@ -67,4 +67,4 @@ "use strict"; | ||
const envs = { | ||
NML_SERVER_URL: (_a = config === null || config === void 0 ? void 0 : config.serverUrl) !== null && _a !== void 0 ? _a : utils.general.getEnvValue('SERVER_URL'), | ||
NML_API_KEY: (_b = config === null || config === void 0 ? void 0 : config.apiKey) !== null && _b !== void 0 ? _b : utils.general.getEnvValue('API_KEY'), | ||
APPLITOOLS_SERVER_URL: (_a = config === null || config === void 0 ? void 0 : config.serverUrl) !== null && _a !== void 0 ? _a : utils.general.getEnvValue('SERVER_URL'), | ||
APPLITOOLS_API_KEY: (_b = config === null || config === void 0 ? void 0 : config.apiKey) !== null && _b !== void 0 ? _b : utils.general.getEnvValue('API_KEY'), | ||
}; | ||
@@ -77,3 +77,3 @@ if (config === null || config === void 0 ? void 0 : config.proxy) { | ||
url.password = config.proxy.password; | ||
envs.NML_PROXY_URL = url.toString(); | ||
envs.APPLITOOLS_PROXY_URL = url.toString(); | ||
} | ||
@@ -85,3 +85,3 @@ return Object.assign(capabilities, { | ||
env: { | ||
DYLD_INSERT_LIBRARIES: '@executable_path/Frameworks/UFG_lib.xcframework/ios-arm64/UFG_lib.framework/UFG_lib:@executable_path/Frameworks/UFG_lib.xcframework/ios-arm64_x86_64-simulator/UFG_lib.framework/UFG_lib', | ||
DYLD_INSERT_LIBRARIES: '@executable_path/Frameworks/Applitools_iOS.xcframework/ios-arm64/Applitools_iOS.framework/Applitools_iOS:@executable_path/Frameworks/Applitools_iOS.xcframework/ios-arm64_x86_64-simulator/Applitools_iOS.framework/Applitools_iOS', | ||
...envs, | ||
@@ -88,0 +88,0 @@ }, |
{ | ||
"name": "@applitools/eyes", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"keywords": [ | ||
@@ -48,3 +48,3 @@ "applitools", | ||
"dependencies": { | ||
"@applitools/core": "3.6.0", | ||
"@applitools/core": "3.6.1", | ||
"@applitools/logger": "2.0.5", | ||
@@ -51,0 +51,0 @@ "@applitools/utils": "1.5.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
351310
+ Added@applitools/core@3.6.1(transitive)
+ Added@applitools/driver@1.13.1(transitive)
+ Added@applitools/ec-client@1.7.0(transitive)
+ Added@applitools/execution-grid-tunnel@2.1.8(transitive)
+ Added@applitools/nml-client@1.5.2(transitive)
+ Added@applitools/screenshoter@3.8.4(transitive)
+ Added@applitools/spec-driver-webdriver@1.0.38(transitive)
+ Added@applitools/tunnel-client@1.1.0(transitive)
+ Added@applitools/ufg-client@1.4.1(transitive)
- Removed@applitools/core@3.6.0(transitive)
- Removed@applitools/driver@1.13.0(transitive)
- Removed@applitools/ec-client@1.6.2(transitive)
- Removed@applitools/execution-grid-tunnel@2.1.7(transitive)
- Removed@applitools/nml-client@1.5.1(transitive)
- Removed@applitools/screenshoter@3.8.3(transitive)
- Removed@applitools/spec-driver-webdriver@1.0.37(transitive)
- Removed@applitools/tunnel-client@1.0.2(transitive)
- Removed@applitools/ufg-client@1.4.0(transitive)
Updated@applitools/core@3.6.1