@applitools/core 4.12.1 → 4.12.3

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 +61 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.12.3](https://github.com/Applitools-Dev/sdk/compare/js/core@4.12.2...js/core@4.12.3) (2024-04-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * trigger core release ([364466f](https://github.com/Applitools-Dev/sdk/commit/364466fd5dfca2aca33a80fda6b44d0be0098b0f))
9
+
10
+ ## [4.12.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.12.1...js/core@4.12.2) (2024-04-15)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/utils bumped to 1.7.1
21
+ #### Bug Fixes
22
+
23
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
24
+ * @applitools/socket bumped to 1.1.15
25
+
26
+ * @applitools/tunnel-client bumped to 1.5.1
27
+ #### Bug Fixes
28
+
29
+ * create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
30
+
31
+
32
+
33
+ * @applitools/ec-client bumped to 1.8.1
34
+ #### Bug Fixes
35
+
36
+ * change tunnel idle timeout to 20 seconds ([#2318](https://github.com/Applitools-Dev/sdk/issues/2318)) ([9b3873c](https://github.com/Applitools-Dev/sdk/commit/9b3873c180a130a01212d857b084efe51d6d30a4))
37
+ * create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
38
+
39
+
40
+
41
+ * @applitools/logger bumped to 2.0.15
42
+
43
+ * @applitools/req bumped to 1.6.6
44
+
45
+ * @applitools/image bumped to 1.1.10
46
+
47
+ * @applitools/spec-driver-webdriver bumped to 1.1.4
48
+
49
+ * @applitools/spec-driver-selenium bumped to 1.5.75
50
+
51
+ * @applitools/spec-driver-puppeteer bumped to 1.4.4
52
+
53
+ * @applitools/driver bumped to 1.16.6
54
+
55
+ * @applitools/screenshoter bumped to 3.8.28
56
+
57
+ * @applitools/nml-client bumped to 1.8.1
58
+
59
+ * @applitools/ufg-client bumped to 1.11.1
60
+
61
+ * @applitools/core-base bumped to 1.11.1
62
+
63
+
3
64
  ## [4.12.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.12.0...js/core@4.12.1) (2024-04-11)
4
65
 
5
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.12.1",
3
+ "version": "4.12.3",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -74,20 +74,20 @@
74
74
  }
75
75
  },
76
76
  "dependencies": {
77
- "@applitools/core-base": "1.11.0",
77
+ "@applitools/core-base": "1.11.1",
78
78
  "@applitools/dom-capture": "11.2.6",
79
79
  "@applitools/dom-snapshot": "4.10.0",
80
- "@applitools/driver": "1.16.5",
81
- "@applitools/ec-client": "1.8.0",
82
- "@applitools/logger": "2.0.14",
83
- "@applitools/nml-client": "1.8.0",
84
- "@applitools/req": "1.6.5",
85
- "@applitools/screenshoter": "3.8.27",
80
+ "@applitools/driver": "1.16.6",
81
+ "@applitools/ec-client": "1.8.1",
82
+ "@applitools/logger": "2.0.15",
83
+ "@applitools/nml-client": "1.8.1",
84
+ "@applitools/req": "1.6.6",
85
+ "@applitools/screenshoter": "3.8.28",
86
86
  "@applitools/snippets": "2.4.25",
87
- "@applitools/socket": "1.1.14",
88
- "@applitools/spec-driver-webdriver": "1.1.3",
89
- "@applitools/ufg-client": "1.11.0",
90
- "@applitools/utils": "1.7.0",
87
+ "@applitools/socket": "1.1.15",
88
+ "@applitools/spec-driver-webdriver": "1.1.4",
89
+ "@applitools/ufg-client": "1.11.1",
90
+ "@applitools/utils": "1.7.1",
91
91
  "@types/ws": "8.5.5",
92
92
  "abort-controller": "3.0.0",
93
93
  "chalk": "4.1.2",
@@ -100,11 +100,11 @@
100
100
  "devDependencies": {
101
101
  "@applitools/bongo": "^5.10.0",
102
102
  "@applitools/sea": "^1.0.0",
103
- "@applitools/spec-driver-puppeteer": "^1.4.3",
104
- "@applitools/spec-driver-selenium": "^1.5.74",
103
+ "@applitools/spec-driver-puppeteer": "^1.4.4",
104
+ "@applitools/spec-driver-selenium": "^1.5.75",
105
105
  "@applitools/test-server": "^1.2.2",
106
106
  "@applitools/test-utils": "^1.5.17",
107
- "@applitools/tunnel-client": "^1.5.0",
107
+ "@applitools/tunnel-client": "^1.5.1",
108
108
  "@types/node": "^12.20.55",
109
109
  "@types/selenium-webdriver": "^4.1.2",
110
110
  "@types/semver": "^7.5.4",