Skip to content

Commit 37df981

Browse files
committed
diagnostics: deprecate electron-core
1 parent 47c1cbb commit 37df981

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

plugins/diagnostics/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/diagnostics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scrypted/diagnostics",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"scripts": {
55
"scrypted-setup-project": "scrypted-setup-project",
66
"prescrypted-setup-project": "scrypted-package-json",

plugins/diagnostics/src/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ class DiagnosticsPlugin extends ScryptedDeviceBase implements Settings {
512512

513513
await this.validate(this.console, 'Deprecated Plugins', async () => {
514514
const defunctPlugins = [
515+
'@scrypted/electron-core',
515516
'@scrypted/opencv',
516517
'@scrypted/python-codecs',
517518
'@scrypted/pam-diff',

0 commit comments

Comments
 (0)