@await-widget/runtime 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/model.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@await-widget/runtime",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "TypeScript declarations for Await widgets.",
5
5
  "license": "MIT",
6
6
  "author": "LitoMore",
package/types/model.d.ts CHANGED
@@ -155,6 +155,7 @@ type AwaitNowPlayingInfo = {
155
155
  title?: string;
156
156
  artistName?: string;
157
157
  albumTitle?: string;
158
+ duration?: number;
158
159
  artworkURL?: string;
159
160
  maximumWidth?: number;
160
161
  maximumHeight?: number;