@htmlbricks/hb-stylus-notebook 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 +2 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -311,6 +311,8 @@
|
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
],
|
|
314
|
+
"iifeIntegrity": "sha384-WY+UAxtcUpbhm3IibcZFvwLwErHXg59qClMYG3mC4SXbyuRa+bxmVvo83ZIZu9ig",
|
|
315
|
+
"iifeIntegrityType": "sha384",
|
|
314
316
|
"screenshots": [],
|
|
315
317
|
"licenses": [
|
|
316
318
|
{
|
|
@@ -332,5 +334,5 @@
|
|
|
332
334
|
},
|
|
333
335
|
"iifePath": "main.iife.js",
|
|
334
336
|
"repoName": "@htmlbricks/hb-stylus-notebook",
|
|
335
|
-
"version": "0.66.
|
|
337
|
+
"version": "0.66.4"
|
|
336
338
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-stylus-notebook",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Notebook-sized stylus canvas: optional `load_draw` restores saved stroke JSON; `save` configures persistence; `debug` toggles diagnostics. Same slot/part hooks as the skeleton dev component; emits `event` on user actions.",
|
|
6
6
|
"licenses": [
|