edge-core-js 2.32.1 → 2.33.1

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,15 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.33.1 (2025-07-24)
6
+
7
+ - fixed: By-pass pin-wait period special case caused by duress mode feature.
8
+
9
+ ## 2.33.0 (2025-07-21)
10
+
11
+ - added: Added `usesChangeServer` flag to `EdgeCurrencyInfo` to optimize syncing for engines which subscribe to the change-server.
12
+ - fixed: Race condition between engine change-server subscription and periodic sync.
13
+
5
14
  ## 2.32.1 (2025-07-18)
6
15
 
7
16
  - fixed: Don't write the enabled tokens file until after we've read it from disk.