@applitools/core 4.31.2 → 4.31.3

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.31.3](https://github.com/Applitools-Dev/sdk/compare/js/core@4.31.2...js/core@4.31.3) (2025-02-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fix offline - url was replaced before resource fetched for url resources ([#2802](https://github.com/Applitools-Dev/sdk/issues/2802)) ([a67f86a](https://github.com/Applitools-Dev/sdk/commit/a67f86aabd56c59fb6cfa58578b1e8b3c31d2197))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/ufg-client bumped to 1.16.5
14
+ #### Bug Fixes
15
+
16
+ * fix offline - url was replaced before resource fetched for url resources ([#2802](https://github.com/Applitools-Dev/sdk/issues/2802)) ([a67f86a](https://github.com/Applitools-Dev/sdk/commit/a67f86aabd56c59fb6cfa58578b1e8b3c31d2197))
17
+
3
18
  ## [4.31.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.31.1...js/core@4.31.2) (2025-02-10)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.31.2",
3
+ "version": "4.31.3",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -87,7 +87,7 @@
87
87
  "@applitools/snippets": "2.6.4",
88
88
  "@applitools/socket": "1.2.1",
89
89
  "@applitools/spec-driver-webdriver": "1.1.25",
90
- "@applitools/ufg-client": "1.16.4",
90
+ "@applitools/ufg-client": "1.16.5",
91
91
  "@applitools/utils": "1.7.7",
92
92
  "@types/ws": "8.5.5",
93
93
  "abort-controller": "3.0.0",