roles-privileges-payload-plugin 1.0.1 → 1.0.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.
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roles-privileges-payload-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Automatic role-based access control (RBAC) plugin for Payload CMS that generates granular CRUD privileges for all collections with beautiful UI and zero configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -23,6 +23,14 @@
|
|
|
23
23
|
],
|
|
24
24
|
"author": "Hassine",
|
|
25
25
|
"license": "MIT",
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/Hammoudahassine/roles-privileges-payload-plugin.git"
|
|
29
|
+
},
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "https://github.com/Hammoudahassine/roles-privileges-payload-plugin/issues"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://github.com/Hammoudahassine/roles-privileges-payload-plugin#readme",
|
|
26
34
|
"type": "module",
|
|
27
35
|
"exports": {
|
|
28
36
|
".": {
|