@applitools/ec-client 1.9.5 → 1.9.7

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.7](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.6...js/ec-client@1.9.7) (2024-10-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.17.1
9
+ #### Bug Fixes
10
+
11
+ * don't tar with offline ([#2550](https://github.com/Applitools-Dev/sdk/issues/2550)) ([d8b1a83](https://github.com/Applitools-Dev/sdk/commit/d8b1a833d13b01f5306501772e1c831692512360))
12
+
13
+ ## [1.9.6](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.5...js/ec-client@1.9.6) (2024-09-30)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/core-base bumped to 1.17.0
19
+ #### Features
20
+
21
+ * offline execution ([#2528](https://github.com/Applitools-Dev/sdk/issues/2528)) ([e6c3b9e](https://github.com/Applitools-Dev/sdk/commit/e6c3b9e3315203027551da3bfdecf90490edd029))
22
+
3
23
  ## [1.9.5](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.9.4...js/ec-client@1.9.5) (2024-09-16)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.9.5",
3
+ "version": "1.9.7",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,7 +52,7 @@
52
52
  "test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core-base": "1.16.1",
55
+ "@applitools/core-base": "1.17.1",
56
56
  "@applitools/driver": "1.19.1",
57
57
  "@applitools/logger": "2.0.18",
58
58
  "@applitools/req": "1.7.2",