@htmlbricks/hb-stylus-notebook 0.68.1 → 0.68.2

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/manifest.json CHANGED
@@ -309,9 +309,27 @@
309
309
  "version": 0
310
310
  }
311
311
  }
312
+ },
313
+ {
314
+ "name": "debugOn",
315
+ "description": "Verbose canvas diagnostics.",
316
+ "data": {
317
+ "debug": "yes"
318
+ }
319
+ },
320
+ {
321
+ "name": "saveJson",
322
+ "description": "Save target preset for export.",
323
+ "data": {
324
+ "save": {
325
+ "name": "notebook-sketch",
326
+ "type": "json"
327
+ },
328
+ "debug": "no"
329
+ }
312
330
  }
313
331
  ],
314
- "iifeIntegrity": "sha384-jVLE2f/XNC+OrW60TbLvZPASeFROqYk/i3PQ7vUNIHDPPdQGswoiUy6+sn825pA9",
332
+ "iifeIntegrity": "sha384-k9HsHWWVA/ZuCkQE3KGIr9D4Jg+VaHuNswt0Lgw9hXIzigU/o1SGAuXfmBmw0cwS",
315
333
  "dependencies": [
316
334
  {
317
335
  "name": "hb-stylus-paper",
@@ -343,5 +361,5 @@
343
361
  },
344
362
  "iifePath": "main.iife.js",
345
363
  "repoName": "@htmlbricks/hb-stylus-notebook",
346
- "version": "0.68.1"
364
+ "version": "0.68.2"
347
365
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-stylus-notebook",
3
- "version": "0.68.1",
3
+ "version": "0.68.2",
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": [