@applitools/driver 1.22.1 → 1.23.1

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 +39 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.23.1](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.23.0...js/driver@1.23.1) (2025-08-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.11.0
9
+ #### Features
10
+
11
+ * improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
12
+ * make utils.general.guid crypto secured ([#3137](https://github.com/Applitools-Dev/sdk/issues/3137)) ([775df08](https://github.com/Applitools-Dev/sdk/commit/775df08307e41402a6603812205bc857bd3f936e))
13
+ * @applitools/logger bumped to 2.2.1
14
+
15
+
16
+ ## [1.23.0](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.22.1...js/driver@1.23.0) (2025-07-30)
17
+
18
+
19
+ ### Features
20
+
21
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/utils bumped to 1.10.0
27
+ #### Features
28
+
29
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
30
+ * @applitools/logger bumped to 2.2.0
31
+ #### Features
32
+
33
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
34
+
35
+
36
+
37
+ * @applitools/snippets bumped to 2.7.0
38
+ #### Features
39
+
40
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
41
+
3
42
  ## [1.22.1](https://github.com/Applitools-Dev/sdk/compare/js/driver@1.22.0...js/driver@1.22.1) (2025-07-15)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.22.1",
3
+ "version": "1.23.1",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",
@@ -73,9 +73,9 @@
73
73
  "test": "run --top-level mocha './test/**/*.spec.ts'"
74
74
  },
75
75
  "dependencies": {
76
- "@applitools/logger": "2.1.5",
77
- "@applitools/snippets": "2.6.5",
78
- "@applitools/utils": "1.9.0",
76
+ "@applitools/logger": "2.2.1",
77
+ "@applitools/snippets": "2.7.0",
78
+ "@applitools/utils": "1.11.0",
79
79
  "semver": "7.6.2"
80
80
  },
81
81
  "devDependencies": {