@htmlbricks/hb-stylus-notebook 0.71.32 → 0.71.34
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
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
],
|
|
332
|
-
"iifeIntegrity": "sha384-
|
|
332
|
+
"iifeIntegrity": "sha384-8eHZ1qiWjCuU+XE/p8n/mB/q8+Y6T+dexlD+n7Ti/HXzIXh4/h4j54Ot/2uJep5i",
|
|
333
333
|
"dependencies": [
|
|
334
334
|
{
|
|
335
335
|
"name": "hb-stylus-paper",
|
|
@@ -361,5 +361,5 @@
|
|
|
361
361
|
},
|
|
362
362
|
"iifePath": "main.iife.js",
|
|
363
363
|
"repoName": "@htmlbricks/hb-stylus-notebook",
|
|
364
|
-
"version": "0.71.
|
|
364
|
+
"version": "0.71.34"
|
|
365
365
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-stylus-notebook",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.34",
|
|
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": [
|