@applitools/spec-driver-selenium 1.5.53 → 1.5.54

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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.54](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.53...js/spec-driver-selenium@1.5.54) (2023-07-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/driver bumped to 1.13.3
14
+ #### Bug Fixes
15
+
16
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
17
+
18
+
19
+
20
+ * @applitools/logger bumped to 2.0.7
21
+ #### Bug Fixes
22
+
23
+ * fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
24
+
3
25
  ## [1.5.53](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.52...js/spec-driver-selenium@1.5.53) (2023-07-21)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.53",
3
+ "version": "1.5.54",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -45,8 +45,8 @@
45
45
  "up:framework": "run --top-level add-silent selenium-webdriver"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/driver": "1.13.2",
49
- "@applitools/utils": ""
48
+ "@applitools/driver": "1.13.3",
49
+ "@applitools/utils": "1.5.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@applitools/api-extractor": "^1.2.21",