@applitools/eyes-selenium 4.63.0 → 4.63.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@
8
8
 
9
9
 
10
10
 
11
+ ## 4.63.1 - 2023/1/23
12
+
13
+ ### Features
14
+ ### Bug fixes
15
+ - Fixed issue with sessionId on ufg
16
+
11
17
  ## 4.63.0 - 2023/1/23
12
18
 
13
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.63.0",
3
+ "version": "4.63.1",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -65,8 +65,8 @@
65
65
  }
66
66
  },
67
67
  "dependencies": {
68
- "@applitools/core": "1.4.2",
69
- "@applitools/eyes-api": "1.12.2",
68
+ "@applitools/core": "1.4.3",
69
+ "@applitools/eyes-api": "1.12.3",
70
70
  "@applitools/spec-driver-selenium": "1.5.23"
71
71
  },
72
72
  "devDependencies": {