@m2c/checkout 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -239,6 +239,7 @@ Rejections are `M2CCheckoutError` with a typed `code`:
239
239
  | `ServiceUnavailable` | transient backend failure (5xx) |
240
240
  | `CheckoutExpired` | the TTL lapsed before launch (backend mode cannot re-mint) |
241
241
  | `Network` | no HTTP response (fetch failure) |
242
+ | `Unknown` | an unexpected response with no specific mapping |
242
243
 
243
244
  `pending_timeout` is **not** an error - it resolves as a terminal result. During
244
245
  polling, transient read failures (rate limit, 5xx, network, a not-yet-visible
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2c/checkout",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Headless browser checkout SDK for M2C: run an auction, redirect to the winning vendor's hosted checkout, and reflect conversion status.",
5
5
  "type": "module",
6
6
  "engines": {