@applitools/spec-driver-puppeteer 1.3.0 → 1.3.2

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,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-puppeteer@1.3.1...js/spec-driver-puppeteer@1.3.2) (2023-12-12)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.15.3
9
+ #### Bug Fixes
10
+
11
+ * layout breakpoints reload and lazy load ([#2073](https://github.com/applitools/eyes.sdk.javascript1/issues/2073)) ([ab2c49e](https://github.com/applitools/eyes.sdk.javascript1/commit/ab2c49ea1ecff3fef337637a83aa5bef755a7b01))
12
+
13
+ ## [1.3.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-puppeteer@1.3.0...js/spec-driver-puppeteer@1.3.1) (2023-12-05)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/utils bumped to 1.7.0
19
+ #### Features
20
+
21
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
22
+ * @applitools/logger bumped to 2.0.14
23
+
24
+ * @applitools/driver bumped to 1.15.2
25
+
26
+
3
27
  ## [1.3.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-puppeteer@1.2.5...js/spec-driver-puppeteer@1.3.0) (2023-11-21)
4
28
 
5
29
 
@@ -276,6 +276,7 @@ async function build(env) {
276
276
  args: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-dev-shm-usage', '--disable-gpu', ...args],
277
277
  ignoreDefaultArgs: ['--hide-scrollbars'],
278
278
  product: browser,
279
+ protocol: 'cdp',
279
280
  };
280
281
  if (proxy) {
281
282
  options.proxy = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-puppeteer",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "keywords": [
5
5
  "puppeteer",
6
6
  "chrome devtools protocol",
@@ -40,8 +40,8 @@
40
40
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.15.1",
44
- "@applitools/utils": "1.6.3"
43
+ "@applitools/driver": "1.15.3",
44
+ "@applitools/utils": "1.7.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@applitools/api-extractor": "^1.2.22",