@applitools/spec-driver-webdriver 1.1.22 → 1.1.24

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,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
9
+
10
+ ## [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)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * @applitools/snippets bumped to 2.6.4
16
+ #### Bug Fixes
17
+
18
+ * remove side-eyes and fix code scanning issues ([#2712](https://github.com/Applitools-Dev/sdk/issues/2712)) ([cda98e4](https://github.com/Applitools-Dev/sdk/commit/cda98e4748c73cd97c11f646a2b5e26ff9416892))
19
+ * @applitools/driver bumped to 1.20.3
20
+
21
+
3
22
  ## [1.1.22](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.21...js/spec-driver-webdriver@1.1.22) (2024-12-31)
4
23
 
5
24
 
@@ -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.22",
3
+ "version": "1.1.24",
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.2",
52
+ "@applitools/driver": "1.20.3",
53
53
  "@applitools/utils": "1.7.7",
54
54
  "http-proxy-agent": "5.0.0",
55
55
  "https-proxy-agent": "5.0.1"