@htmlbricks/hb-stylus-notebook 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
|
@@ -240,12 +240,7 @@
|
|
|
240
240
|
]
|
|
241
241
|
},
|
|
242
242
|
"contributors": [],
|
|
243
|
-
"htmlSlots": [
|
|
244
|
-
{
|
|
245
|
-
"name": "skelcontent",
|
|
246
|
-
"description": "test slot"
|
|
247
|
-
}
|
|
248
|
-
],
|
|
243
|
+
"htmlSlots": [],
|
|
249
244
|
"i18n": [],
|
|
250
245
|
"examples": [
|
|
251
246
|
{
|
|
@@ -329,7 +324,7 @@
|
|
|
329
324
|
}
|
|
330
325
|
}
|
|
331
326
|
],
|
|
332
|
-
"iifeIntegrity": "sha384-
|
|
327
|
+
"iifeIntegrity": "sha384-XvY7xijo+LpMZ2azFKguWCNvUzdIa9yAjJpk1eNPsVmzJhjc1rZ51PrFCNrMBb9R",
|
|
333
328
|
"dependencies": [
|
|
334
329
|
{
|
|
335
330
|
"name": "hb-stylus-paper",
|
|
@@ -361,5 +356,5 @@
|
|
|
361
356
|
},
|
|
362
357
|
"iifePath": "main.iife.js",
|
|
363
358
|
"repoName": "@htmlbricks/hb-stylus-notebook",
|
|
364
|
-
"version": "0.71.
|
|
359
|
+
"version": "0.71.35"
|
|
365
360
|
}
|
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.35",
|
|
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": [
|