@todesktop/shared 7.143.0 → 7.145.0

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.
@@ -366,7 +366,7 @@ export interface DesktopifyApp2 {
366
366
  /**
367
367
  * File assets that get bundled with the app and are available offline
368
368
  */
369
- fileAssetDetailsList: FileAssetDetails;
369
+ fileAssetDetailsList: FileAssetDetails[];
370
370
  }
371
371
  export interface IApp2 extends BaseApp {
372
372
  desktopApp: DesktopifyApp2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.143.0",
3
+ "version": "7.145.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -491,7 +491,7 @@ export interface DesktopifyApp2 {
491
491
  /**
492
492
  * File assets that get bundled with the app and are available offline
493
493
  */
494
- fileAssetDetailsList: FileAssetDetails;
494
+ fileAssetDetailsList: FileAssetDetails[];
495
495
  }
496
496
 
497
497
  export interface IApp2 extends BaseApp {