From cc6839d13e6d22e2105c5e77556f00e737582aa0 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 8 May 2021 17:48:30 +0200 Subject: [PATCH] fixed native messaging host mode --- Gruntfile.js | 6 +++--- package-lock.json | 12 ++++++------ package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index eba92312..527a5e6b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -234,7 +234,7 @@ module.exports = function (grunt) { dest: 'tmp/desktop/KeeWeb-darwin-x64/KeeWeb.app/Contents/MacOS/util/keeweb-native-messaging-host', nonull: true, - options: { mode: true } + options: { mode: '0755' } }, 'native-messaging-host-darwin-arm64': { src: @@ -242,14 +242,14 @@ module.exports = function (grunt) { dest: 'tmp/desktop/KeeWeb-darwin-arm64/KeeWeb.app/Contents/MacOS/util/keeweb-native-messaging-host', nonull: true, - options: { mode: true } + options: { mode: '0755' } }, 'native-messaging-host-linux-x64': { src: 'node_modules/@keeweb/keeweb-native-messaging-host/linux-x64/keeweb-native-messaging-host', dest: 'tmp/desktop/keeweb-linux-x64/keeweb-native-messaging-host', nonull: true, - options: { mode: true } + options: { mode: '0755' } }, 'native-messaging-host-win32-x64': { src: diff --git a/package-lock.json b/package-lock.json index f61274b4..40cc8c56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/preset-env": "^7.14.1", "@fortawesome/fontawesome-free": "^5.15.3", - "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", + "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.3/keeweb-native-messaging-host.tgz", "@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz", "adm-zip": "^0.5.5", "argon2-browser": "1.15.4", @@ -1567,9 +1567,9 @@ } }, "node_modules/@keeweb/keeweb-native-messaging-host": { - "version": "0.1.3", - "resolved": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", - "integrity": "sha512-XVuyAZoqoOKXvJX+kfvRLATUAEADmH4EMwXpr5fPQKDvtjerXTZCN5XoGPKjQEKbmI7XcADTlZXdIbB9oBW/+w==", + "version": "0.3.3", + "resolved": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.3/keeweb-native-messaging-host.tgz", + "integrity": "sha512-AvHWU0Bwv46Xl6PLyehRRNuZMn+3iWB9zf/YORp4JoJQhQuO8E3XODUadz2gMrZ/irHxC71sQlZG1vAOiUJqdw==", "license": "MIT" }, "node_modules/@keeweb/keeweb-native-modules": { @@ -21888,8 +21888,8 @@ } }, "@keeweb/keeweb-native-messaging-host": { - "version": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", - "integrity": "sha512-XVuyAZoqoOKXvJX+kfvRLATUAEADmH4EMwXpr5fPQKDvtjerXTZCN5XoGPKjQEKbmI7XcADTlZXdIbB9oBW/+w==" + "version": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.3/keeweb-native-messaging-host.tgz", + "integrity": "sha512-AvHWU0Bwv46Xl6PLyehRRNuZMn+3iWB9zf/YORp4JoJQhQuO8E3XODUadz2gMrZ/irHxC71sQlZG1vAOiUJqdw==" }, "@keeweb/keeweb-native-modules": { "version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz", diff --git a/package.json b/package.json index a64e352a..09f7dca9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.13.12", "@babel/preset-env": "^7.14.1", "@fortawesome/fontawesome-free": "^5.15.3", - "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.1.3/keeweb-native-messaging-host.tgz", + "@keeweb/keeweb-native-messaging-host": "https://github.com/keeweb/keeweb-connect/releases/download/0.3.3/keeweb-native-messaging-host.tgz", "@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.11.6/keeweb-native-modules.tgz", "adm-zip": "^0.5.5", "argon2-browser": "1.15.4",