@byline/admin 1.8.0 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ import type { AbilityRegistry } from '@byline/auth';
|
|
|
9
9
|
/**
|
|
10
10
|
* Ability keys for the admin-permissions module.
|
|
11
11
|
*
|
|
12
|
-
* `read` gates the inspector view (
|
|
12
|
+
* `read` gates the inspector view (see docs/AUTHN-AUTHZ.md).
|
|
13
13
|
* `update` will gate the per-role ability editor mounted on the
|
|
14
14
|
* admin-roles role detail page — declared here so the role editor can
|
|
15
15
|
* assert against it once that surface lands. The per-role editor shares
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/**
|
|
9
9
|
* Ability keys for the admin-permissions module.
|
|
10
10
|
*
|
|
11
|
-
* `read` gates the inspector view (
|
|
11
|
+
* `read` gates the inspector view (see docs/AUTHN-AUTHZ.md).
|
|
12
12
|
* `update` will gate the per-role ability editor mounted on the
|
|
13
13
|
* admin-roles role detail page — declared here so the role editor can
|
|
14
14
|
* assert against it once that surface lands. The per-role editor shares
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@byline/admin",
|
|
3
3
|
"private": false,
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
|
-
"version": "1.8.
|
|
5
|
+
"version": "1.8.2",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=20.9.0"
|
|
8
8
|
},
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"jose": "^6.2.3",
|
|
69
69
|
"uuid": "^14.0.0",
|
|
70
70
|
"zod": "^4.4.2",
|
|
71
|
-
"@byline/auth": "1.8.
|
|
72
|
-
"@byline/core": "1.8.
|
|
71
|
+
"@byline/auth": "1.8.2",
|
|
72
|
+
"@byline/core": "1.8.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@biomejs/biome": "2.4.14",
|