@applitools/eyes 1.36.2 → 1.36.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.36.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.3...js/eyes@1.36.4) (2025-09-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.1.1
9
+ #### Code Refactoring
10
+
11
+ * dom shared js -> ts ([#3202](https://github.com/Applitools-Dev/sdk/issues/3202)) ([c6d6b77](https://github.com/Applitools-Dev/sdk/commit/c6d6b77179d48539cc40f609f150f380aa48d6bb))
12
+ * @applitools/dom-snapshot bumped to 4.13.5
13
+
14
+ * @applitools/dom-capture bumped to 11.6.3
15
+
16
+ * @applitools/tunnel-client bumped to 1.11.0
17
+ #### Features
18
+
19
+ * mask apiKey and eyesServerUrl from the logs | AD-10661 ([#3200](https://github.com/Applitools-Dev/sdk/issues/3200)) ([eaba565](https://github.com/Applitools-Dev/sdk/commit/eaba565898d8e72745a1e95c9b17ae77c396ca14))
20
+ * report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
21
+ * @applitools/ec-client bumped to 1.12.5
22
+
23
+ * @applitools/core bumped to 4.45.0
24
+ #### Features
25
+
26
+ * respect NO_PROXY for WebDriver | AD-10927 | FLD-2702 ([#3186](https://github.com/Applitools-Dev/sdk/issues/3186)) ([8e53d9a](https://github.com/Applitools-Dev/sdk/commit/8e53d9a7c1b6fe38c11d63fad915fc89b199a749))
27
+
28
+
29
+
30
+
31
+ ## [1.36.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.2...js/eyes@1.36.3) (2025-08-27)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * @applitools/dom-snapshot bumped to 4.13.4
42
+ #### Bug Fixes
43
+
44
+ * canvas blob ([#3194](https://github.com/Applitools-Dev/sdk/issues/3194)) ([d90cfca](https://github.com/Applitools-Dev/sdk/commit/d90cfcaa78df93d4bd8992d77f41eb93edd56f4c))
45
+ * canvas blobs ([#3192](https://github.com/Applitools-Dev/sdk/issues/3192)) ([f15ac4e](https://github.com/Applitools-Dev/sdk/commit/f15ac4ed68cc1746ee6cef51f2258388428fd1c7))
46
+ * @applitools/core bumped to 4.44.5
47
+ #### Bug Fixes
48
+
49
+ * browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
50
+
51
+
52
+
53
+
3
54
  ## [1.36.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.1...js/eyes@1.36.2) (2025-08-21)
4
55
 
5
56
 
package/dist/cli/cli.js CHANGED
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  };
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  /* eslint no-console: off */
8
- const core_1 = require("@applitools/core");
8
+ const offline_1 = require("@applitools/core/offline");
9
9
  const yargs_1 = __importDefault(require("yargs"));
10
10
  const Configuration_1 = require("../input/Configuration");
11
11
  const load_config_1 = require("./load-config");
@@ -50,7 +50,7 @@ void yargs_1.default
50
50
  handler: async (args) => {
51
51
  const config = await (0, load_config_1.loadConfig)(args.configPath);
52
52
  const options = { ...args, config: new Configuration_1.ConfigurationData(config).toJSON() };
53
- await (0, core_1.runOfflineSnapshots)(options);
53
+ await (0, offline_1.runOfflineSnapshots)(options);
54
54
  },
55
55
  })
56
56
  .wrap(yargs_1.default.terminalWidth()).argv;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.36.2",
3
+ "version": "1.36.4",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,7 +46,7 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.44.4",
49
+ "@applitools/core": "4.45.0",
50
50
  "@applitools/logger": "2.2.2",
51
51
  "@applitools/utils": "1.11.1",
52
52
  "chalk": "4.1.2",