@htmlbricks/hb-checkout-shopping-cart 0.66.19 → 0.66.21
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
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
],
|
|
163
|
-
"iifeIntegrity": "sha384-
|
|
163
|
+
"iifeIntegrity": "sha384-ebEcSKhfsSy5k5Ws5i6fJUePcPJxzfMrrva583VdWWuzlMbdQVwGphhyhDxHmopR",
|
|
164
164
|
"screenshots": [],
|
|
165
165
|
"licenses": [
|
|
166
166
|
{
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
"size": {},
|
|
181
181
|
"iifePath": "main.iife.js",
|
|
182
182
|
"repoName": "@htmlbricks/hb-checkout-shopping-cart",
|
|
183
|
-
"version": "0.66.
|
|
183
|
+
"version": "0.66.21"
|
|
184
184
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-checkout-shopping-cart",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.21",
|
|
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": [
|