tw5-typed 0.5.9 → 0.5.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tw5-typed",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "scripts": {
5
5
  "check": "tsc --noEmit && eslint src/**/*.ts",
6
6
  "docs": "docs-ts",
@@ -401,7 +401,7 @@ declare module 'tiddlywiki' {
401
401
  /**
402
402
  * Rebuild a previously rendered widget
403
403
  */
404
- refreshSelf(): boolean | undefined;
404
+ refreshSelf(): void;
405
405
 
406
406
  /**
407
407
  * Refresh all the children of a widget, will call `this.render`.