@applitools/spec-driver-selenium 1.5.63 → 1.5.65

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 +28 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.65](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.64...js/spec-driver-selenium@1.5.65) (2023-12-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.0
9
+ #### Features
10
+
11
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
12
+ * @applitools/logger bumped to 2.0.14
13
+
14
+ * @applitools/driver bumped to 1.15.2
15
+
16
+
17
+ ## [1.5.64](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.63...js/spec-driver-selenium@1.5.64) (2023-11-21)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * @applitools/utils bumped to 1.6.3
23
+ #### Bug Fixes
24
+
25
+ * don't throw error for missing configuration file ([#2034](https://github.com/applitools/eyes.sdk.javascript1/issues/2034)) ([d084e7b](https://github.com/applitools/eyes.sdk.javascript1/commit/d084e7bf6e1727e3969622b4e597881f18241eb3))
26
+ * @applitools/logger bumped to 2.0.13
27
+
28
+ * @applitools/driver bumped to 1.15.1
29
+
30
+
3
31
  ## [1.5.63](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.62...js/spec-driver-selenium@1.5.63) (2023-11-07)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.63",
3
+ "version": "1.5.65",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -45,8 +45,8 @@
45
45
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/driver": "1.15.0",
49
- "@applitools/utils": "1.6.2"
48
+ "@applitools/driver": "1.15.2",
49
+ "@applitools/utils": "1.7.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@applitools/api-extractor": "^1.2.22",
@@ -54,7 +54,7 @@
54
54
  "@types/node": "^12.20.55",
55
55
  "@types/selenium-webdriver": "^4.1.15",
56
56
  "nock": "^13.3.2",
57
- "selenium-webdriver": "^4.14.0"
57
+ "selenium-webdriver": "^4.15.0"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "selenium-webdriver": ">=3.6.0"