Skip to content

Commit

Permalink
🔧 build: deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
vhidvz committed May 15, 2023
1 parent ef4cf74 commit 1aee7e4
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 94 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ if (permission.granted) {
// default scope for action and object is `any` and `all`

if (permission.has('own')) {
// Or pattern '.*:own'
// Or pattern 'own:.*'
// user has read owned article objects
}

if (permission.has('shared')) {
// Or pattern '.*:shared'
// Or pattern 'shared:.*'
// user can access shared article objects
}

Expand Down
173 changes: 88 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1aee7e4

Please sign in to comment.