Skip to content

Commit 1aee7e4

Browse files
committed
🔧 build: deps update
1 parent ef4cf74 commit 1aee7e4

File tree

3 files changed

+97
-94
lines changed

3 files changed

+97
-94
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ if (permission.granted) {
144144
// default scope for action and object is `any` and `all`
145145

146146
if (permission.has('own')) {
147-
// Or pattern '.*:own'
147+
// Or pattern 'own:.*'
148148
// user has read owned article objects
149149
}
150150

151151
if (permission.has('shared')) {
152-
// Or pattern '.*:shared'
152+
// Or pattern 'shared:.*'
153153
// user can access shared article objects
154154
}
155155

‎package-lock.json‎

Lines changed: 88 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)