@applitools/spec-driver-selenium 1.5.57 → 1.5.58

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 +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.58](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.57...js/spec-driver-selenium@1.5.58) (2023-09-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.6.0
9
+ #### Features
10
+
11
+ * add support for fallback in `req` ([#1899](https://github.com/applitools/eyes.sdk.javascript1/issues/1899)) ([d69c4b5](https://github.com/applitools/eyes.sdk.javascript1/commit/d69c4b5830370c471dfc25b6e2caddca8b458df9))
12
+ * @applitools/logger bumped to 2.0.10
13
+
14
+ * @applitools/driver bumped to 1.14.0
15
+ #### Features
16
+
17
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
18
+
19
+
20
+
21
+
3
22
  ## [1.5.57](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.56...js/spec-driver-selenium@1.5.57) (2023-08-30)
4
23
 
5
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.57",
3
+ "version": "1.5.58",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -45,11 +45,11 @@
45
45
  "up:framework": "yarn add --dev --caret selenium-webdriver${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/driver": "1.13.6",
49
- "@applitools/utils": "1.5.2"
48
+ "@applitools/driver": "1.14.0",
49
+ "@applitools/utils": "1.6.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@applitools/api-extractor": "^1.2.21",
52
+ "@applitools/api-extractor": "^1.2.22",
53
53
  "@applitools/test-utils": "^1.5.17",
54
54
  "@types/node": "^12.20.55",
55
55
  "@types/selenium-webdriver": "^4.1.15",