@applitools/eyes-images 4.23.24 → 4.23.26

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 +17 -0
  2. package/README.md +4 -12
  3. package/package.json +3 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.23.26](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images-v4.23.25...js/eyes-images@4.23.26) (2023-09-11)
4
+
5
+
6
+ ### Code Refactoring
7
+
8
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/core bumped to 3.10.3
14
+ #### Bug Fixes
15
+
16
+ * suppport coded regions with layoutBreakpoints reload ([7903347](https://github.com/applitools/eyes.sdk.javascript1/commit/79033472b9475992a44cf3828ff334c958ae2066))
17
+ * @applitools/eyes bumped to 1.8.3
18
+
19
+
3
20
  ## [4.23.24](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.23...js/eyes-images@4.23.24) (2023-09-04)
4
21
 
5
22
 
package/README.md CHANGED
@@ -1,18 +1,10 @@
1
1
  @applitools/eyes-images
2
2
  ===================
3
3
 
4
- The simplest implemnetation of Applitools Eyes SDK, uploads images for validation
4
+ The simplest implementation of Applitools Eyes SDK, uploads images for validation
5
5
 
6
6
  [![npm](https://img.shields.io/npm/v/@applitools/eyes-images.svg?style=for-the-badge)](https://www.npmjs.com/package/@applitools/eyes-images)
7
7
 
8
- ## Installation
9
-
10
- Install eyes-images as a local dev dependency in your tested project:
11
-
12
- npm install @applitools/eyes-images
13
-
14
- ## Usage
15
-
16
- Please check the applitools website for usage instructions:
17
-
18
- - Screenshots JavaScript Tutorial: https://applitools.com/tutorials/screenshots-javascript.html
8
+ ## Resources
9
+ - [Quick start](https://applitools.com/tutorials/quickstart/images/code/javascript)
10
+ - [API reference](https://applitools.com/docs/api-ref/category/images-javascript)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.23.24",
3
+ "version": "4.23.26",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -12,15 +12,7 @@
12
12
  "testing",
13
13
  "tests"
14
14
  ],
15
- "homepage": "https://applitools.com",
16
- "bugs": {
17
- "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
18
- },
19
- "repository": {
20
- "type": "git",
21
- "url": "git://github.com/applitools/eyes.sdk.javascript1.git",
22
- "directory": "js/packages/eyes-images"
23
- },
15
+ "homepage": "https://applitools.com/docs/api-ref/category/images-javascript",
24
16
  "license": "SEE LICENSE IN LICENSE",
25
17
  "author": {
26
18
  "name": "Applitools Team",
@@ -48,7 +40,7 @@
48
40
  "test:coverage": "APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
49
41
  },
50
42
  "dependencies": {
51
- "@applitools/eyes": "1.8.1"
43
+ "@applitools/eyes": "1.8.3"
52
44
  },
53
45
  "devDependencies": {
54
46
  "@applitools/api-extractor": "^1.2.22",