@htmlbricks/hb-terms-doc-templates 0.71.34 → 0.71.35
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/README.md +1 -2
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -8
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -437,12 +437,7 @@
|
|
|
437
437
|
]
|
|
438
438
|
},
|
|
439
439
|
"contributors": [],
|
|
440
|
-
"htmlSlots": [
|
|
441
|
-
{
|
|
442
|
-
"name": "skelcontent",
|
|
443
|
-
"description": "test slot"
|
|
444
|
-
}
|
|
445
|
-
],
|
|
440
|
+
"htmlSlots": [],
|
|
446
441
|
"i18n": [
|
|
447
442
|
{
|
|
448
443
|
"lang": "it",
|
|
@@ -672,7 +667,7 @@
|
|
|
672
667
|
}
|
|
673
668
|
}
|
|
674
669
|
],
|
|
675
|
-
"iifeIntegrity": "sha384-
|
|
670
|
+
"iifeIntegrity": "sha384-NO/Rgg4KmoHbEBvbyjUO1bnNgE6PL9zHHHdZSsYb0GgHlNtpTwxfvxwcGamc9EUE",
|
|
676
671
|
"dependencies": [
|
|
677
672
|
{
|
|
678
673
|
"name": "hb-table",
|
|
@@ -821,5 +816,5 @@
|
|
|
821
816
|
"size": {},
|
|
822
817
|
"iifePath": "main.iife.js",
|
|
823
818
|
"repoName": "@htmlbricks/hb-terms-doc-templates",
|
|
824
|
-
"version": "0.71.
|
|
819
|
+
"version": "0.71.35"
|
|
825
820
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-terms-doc-templates",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.35",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Renders legal-style documents from `data`: privacy templates with site, company, and admin fields, or cookie policies with a `cookies` list. Use `i18nlang` with registered languages for localized copy; emits `event` for integrations.",
|
|
6
6
|
"licenses": [
|