edge-core-js 2.41.1 → 2.41.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.41.3 (2026-02-09)
6
+
7
+ - fixed: Fixed bundle issue caused by iOS symlink from /private/var/ and /var/ paths.
8
+
9
+ ## 2.41.2 (2026-02-09)
10
+
11
+ - changed: Refactor bundler to use platform-native asset loaders over local HTTP server.
12
+
5
13
  ## 2.41.1 (2026-02-07)
6
14
 
7
15
  - fixed: Race condition in `fuzzyTimeout` that could cause swap quote aggregation to reject prematurely, dropping successful quotes from slower providers.