@shoppexio/storefront 1.0.65 → 1.0.67
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.67
|
|
4
|
+
|
|
5
|
+
- Harden replay coalescing: keys carry the entry point and every effective create-intent dimension, and settled replays stay shareable for a grace window so a slow initial refusal joins the finished replay instead of minting a second invoice.
|
|
6
|
+
|
|
7
|
+
## 1.0.66
|
|
8
|
+
|
|
9
|
+
- Coalesce concurrent automatic challenge replays: overlapping identical checkout calls share one broker and one replay, so a double-fired handler can no longer mint a second invoice for one buyer action.
|
|
10
|
+
|
|
3
11
|
## 1.0.65
|
|
4
12
|
|
|
5
13
|
- Replay a challenge-refused checkout with the exact refused hand-off (cart bytes, codes, currency, email, quote proof) instead of re-reading shared storage; a cart another tab changed refuses instead of billing.
|