@todesktop/shared 7.189.3 → 7.189.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.
@@ -105,6 +105,7 @@ export interface Build {
105
105
  commitMessage?: string;
106
106
  createdAt: ISODate;
107
107
  desktopifyVersion?: SemanticVersion;
108
+ didUseCachedDependencies?: boolean;
108
109
  endedAt?: ISODate;
109
110
  electronVersionSpecified?: SemanticVersion;
110
111
  electronVersionUsed?: SemanticVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.189.3",
3
+ "version": "7.189.4",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/desktopify.ts CHANGED
@@ -146,6 +146,7 @@ export interface Build {
146
146
  // createdByOsVersion: string;
147
147
  // createdByUserId: string;
148
148
  desktopifyVersion?: SemanticVersion;
149
+ didUseCachedDependencies?: boolean;
149
150
  endedAt?: ISODate;
150
151
  electronVersionSpecified?: SemanticVersion;
151
152
  electronVersionUsed?: SemanticVersion;