@applitools/driver 1.2.6 → 1.2.7

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 +5 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
+ ## 1.2.7 - 2021/10/30
7
+
8
+ - updated to @applitools/types@1.0.18 (from 1.0.14)
9
+ - updated to @applitools/utils@1.2.4 (from 1.2.3)
10
+
6
11
  ## 1.2.6 - 2021/10/7
7
12
 
8
13
  - fix issue with fractional viewport size on mobile devices
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/driver",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Applitools universal framework wrapper",
5
5
  "keywords": [
6
6
  "applitools",
@@ -16,7 +16,8 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "git://github.com/applitools/eyes.sdk.javascript1.git"
19
+ "url": "git://github.com/applitools/eyes.sdk.javascript1.git",
20
+ "directory": "packages/driver"
20
21
  },
21
22
  "license": "SEE LICENSE IN LICENSE",
22
23
  "author": {
@@ -49,11 +50,11 @@
49
50
  },
50
51
  "dependencies": {
51
52
  "@applitools/snippets": "2.1.7",
52
- "@applitools/types": "1.0.14",
53
- "@applitools/utils": "1.2.3"
53
+ "@applitools/types": "1.0.18",
54
+ "@applitools/utils": "1.2.4"
54
55
  },
55
56
  "devDependencies": {
56
- "@applitools/sdk-release-kit": "0.13.3",
57
+ "@applitools/sdk-release-kit": "0.13.4",
57
58
  "@types/mocha": "^9.0.0",
58
59
  "@types/node": "^16.3.3",
59
60
  "@typescript-eslint/eslint-plugin": "^4.28.3",