@todesktop/shared 7.188.28 → 7.188.29

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.
@@ -216,7 +216,7 @@ export interface SmokeTestPerformance {
216
216
  * is calculated from the process start.
217
217
  * It measures for the first 10-12 seconds of the app execution.
218
218
  */
219
- cupUsageMainProcessMs: number;
219
+ cpuUsageMainProcessMs: number;
220
220
  /**
221
221
  * Maximum memory consumption by the main + renders + any other helper
222
222
  * processes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.188.28",
3
+ "version": "7.188.29",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/desktopify.ts CHANGED
@@ -294,7 +294,7 @@ export interface SmokeTestPerformance {
294
294
  * is calculated from the process start.
295
295
  * It measures for the first 10-12 seconds of the app execution.
296
296
  */
297
- cupUsageMainProcessMs: number;
297
+ cpuUsageMainProcessMs: number;
298
298
  /**
299
299
  * Maximum memory consumption by the main + renders + any other helper
300
300
  * processes