@applitools/eyes-images 4.23.17 → 4.23.19

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 +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.23.19](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.18...js/eyes-images@4.23.19) (2023-08-08)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 3.8.0
9
+ #### Features
10
+
11
+ * rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
12
+ * @applitools/eyes bumped to 1.7.0
13
+ #### Features
14
+
15
+ * rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
16
+
17
+
18
+
19
+
20
+ ## [4.23.18](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.17...js/eyes-images@4.23.18) (2023-08-08)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/ufg-client bumped to 1.7.0
26
+ #### Features
27
+
28
+ * allow providing custom headers for resource fetching ([#1852](https://github.com/applitools/eyes.sdk.javascript1/issues/1852)) ([372cb96](https://github.com/applitools/eyes.sdk.javascript1/commit/372cb96b905a0661c36e2fa10a7855208fb55bb0))
29
+ * @applitools/core bumped to 3.7.0
30
+ #### Features
31
+
32
+ * allow providing custom headers for resource fetching ([#1852](https://github.com/applitools/eyes.sdk.javascript1/issues/1852)) ([372cb96](https://github.com/applitools/eyes.sdk.javascript1/commit/372cb96b905a0661c36e2fa10a7855208fb55bb0))
33
+
34
+
35
+
36
+ * @applitools/eyes bumped to 1.6.7
37
+
38
+
3
39
  ## [4.23.17](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.16...js/eyes-images@4.23.17) (2023-08-03)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.23.17",
3
+ "version": "4.23.19",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -48,12 +48,12 @@
48
48
  "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
49
  },
50
50
  "dependencies": {
51
- "@applitools/eyes": "1.6.6"
51
+ "@applitools/eyes": "1.7.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@applitools/api-extractor": "^1.2.21",
55
- "@applitools/bongo": "^5.4.2",
56
- "@applitools/generic": "^3.3.5",
55
+ "@applitools/bongo": "^5.4.3",
56
+ "@applitools/generic": "^3.3.6",
57
57
  "@applitools/test-utils": "^1.5.17",
58
58
  "@types/node": "^12.20.55"
59
59
  },