@applitools/spec-driver-webdriver 1.1.23 → 1.1.25

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.25](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.24...js/spec-driver-webdriver@1.1.25) (2025-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.20.4
9
+ #### Bug Fixes
10
+
11
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
12
+
13
+ ## [1.1.24](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.23...js/spec-driver-webdriver@1.1.24) (2025-01-19)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
19
+
3
20
  ## [1.1.23](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.22...js/spec-driver-webdriver@1.1.23) (2025-01-13)
4
21
 
5
22
 
@@ -78,7 +78,7 @@ function extractEnvironment(capabilities) {
78
78
  }
79
79
  function getPackageJson(packageName) {
80
80
  const packagePath = require.resolve(packageName);
81
- const packageRoot = packagePath.replace(new RegExp(`${path_1.default.sep}${packageName}${path_1.default.sep}.*$`), path_1.default.sep + packageName);
81
+ const packageRoot = packagePath.replace(new RegExp(`\\${path_1.default.sep}${packageName}\\${path_1.default.sep}.*$`), path_1.default.sep + packageName);
82
82
  const packageJsonPath = path_1.default.join(packageRoot, 'package.json');
83
83
  return JSON.parse(fs_1.default.readFileSync(packageJsonPath, 'utf-8'));
84
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-webdriver",
3
- "version": "1.1.23",
3
+ "version": "1.1.25",
4
4
  "keywords": [
5
5
  "webdriver",
6
6
  "chrome devtools protocol",
@@ -49,7 +49,7 @@
49
49
  "up:framework": "echo \"$(jq '.devDependencies.webdriver = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
50
50
  },
51
51
  "dependencies": {
52
- "@applitools/driver": "1.20.3",
52
+ "@applitools/driver": "1.20.4",
53
53
  "@applitools/utils": "1.7.7",
54
54
  "http-proxy-agent": "5.0.0",
55
55
  "https-proxy-agent": "5.0.1"