@applitools/eyes-selenium 4.73.5 → 4.73.6

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 +43 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.73.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.73.5...js/eyes-selenium@4.73.6) (2024-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.4.25
9
+ #### Bug Fixes
10
+
11
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
12
+ * @applitools/spec-driver-webdriver bumped to 1.0.55
13
+
14
+ * @applitools/spec-driver-selenium bumped to 1.5.69
15
+
16
+ * @applitools/spec-driver-puppeteer bumped to 1.3.5
17
+
18
+ * @applitools/driver bumped to 1.16.2
19
+ #### Bug Fixes
20
+
21
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
22
+
23
+
24
+
25
+ * @applitools/core bumped to 4.7.0
26
+ #### Features
27
+
28
+ * added support of proxy server url env var ([#2159](https://github.com/applitools/eyes.sdk.javascript1/issues/2159)) ([2f69c3d](https://github.com/applitools/eyes.sdk.javascript1/commit/2f69c3d37d7af9be1f459fd3d5f41b361161b5bf))
29
+
30
+
31
+ #### Bug Fixes
32
+
33
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
34
+
35
+
36
+
37
+ * @applitools/screenshoter bumped to 3.8.21
38
+
39
+ * @applitools/nml-client bumped to 1.6.5
40
+
41
+ * @applitools/ec-client bumped to 1.7.23
42
+
43
+ * @applitools/eyes bumped to 1.13.6
44
+
45
+
3
46
  ## [4.73.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-selenium@4.73.4...js/eyes-selenium@4.73.5) (2024-01-16)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.73.5",
3
+ "version": "4.73.6",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -41,12 +41,12 @@
41
41
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/eyes": "1.13.5",
45
- "@applitools/spec-driver-selenium": "1.5.68"
44
+ "@applitools/eyes": "1.13.6",
45
+ "@applitools/spec-driver-selenium": "1.5.69"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",
49
- "@applitools/bongo": "^5.7.6",
49
+ "@applitools/bongo": "^5.9.0",
50
50
  "@applitools/generic": "^3.5.2",
51
51
  "@applitools/test-utils": "^1.5.17",
52
52
  "@types/node": "^12.20.55",