Skip to content

Commit

Permalink
🐳 chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
vhidvz committed Apr 18, 2023
1 parent b5356d7 commit ef4cf74
Show file tree
Hide file tree
Showing 20 changed files with 1,131 additions and 1,115 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
6 changes: 3 additions & 3 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

759 changes: 409 additions & 350 deletions docs/assets/style.css

Large diffs are not rendered by default.

207 changes: 107 additions & 100 deletions docs/classes/Grant.html

Large diffs are not rendered by default.

327 changes: 167 additions & 160 deletions docs/classes/Permission.html

Large diffs are not rendered by default.

207 changes: 107 additions & 100 deletions docs/classes/default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-04-08T09:23:49.364Z
at 2023-04-18T16:40:19.208Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion docs/coverage/lcov-report/index.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ <h1><a href="index.html">All files</a> index.ts</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-04-08T09:23:49.364Z
at 2023-04-18T16:40:19.208Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
55 changes: 25 additions & 30 deletions docs/functions/accumulate.html

Large diffs are not rendered by default.

65 changes: 30 additions & 35 deletions docs/functions/check.html

Large diffs are not rendered by default.

63 changes: 29 additions & 34 deletions docs/functions/filterByNotation.html

Large diffs are not rendered by default.

95 changes: 41 additions & 54 deletions docs/index.html

Large diffs are not rendered by default.

61 changes: 34 additions & 27 deletions docs/interfaces/AccessControlOption.html

Large diffs are not rendered by default.

67 changes: 31 additions & 36 deletions docs/modules.html

Large diffs are not rendered by default.

88 changes: 33 additions & 55 deletions docs/types/Ability.html

Large diffs are not rendered by default.

61 changes: 27 additions & 34 deletions docs/types/PermissionGrant.html

Large diffs are not rendered by default.

59 changes: 25 additions & 34 deletions docs/types/Time.html

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abacl",
"version": "4.1.1",
"version": "4.1.2",
"description": "Attribute Based Access Control Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"homepage": "https://github.com/vhidvz/abacl#readme",
"devDependencies": {
"@types/jest": "29.5.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -45,7 +45,7 @@
"prettier": "2.8.7",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typedoc": "0.23.28",
"typedoc": "0.24.4",
"typescript": "5.0.4"
},
"dependencies": {
Expand Down

0 comments on commit ef4cf74

Please sign in to comment.