@todesktop/shared 7.188.32 → 7.188.33

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.
@@ -188,6 +188,7 @@ export interface SmokeTestProgress {
188
188
  appLaunched?: boolean;
189
189
  appUpdated?: boolean;
190
190
  bcState?: SmokeTestState;
191
+ buildAId?: string;
191
192
  code?: string;
192
193
  message?: string;
193
194
  performance?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.188.32",
3
+ "version": "7.188.33",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/desktopify.ts CHANGED
@@ -265,6 +265,7 @@ export interface SmokeTestProgress {
265
265
  appLaunched?: boolean;
266
266
  appUpdated?: boolean;
267
267
  bcState?: SmokeTestState;
268
+ buildAId?: string;
268
269
  code?: string; // string currently, since it's still a subject to change
269
270
  message?: string;
270
271
  performance?: {