@htmlbricks/hb-checkout-shopping-cart 0.76.3 → 0.76.4
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 +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
229
|
],
|
|
230
|
-
"iifeIntegrity": "sha384-
|
|
230
|
+
"iifeIntegrity": "sha384-RXNZ1hype0P2sGSTUpyaIkhltiP9hedYu1fWk+4APv2vcRzvZvKiLArzSR6nYctV",
|
|
231
231
|
"dependencies": [
|
|
232
232
|
{
|
|
233
233
|
"name": "hb-table",
|
|
@@ -376,5 +376,5 @@
|
|
|
376
376
|
"size": {},
|
|
377
377
|
"iifePath": "main.iife.js",
|
|
378
378
|
"repoName": "@htmlbricks/hb-checkout-shopping-cart",
|
|
379
|
-
"version": "0.76.
|
|
379
|
+
"version": "0.76.4"
|
|
380
380
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-checkout-shopping-cart",
|
|
3
|
-
"version": "0.76.
|
|
3
|
+
"version": "0.76.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Order summary built on `hb-table`: maps `payment.items` into rows (name, quantity, line total), computes subtotal, tax, and grand total from item prices, and shows country/currency (with simple symbol defaults). When `completed` is enabled it switches to a compact “order placed” state; `payment` can be supplied as JSON.",
|
|
6
6
|
"licenses": [
|