@applitools/eyes-images 4.23.34 → 4.23.36

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 +26 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.23.36](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.35...js/eyes-images@4.23.36) (2023-10-25)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/tunnel-client bumped to 1.3.0
9
+ #### Features
10
+
11
+ * add more logs for tunnel worker ([60cf839](https://github.com/applitools/eyes.sdk.javascript1/commit/60cf839f23b214dff89ff4a9c59f231c96160daf))
12
+ * @applitools/ec-client bumped to 1.7.14
13
+
14
+ * @applitools/core bumped to 4.0.1
15
+
16
+ * @applitools/eyes bumped to 1.11.2
17
+
18
+
19
+ ## [4.23.35](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.34...js/eyes-images@4.23.35) (2023-10-19)
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * @applitools/eyes bumped to 1.11.1
25
+ #### Bug Fixes
26
+
27
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
28
+
3
29
  ## [4.23.34](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images-v4.23.33...js/eyes-images@4.23.34) (2023-10-17)
4
30
 
5
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-images",
3
- "version": "4.23.34",
3
+ "version": "4.23.36",
4
4
  "description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
5
5
  "keywords": [
6
6
  "eyes-images",
@@ -37,10 +37,10 @@
37
37
  "build": "run --top-level tspc --project ./tsconfig.build.json",
38
38
  "generate:tests": "NODE_OPTIONS='--experimental-import-meta-resolve --experimental-loader=@applitools/generic/dist/code-loader.js' generic ./test/generic/config.mjs",
39
39
  "test": "yarn test:coverage",
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}"
40
+ "test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" 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}"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/eyes": "1.11.0"
43
+ "@applitools/eyes": "1.11.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@applitools/api-extractor": "^1.2.22",