@htmlbricks/hb-page-invoice 0.66.2 → 0.66.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 +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -267,6 +267,8 @@
|
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
],
|
|
270
|
+
"iifeIntegrity": "sha384-/yCXH91UaNqkTfMc5y4kz+th8NMtXGLNzXUDocJgsHbNoNYFD24M4RroF4rQbgLL",
|
|
271
|
+
"iifeIntegrityType": "sha384",
|
|
270
272
|
"screenshots": [],
|
|
271
273
|
"licenses": [
|
|
272
274
|
{
|
|
@@ -287,5 +289,5 @@
|
|
|
287
289
|
"size": {},
|
|
288
290
|
"iifePath": "main.iife.js",
|
|
289
291
|
"repoName": "@htmlbricks/hb-page-invoice",
|
|
290
|
-
"version": "0.66.
|
|
292
|
+
"version": "0.66.4"
|
|
291
293
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-page-invoice",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Printable invoice page: shows seller and buyer from headers, invoice date and serial, line items in hb-table with price, quantity, VAT and row totals, plus subtotal, tax and grand total in the invoice currency. When printer is not yes, offers print and open-in-window actions.",
|
|
6
6
|
"licenses": [
|