edge-core-js 1.4.0 → 1.4.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
@@ -1,8 +1,13 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v1.4.1 (2023-08-16)
4
+
5
+ - changed: Reduced YAOB throttle to 50ms and apply throttle to return bridge calls
6
+
3
7
  ## v1.4.0 (2023-08-08)
4
8
 
5
9
  - added: canBePartial and maxFulfillmentSeconds to EdgeSwapQuote
10
+ - added: skipBlockHeight config option
6
11
 
7
12
  ## v1.3.7 (2023-08-03)
8
13