edge-core-js 2.31.1 → 2.32.0

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,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.32.0 (2025-06-27)
6
+
7
+ - changed: Fake PIN disable while in duress mode.
8
+ - changed: `SwapBelowLimitError` & `SwapAboveLimitError` `nativeMin`/`nativeMax` now optional
9
+ - changed: `SwapBelowLimitError` & `SwapAboveLimitError` `pluginId` deprecated in favor of `swapPluginId`
10
+
5
11
  ## 2.31.1 (2025-06-09)
6
12
 
7
13
  - fixed: Fix change-server reliability issues by fallback to pull-based syncing as a trade-off.