@applitools/nml-client
Advanced tools
Comparing version 1.8.23 to 1.8.24
# Changelog | ||
## [1.8.24](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.23...js/nml-client@1.8.24) (2025-01-30) | ||
### Dependencies | ||
* @applitools/driver bumped to 1.20.4 | ||
#### Bug Fixes | ||
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c)) | ||
* @applitools/spec-driver-webdriver bumped to 1.1.25 | ||
## [1.8.23](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.22...js/nml-client@1.8.23) (2025-01-19) | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@applitools/nml-client", | ||
"version": "1.8.23", | ||
"version": "1.8.24", | ||
"description": "Client to integrate the SDKs to the Native Mobile Library (NML)", | ||
@@ -44,3 +44,3 @@ "homepage": "https://applitools.com", | ||
"devDependencies": { | ||
"@applitools/spec-driver-webdriver": "^1.1.24", | ||
"@applitools/spec-driver-webdriver": "^1.1.25", | ||
"@applitools/test-server": "^1.2.2", | ||
@@ -47,0 +47,0 @@ "@applitools/test-utils": "^1.5.17", |
86287