From 59fc8666ae26f672ab6232cd637021aa61cd0e76 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 3 Jan 2022 03:07:50 +0100 Subject: feat: Rewrite the config if new details are added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If we generate a new ID or a new profile, it should be added to the config file immediately. Signed-off-by: Kristóf Marussy --- packages/main/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/main/package.json') diff --git a/packages/main/package.json b/packages/main/package.json index 80a93b9..c03e81e 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -11,6 +11,7 @@ "@sophie/service-shared": "workspace:*", "@sophie/shared": "workspace:*", "chalk": "^5.0.0", + "deep-equal": "^2.0.5", "electron": "17.0.0", "fs-extra": "^10.0.0", "json5": "^2.2.0", @@ -26,6 +27,7 @@ }, "devDependencies": { "@jest/globals": "^27.4.6", + "@types/deep-equal": "^1.0.1", "@types/electron-devtools-installer": "^2.2.1", "@types/lodash-es": "^4.17.5", "@types/ms": "^0.7.31", -- cgit v1.2.3-54-g00ecf