@applitools/eyes-selenium 4.57.0 → 4.58.0

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 (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +12 -13
  3. package/types/index.d.ts +1362 -2010
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
+ ## 4.58.0 - 2021/11/10
7
+
8
+ - support cookies
9
+ - updated to @applitools/eyes-api@1.1.6 (from 1.1.5)
10
+ - updated to @applitools/eyes-sdk-core@12.24.0 (from 12.23.24)
11
+ - updated to @applitools/spec-driver-selenium@1.2.0 (from 1.1.1)
12
+ - updated to @applitools/visual-grid-client@15.8.44 (from 15.8.43)
13
+
6
14
  ## 4.57.0 - 2021/11/5
7
15
 
8
16
  - updated to @applitools/eyes-api@1.1.5 (from 1.1.4)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.57.0",
3
+ "version": "4.58.0",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -44,9 +44,7 @@
44
44
  ],
45
45
  "scripts": {
46
46
  "lint": "eslint '**/*.ts'",
47
- "build": "yarn build:dist && yarn build:types",
48
- "build:dist": "tsc",
49
- "build:types": "api-extractor ./src/index.ts --out ./types/index.d.ts --external-modules selenium-webdriver",
47
+ "build": "ttsc",
50
48
  "generate:tests": "coverage-tests generate https://raw.githubusercontent.com/applitools/sdk.coverage.tests/master/js/config.js --name 'eyes-selenium'",
51
49
  "test": "yarn test:coverage",
52
50
  "test:coverage": "yarn generate:tests && APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-selenium' APPLITOOLS_BATCH_ID=$(uuidgen) XUNIT_FILE=coverage-test-report.xml mocha --config .mocharc.cvg.js",
@@ -67,17 +65,17 @@
67
65
  }
68
66
  },
69
67
  "dependencies": {
70
- "@applitools/eyes-api": "1.1.5",
71
- "@applitools/eyes-sdk-core": "12.23.24",
72
- "@applitools/spec-driver-selenium": "1.1.1",
73
- "@applitools/visual-grid-client": "15.8.43"
68
+ "@applitools/eyes-api": "1.1.6",
69
+ "@applitools/eyes-sdk-core": "12.24.0",
70
+ "@applitools/spec-driver-selenium": "1.2.0",
71
+ "@applitools/visual-grid-client": "15.8.44"
74
72
  },
75
73
  "devDependencies": {
76
- "@applitools/api-extractor": "1.1.3",
74
+ "@applitools/api-extractor": "1.2.2",
77
75
  "@applitools/scripts": "1.0.1",
78
- "@applitools/sdk-coverage-tests": "2.3.15",
76
+ "@applitools/sdk-coverage-tests": "2.3.16",
79
77
  "@applitools/sdk-release-kit": "0.13.4",
80
- "@applitools/sdk-shared": "0.9.7",
78
+ "@applitools/sdk-shared": "0.9.8",
81
79
  "@applitools/test-utils": "1.0.9",
82
80
  "@types/selenium-webdriver": "^4.0.11",
83
81
  "@typescript-eslint/eslint-plugin": "^4.15.1",
@@ -91,9 +89,10 @@
91
89
  "husky": "^4.3.8",
92
90
  "mocha": "^9.1.2",
93
91
  "prettier": "^2.1.2",
94
- "selenium-webdriver": "^4.0.0-rc-2",
92
+ "selenium-webdriver": "^4.0.0",
95
93
  "spec-xunit-file": "0.0.1-3",
96
- "typescript": "^4.1.3"
94
+ "ttypescript": "^1.5.12",
95
+ "typescript": "^4.5.1-rc"
97
96
  },
98
97
  "peerDependencies": {
99
98
  "selenium-webdriver": ">=3.6.0"