@applitools/ufg-client
Advanced tools
Comparing version 1.16.1 to 1.16.2
# Changelog | ||
## [1.16.2](https://github.com/Applitools-Dev/sdk/compare/js/ufg-client@1.16.1...js/ufg-client@1.16.2) (2025-01-23) | ||
### Bug Fixes | ||
* stabilize page in storybook ([#2751](https://github.com/Applitools-Dev/sdk/issues/2751)) ([2a3b85e](https://github.com/Applitools-Dev/sdk/commit/2a3b85e2b052cd44260c11622b91b8a5c94736a8)) | ||
## [1.16.1](https://github.com/Applitools-Dev/sdk/compare/js/ufg-client@1.16.0...js/ufg-client@1.16.1) (2025-01-19) | ||
@@ -4,0 +11,0 @@ |
@@ -275,3 +275,3 @@ "use strict"; | ||
return { | ||
platform: { name: 'ios', type: (_b = environment.type) !== null && _b !== void 0 ? _b : 'native' }, | ||
platform: { name: 'ios', type: (_b = environment.type) !== null && _b !== void 0 ? _b : 'web' }, | ||
browser: environment.type === 'web' ? { name: 'safari' } : undefined, | ||
@@ -278,0 +278,0 @@ renderInfo: { |
{ | ||
"name": "@applitools/ufg-client", | ||
"version": "1.16.1", | ||
"version": "1.16.2", | ||
"homepage": "https://applitools.com", | ||
@@ -5,0 +5,0 @@ "bugs": { |
246829