@todesktop/shared 7.186.7 → 7.186.8

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.
@@ -110,6 +110,7 @@ export interface Build {
110
110
  startedAt: ISODate;
111
111
  status: BuildStatus;
112
112
  todesktopRuntimeVersionSpecified?: SemanticVersion;
113
+ todesktopRuntimeVersionUsed?: SemanticVersion;
113
114
  universalDownloadUrl?: URL;
114
115
  url?: URL;
115
116
  versionControlInfo?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.186.7",
3
+ "version": "7.186.8",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/desktopify.ts CHANGED
@@ -150,6 +150,7 @@ export interface Build {
150
150
  startedAt: ISODate;
151
151
  status: BuildStatus;
152
152
  todesktopRuntimeVersionSpecified?: SemanticVersion;
153
+ todesktopRuntimeVersionUsed?: SemanticVersion;
153
154
  // TODO: total progress percentage?
154
155
  universalDownloadUrl?: URL;
155
156
  url?: URL;