@htmlbricks/hb-checkout 0.66.3 → 0.66.5
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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -453,6 +453,7 @@
|
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
455
|
],
|
|
456
|
+
"iifeIntegrity": "sha384-JxZKTFeTdjU9PFSlbpcCh2NOD4z6f89d8teBOY4MpsQ2b5r8np8QKZK/pIqbjUFM",
|
|
456
457
|
"screenshots": [],
|
|
457
458
|
"licenses": [
|
|
458
459
|
{
|
|
@@ -472,5 +473,5 @@
|
|
|
472
473
|
"size": {},
|
|
473
474
|
"iifePath": "main.iife.js",
|
|
474
475
|
"repoName": "@htmlbricks/hb-checkout",
|
|
475
|
-
"version": "0.66.
|
|
476
|
+
"version": "0.66.5"
|
|
476
477
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-checkout",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "End-to-end checkout flow: editable billing/shipping user profile (`hb-form`), shipment method choice, optional card form, Google Pay (`@google-pay/button-element`), and PayPal via `hb-payment-paypal` according to `gateways` and `payment` JSON. Parses string props into objects, merges card networks defaults, and tracks `completed` to switch between editable steps and a read-only confirmation summary with events for payment and form submissions.",
|
|
6
6
|
"licenses": [
|