@applitools/spec-driver-selenium 1.5.51 → 1.5.52

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.52](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.51...js/spec-driver-selenium@1.5.52) (2023-07-13)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped from 1.13.0 to 1.13.1
9
+ #### Bug Fixes
10
+
11
+ * replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
12
+
3
13
  ## [1.5.51](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.50...js/spec-driver-selenium@1.5.51) (2023-07-05)
4
14
 
5
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.51",
3
+ "version": "1.5.52",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -45,7 +45,7 @@
45
45
  "up:framework": "run --top-level add-silent selenium-webdriver"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/driver": "1.13.0",
48
+ "@applitools/driver": "1.13.1",
49
49
  "@applitools/utils": "1.5.0"
50
50
  },
51
51
  "devDependencies": {