Skip to content

Commit ef4cf74

Browse files
committed
🐳 chore: update
1 parent b5356d7 commit ef4cf74

File tree

20 files changed

+1131
-1115
lines changed

20 files changed

+1131
-1115
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

β€Ždocs/assets/main.jsβ€Ž

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

β€Ždocs/assets/search.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždocs/assets/style.cssβ€Ž

Lines changed: 409 additions & 350 deletions
Large diffs are not rendered by default.

β€Ždocs/classes/Grant.htmlβ€Ž

Lines changed: 107 additions & 100 deletions
Large diffs are not rendered by default.

β€Ždocs/classes/Permission.htmlβ€Ž

Lines changed: 167 additions & 160 deletions
Large diffs are not rendered by default.

β€Ždocs/classes/default.htmlβ€Ž

Lines changed: 107 additions & 100 deletions
Large diffs are not rendered by default.

β€Ždocs/coverage/lcov-report/index.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1>All files</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2023-04-08T09:23:49.364Z
104+
at 2023-04-18T16:40:19.208Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

β€Ždocs/coverage/lcov-report/index.ts.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ <h1><a href="index.html">All files</a> index.ts</h1>
17951795
<div class='footer quiet pad2 space-top1 center small'>
17961796
Code coverage generated by
17971797
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1798-
at 2023-04-08T09:23:49.364Z
1798+
at 2023-04-18T16:40:19.208Z
17991799
</div>
18001800
<script src="prettify.js"></script>
18011801
<script>

β€Ždocs/functions/accumulate.htmlβ€Ž

Lines changed: 25 additions & 30 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)