tw5-typed 0.5.2 → 0.5.3

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.2",
3
+ "version": "0.5.3",
4
4
  "scripts": {
5
5
  "check": "tsc --noEmit && eslint src/**/*.ts",
6
6
  "docs": "docs-ts",
@@ -294,7 +294,7 @@ declare module 'tiddlywiki' {
294
294
  * @return parameters
295
295
  * @memberof Widget
296
296
  */
297
- getAttribute(name: string): string | void;
297
+ getAttribute(name: string): string | undefined;
298
298
  getAttribute(name: string, fallbackText: string): string;
299
299
 
300
300
  /**