Add default update fields to package.json

This commit is contained in:
Fedor Indutny 2023-12-12 22:30:16 +01:00 committed by GitHub
parent 31bbec19ee
commit 69aa212352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -49,8 +49,8 @@ import {
const INTERVAL = 30 * durations.MINUTE;
type JSONVendorSchema = {
requireManualUpdate?: boolean;
minOSVersion?: string;
requireManualUpdate?: boolean;
requireUserConfirmation?: boolean;
};