@todesktop/shared 7.186.0 → 7.186.2

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/lib/base.d.ts CHANGED
@@ -126,6 +126,7 @@ export interface IAppMeta {
126
126
  isAppChanged?: boolean;
127
127
  isFrameBlocked?: boolean;
128
128
  isHttps?: boolean;
129
+ latestBuildId?: string;
129
130
  publishedVersions: {
130
131
  desktopify?: string;
131
132
  electron?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.186.0",
3
+ "version": "7.186.2",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/base.ts CHANGED
@@ -138,6 +138,7 @@ export interface IAppMeta {
138
138
  isAppChanged?: boolean;
139
139
  isFrameBlocked?: boolean;
140
140
  isHttps?: boolean;
141
+ latestBuildId?: string;
141
142
  publishedVersions: {
142
143
  desktopify?: string;
143
144
  electron?: string;