@applitools/spec-driver-puppeteer 1.8.3 → 1.8.5

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 +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.5](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.4...js/spec-driver-puppeteer@1.8.5) (2026-06-28)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.15.1
9
+ #### Bug Fixes
10
+
11
+ * updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
12
+ * @applitools/logger bumped to 2.3.0
13
+ #### Features
14
+
15
+ * stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
16
+
17
+
18
+
19
+ * @applitools/driver bumped to 1.26.5
20
+
21
+
22
+ ## [1.8.4](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.3...js/spec-driver-puppeteer@1.8.4) (2026-06-18)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/utils bumped to 1.15.0
28
+ #### Features
29
+
30
+ * one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
31
+ * @applitools/logger bumped to 2.2.13
32
+
33
+ * @applitools/driver bumped to 1.26.4
34
+
35
+
3
36
  ## [1.8.3](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-puppeteer@1.8.2...js/spec-driver-puppeteer@1.8.3) (2026-06-14)
4
37
 
5
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-puppeteer",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
4
4
  "keywords": [
5
5
  "puppeteer",
6
6
  "chrome devtools protocol",
@@ -41,8 +41,8 @@
41
41
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/driver": "1.26.3",
45
- "@applitools/utils": "1.14.5"
44
+ "@applitools/driver": "1.26.5",
45
+ "@applitools/utils": "1.15.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",