@applitools/core 2.5.0 → 2.5.2

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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.5.2 - 2023/4/19
6
+
7
+ ### Features
8
+ ### Bug fixes
9
+ - Fixed functional test feature issues in ec client
10
+
11
+ ## 2.5.1 - 2023/4/18
12
+
13
+ ### Features
14
+ ### Bug fixes
15
+ - Fixed the issue with session metadata extraction
16
+
5
17
  ## 2.5.0 - 2023/4/18
6
18
 
7
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -78,15 +78,15 @@
78
78
  "@applitools/core-base": "1.1.49",
79
79
  "@applitools/dom-capture": "11.2.1",
80
80
  "@applitools/dom-snapshot": "4.7.9",
81
- "@applitools/driver": "1.11.42",
82
- "@applitools/ec-client": "1.2.21",
81
+ "@applitools/driver": "1.11.43",
82
+ "@applitools/ec-client": "1.2.23",
83
83
  "@applitools/logger": "1.1.48",
84
84
  "@applitools/nml-client": "1.3.47",
85
85
  "@applitools/req": "1.1.35",
86
86
  "@applitools/screenshoter": "3.7.38",
87
87
  "@applitools/snippets": "2.4.19",
88
88
  "@applitools/socket": "1.0.10",
89
- "@applitools/spec-driver-webdriver": "1.0.23",
89
+ "@applitools/spec-driver-webdriver": "1.0.24",
90
90
  "@applitools/ufg-client": "1.2.9",
91
91
  "@applitools/utils": "1.3.32",
92
92
  "@types/ws": "8.5.4",
@@ -102,7 +102,7 @@
102
102
  "@applitools/sdk-coverage-tests": "^3.0.2",
103
103
  "@applitools/spec-driver-puppeteer": "^1.1.55",
104
104
  "@applitools/spec-driver-selenium": "^1.5.40",
105
- "@applitools/spec-driver-webdriverio": "^1.4.38",
105
+ "@applitools/spec-driver-webdriverio": "^1.4.39",
106
106
  "@applitools/test-server": "^1.1.28",
107
107
  "@applitools/test-utils": "^1.5.16",
108
108
  "@types/node": "^12.20.55",