diff --git a/packages/desktop/package.json b/packages/desktop/package.json index e5dc211b9..a555369cb 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -91,9 +91,6 @@ "assets/**/*", "icon/**/*" ], - "asarUnpack": [ - "node_modules/keytar" - ], "protocols": [ { "name": "Standard Notes", @@ -110,6 +107,9 @@ "extendInfo": { "NSCameraUsageDescription": "Standard Notes requires access to your camera to enable the Moments feature." }, + "asarUnpack": [ + "node_modules/keytar" + ], "target": [ "dmg", "zip" diff --git a/packages/web/package.json b/packages/web/package.json index 24ace5344..ced1f8466 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.126.2", + "version": "3.126.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",