@todesktop/shared 7.186.3 → 7.186.4

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