@shoppexio/storefront 1.0.66 → 1.0.68

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.68
4
+
5
+ - Harden the automatic challenge flow end to end: the interactive overlay is dismissible and always settles (timeout message, overall ceiling), failed replays are never cached, the success-share window shrinks to real latency skew, the replay pin carries currency verbatim, the coalescing key carries autoRedirect/locale, and `autoResolveChallenge: false` lets integrations keep their own challenge UX.
6
+
7
+ ## 1.0.67
8
+
9
+ - 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.
10
+
3
11
  ## 1.0.66
4
12
 
5
13
  - 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoppexio/storefront",
3
- "version": "1.0.66",
3
+ "version": "1.0.68",
4
4
  "description": "Official JavaScript storefront SDK for Shoppex",
5
5
  "type": "module",
6
6
  "repository": {