ACL 2/2
This commit is contained in:
parent
891de54560
commit
3fc0893e0c
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user