feat(updater): overhaul cross-platform auto-update with user consent, blockmap diffs, skip version, and mobile update manager
This commit is contained in:
parent
d4dc498448
commit
63b97c4761
5 changed files with 236 additions and 52 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"compilerOptions": {
|
||||
"types": ["jest"]
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["**/node_modules", "**/Pods"]
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "App.tsx", "index.js"],
|
||||
"exclude": ["**/node_modules", "**/Pods", "__tests__"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue