From 3fc0893e0c25dae9ec6fe5d79d23fc8e47990da7 Mon Sep 17 00:00:00 2001 From: Babayaga Date: Tue, 17 Feb 2026 21:11:53 +0100 Subject: [PATCH] ACL 2/2 --- packages/acl/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/acl/package.json b/packages/acl/package.json index 233c6fec..3bbe01c8 100644 --- a/packages/acl/package.json +++ b/packages/acl/package.json @@ -16,7 +16,10 @@ "pm-acl": "./dist-in/main.js" }, "exports": { - ".": "./dist-in/index.js" + ".": "./dist-in/index.js", + "./vfs": "./dist-in/vfs/AclVfsClient.js", + "./vfs/decorated": "./dist-in/vfs/DecoratedVfsClient.js", + "./vfs/acl": "./dist-in/vfs/vfs-acl.js" }, "scripts": { "build": "tsc", @@ -39,4 +42,4 @@ "typescript": "^5.7.2", "vitest": "^2.1.8" } -} +} \ No newline at end of file