@applitools/core 2.3.7 → 2.3.9

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.3.9 - 2023/3/2
6
+
7
+ ### Features
8
+ ### Bug fixes
9
+ - Update `@applitools/execution-grid-tunnel` dependency
10
+
11
+ ## 2.3.8 - 2023/3/2
12
+
13
+ ### Features
14
+ ### Bug fixes
15
+ - upgrade dom-snapshot with a fix to CSP
16
+
5
17
  ## 2.3.7 - 2023/2/23
6
18
 
7
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "2.3.7",
3
+ "version": "2.3.9",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -75,9 +75,9 @@
75
75
  "dependencies": {
76
76
  "@applitools/core-base": "1.1.39",
77
77
  "@applitools/dom-capture": "11.2.1",
78
- "@applitools/dom-snapshot": "4.7.3",
78
+ "@applitools/dom-snapshot": "4.7.5",
79
79
  "@applitools/driver": "1.11.34",
80
- "@applitools/ec-client": "1.2.11",
80
+ "@applitools/ec-client": "1.2.12",
81
81
  "@applitools/logger": "1.1.46",
82
82
  "@applitools/nml-client": "1.3.37",
83
83
  "@applitools/req": "1.1.30",