@todesktop/shared 7.64.0 → 7.65.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.
@@ -1,7 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  import { ISwitchableValue } from "./toDesktop";
3
3
  import { MenuItemConstructorOptions, BrowserWindowConstructorOptions, WebPreferences } from "@todesktop/client-electron-types";
4
- import { BaseApp, Schemable } from "./base";
4
+ import { BaseApp } from "./base";
5
5
  /**
6
6
  * Custom ToDesktop Roles for Application & Tray Menus
7
7
  */
@@ -136,7 +136,7 @@ export interface DesktopifyAppWindow {
136
136
  webPreferences?: Pick<WebPreferences, whitelistedWebPreferencesOptions>;
137
137
  };
138
138
  }
139
- export interface DesktopifyApp2 extends Schemable {
139
+ export interface DesktopifyApp2 {
140
140
  id: string;
141
141
  /**
142
142
  * The name of the app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.64.0",
3
+ "version": "7.65.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -243,7 +243,7 @@ export interface DesktopifyAppWindow {
243
243
  }
244
244
  // TODO: Look into hasMinHeight, etc
245
245
 
246
- export interface DesktopifyApp2 extends Schemable {
246
+ export interface DesktopifyApp2 {
247
247
  id: string;
248
248
  /**
249
249
  * The name of the app