@todesktop/shared 7.188.25 → 7.188.26

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.
@@ -123,6 +123,7 @@ export interface Build {
123
123
  staticAnalysis?: {
124
124
  status: AnalysisStatus;
125
125
  result?: string;
126
+ error?: string;
126
127
  };
127
128
  dependencyAnalysis?: {
128
129
  status: AnalysisStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.188.25",
3
+ "version": "7.188.26",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/desktopify.ts CHANGED
@@ -164,6 +164,7 @@ export interface Build {
164
164
  status: AnalysisStatus;
165
165
  // `result` is a stringified JSON object
166
166
  result?: string;
167
+ error?: string;
167
168
  };
168
169
  dependencyAnalysis?: {
169
170
  status: AnalysisStatus;