@applitools/core 4.7.0 → 4.7.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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.7.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@4.7.0...js/core@4.7.1) (2024-02-06)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.0.56
9
+ #### Bug Fixes
10
+
11
+ * avoid error when extracting driver capabilities ([#2176](https://github.com/applitools/eyes.sdk.javascript1/issues/2176)) ([8971f1c](https://github.com/applitools/eyes.sdk.javascript1/commit/8971f1c07a73c1259e117c5c3c8d43d1d324c584))
12
+ * @applitools/screenshoter bumped to 3.8.22
13
+
14
+ * @applitools/nml-client bumped to 1.6.6
15
+
16
+ * @applitools/ec-client bumped to 1.7.24
17
+
18
+
3
19
  ## [4.7.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@4.6.0...js/core@4.7.0) (2024-01-30)
4
20
 
5
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -78,14 +78,14 @@
78
78
  "@applitools/dom-capture": "11.2.5",
79
79
  "@applitools/dom-snapshot": "4.7.16",
80
80
  "@applitools/driver": "1.16.2",
81
- "@applitools/ec-client": "1.7.23",
81
+ "@applitools/ec-client": "1.7.24",
82
82
  "@applitools/logger": "2.0.14",
83
- "@applitools/nml-client": "1.6.5",
83
+ "@applitools/nml-client": "1.6.6",
84
84
  "@applitools/req": "1.6.4",
85
- "@applitools/screenshoter": "3.8.21",
85
+ "@applitools/screenshoter": "3.8.22",
86
86
  "@applitools/snippets": "2.4.25",
87
87
  "@applitools/socket": "1.1.14",
88
- "@applitools/spec-driver-webdriver": "1.0.55",
88
+ "@applitools/spec-driver-webdriver": "1.0.56",
89
89
  "@applitools/ufg-client": "1.9.9",
90
90
  "@applitools/utils": "1.7.0",
91
91
  "@types/ws": "8.5.5",
@@ -98,7 +98,7 @@
98
98
  "yargs": "17.7.2"
99
99
  },
100
100
  "devDependencies": {
101
- "@applitools/bongo": "^5.9.0",
101
+ "@applitools/bongo": "^5.10.0",
102
102
  "@applitools/sea": "^1.0.0",
103
103
  "@applitools/spec-driver-puppeteer": "^1.3.5",
104
104
  "@applitools/spec-driver-selenium": "^1.5.69",