From f65b684a930f00b2f6f9013422ec4f38e892eedf Mon Sep 17 00:00:00 2001 From: Alan Meekins Date: Thu, 18 Apr 2024 21:38:17 -0700 Subject: [PATCH] update fuse to use system library --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fdc8ccd..743cfd5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": false, "version": "0.5.11", "description": "gpgfs", - "author": "RosHub Inc. ", + "author": "Dataparty LLC. ", "license": "Apache-2.0", "repository": { "type": "git", @@ -25,12 +25,11 @@ "@hapi/hoek": "^9.0.2", "bson-objectid": "^1.3.0", "debug": "^4.1.1", - "fuse-native": "^2.0.4", + "fuse-native": "npm:@cocalc/fuse-native@^2.4.1", "gpg-promised": "0.4.12", "gpgfs-model": "0.2.4", "jsonpath-plus": "^3.0.0", "mkdirp": "^0.5.1", - "node-fuse-bindings": "^2.12.4", "promisfy": "^1.2.0", "promisify": "^0.0.3", "sanitize-filename": "^1.6.3",