@applitools/driver 1.4.4 → 1.4.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 +2 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,10 +3,11 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
- ## 1.4.4 - 2021/12/20
6
+ ## 1.4.5 - 2021/12/20
7
7
 
8
8
  - improve native android app scrolling performance
9
9
  - fix bug with `Buffer.from` and base64
10
+ - updated to @applitools/snippets@2.1.10 (from 2.1.9)
10
11
 
11
12
  ## 1.4.3 - 2021/12/17
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",
@@ -73,7 +73,7 @@
73
73
  }
74
74
  },
75
75
  "dependencies": {
76
- "@applitools/snippets": "2.1.9",
76
+ "@applitools/snippets": "2.1.10",
77
77
  "@applitools/types": "1.0.22",
78
78
  "@applitools/utils": "1.2.4"
79
79
  },