@applitools/eyes-puppeteer 1.27.11 → 1.28.0

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 (3) hide show
  1. package/CHANGELOG.md +128 -0
  2. package/package.json +4 -4
  3. package/types/index.d.ts +370 -380
package/CHANGELOG.md CHANGED
@@ -1,5 +1,133 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.28.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer-v1.27.13...js/eyes-puppeteer@1.28.0) (2024-12-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/utils bumped to 1.7.6
19
+ #### Bug Fixes
20
+
21
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
22
+ * @applitools/spec-driver-webdriver bumped to 1.1.21
23
+ #### Bug Fixes
24
+
25
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
26
+
27
+
28
+
29
+ * @applitools/core-base bumped to 1.21.0
30
+ #### Features
31
+
32
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
33
+ * check for new ufg balancer ([#2683](https://github.com/Applitools-Dev/sdk/issues/2683)) ([60ca9f9](https://github.com/Applitools-Dev/sdk/commit/60ca9f98d37374c918e9c634af46d7f8266b95fc))
34
+
35
+
36
+ #### Bug Fixes
37
+
38
+ * move apiKey from query param to request header ([d1d2642](https://github.com/Applitools-Dev/sdk/commit/d1d26424c64d8e03981b1482ca49870a866bc164))
39
+
40
+
41
+
42
+ * @applitools/core bumped to 4.27.0
43
+ #### Features
44
+
45
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
46
+
47
+
48
+ #### Bug Fixes
49
+
50
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
51
+
52
+
53
+
54
+ * @applitools/logger bumped to 2.0.20
55
+
56
+ * @applitools/dom-snapshot bumped to 4.11.12
57
+
58
+ * @applitools/socket bumped to 1.1.20
59
+
60
+ * @applitools/req bumped to 1.7.5
61
+
62
+ * @applitools/image bumped to 1.1.15
63
+
64
+ * @applitools/driver bumped to 1.20.1
65
+
66
+ * @applitools/spec-driver-selenium bumped to 1.5.92
67
+
68
+ * @applitools/spec-driver-puppeteer bumped to 1.4.21
69
+
70
+ * @applitools/screenshoter bumped to 3.10.1
71
+
72
+ * @applitools/nml-client bumped to 1.8.20
73
+
74
+ * @applitools/tunnel-client bumped to 1.5.11
75
+
76
+ * @applitools/ufg-client bumped to 1.15.1
77
+
78
+ * @applitools/ec-client bumped to 1.9.17
79
+
80
+ * @applitools/eyes bumped to 1.29.3
81
+
82
+
83
+ ## [1.27.12](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.27.11...js/eyes-puppeteer@1.27.12) (2024-11-27)
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * @applitools/dom-shared bumped to 1.0.16
89
+ #### Bug Fixes
90
+
91
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
92
+ * @applitools/dom-snapshot bumped to 4.11.11
93
+
94
+ * @applitools/req bumped to 1.7.4
95
+ #### Bug Fixes
96
+
97
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
98
+ * @applitools/core bumped to 4.24.2
99
+ #### Bug Fixes
100
+
101
+ * don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
102
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
103
+
104
+
105
+
106
+ * @applitools/dom-capture bumped to 11.5.2
107
+
108
+ * @applitools/nml-client bumped to 1.8.19
109
+
110
+ * @applitools/tunnel-client bumped to 1.5.10
111
+
112
+ * @applitools/ufg-client bumped to 1.14.1
113
+
114
+ * @applitools/core-base bumped to 1.19.3
115
+ #### Bug Fixes
116
+
117
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
118
+
119
+
120
+
121
+ * @applitools/ec-client bumped to 1.9.15
122
+
123
+ * @applitools/eyes bumped to 1.28.0
124
+ #### Features
125
+
126
+ * remove Android NMG API ([#2566](https://github.com/Applitools-Dev/sdk/issues/2566)) ([750c0f0](https://github.com/Applitools-Dev/sdk/commit/750c0f0263e5ff06f86055e7ba0c3fb47cadb620))
127
+
128
+
129
+
130
+
3
131
  ## [1.27.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-puppeteer@1.27.10...js/eyes-puppeteer@1.27.11) (2024-10-29)
4
132
 
5
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-puppeteer",
3
- "version": "1.27.11",
3
+ "version": "1.28.0",
4
4
  "description": "Applitools Eyes SDK for Puppeteer",
5
5
  "keywords": [
6
6
  "eyes-puppeteer",
@@ -36,13 +36,13 @@
36
36
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/eyes": "1.25.1",
40
- "@applitools/spec-driver-puppeteer": "1.4.16"
39
+ "@applitools/eyes": "1.29.3",
40
+ "@applitools/spec-driver-puppeteer": "1.4.21"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@applitools/api-extractor": "^1.2.22",
44
44
  "@applitools/bongo": "^5.10.0",
45
- "@applitools/generic": "^3.9.1",
45
+ "@applitools/generic": "^3.9.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",
48
48
  "puppeteer": "^22.0.0"