@todesktop/shared 7.186.19 → 7.186.20

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.
@@ -95,6 +95,7 @@ export interface Build {
95
95
  isBeingCancelled?: boolean;
96
96
  linux?: PlatformBuild;
97
97
  mac?: PlatformBuild;
98
+ onBuildFinishedWebhook?: string;
98
99
  releasedAt?: ISODate;
99
100
  shouldCodeSign: boolean;
100
101
  shouldRelease: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.186.19",
3
+ "version": "7.186.20",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/desktopify.ts CHANGED
@@ -134,6 +134,7 @@ export interface Build {
134
134
  isBeingCancelled?: boolean;
135
135
  linux?: PlatformBuild;
136
136
  mac?: PlatformBuild;
137
+ onBuildFinishedWebhook?: string;
137
138
  releasedAt?: ISODate;
138
139
  shouldCodeSign: boolean;
139
140
  shouldRelease: boolean;