@strapi/plugin-users-permissions 5.7.0-beta.0 → 5.7.0
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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-users-permissions",
|
|
3
|
-
"version": "5.7.0
|
|
3
|
+
"version": "5.7.0",
|
|
4
4
|
"description": "Protect your API with a full-authentication process based on JWT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@strapi/design-system": "2.0.0-rc.14",
|
|
50
50
|
"@strapi/icons": "2.0.0-rc.14",
|
|
51
|
-
"@strapi/utils": "5.7.0
|
|
51
|
+
"@strapi/utils": "5.7.0",
|
|
52
52
|
"bcryptjs": "2.4.3",
|
|
53
53
|
"formik": "2.4.5",
|
|
54
54
|
"grant-koa": "5.4.8",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@strapi/pack-up": "5.0.2",
|
|
71
|
-
"@strapi/strapi": "5.7.0
|
|
71
|
+
"@strapi/strapi": "5.7.0",
|
|
72
72
|
"@testing-library/dom": "10.1.0",
|
|
73
73
|
"@testing-library/react": "15.0.7",
|
|
74
74
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -95,6 +95,5 @@
|
|
|
95
95
|
"description": "Protect your API with a full authentication process based on JWT. This plugin comes also with an ACL strategy that allows you to manage the permissions between the groups of users.",
|
|
96
96
|
"required": true,
|
|
97
97
|
"kind": "plugin"
|
|
98
|
-
}
|
|
99
|
-
"gitHead": "7377311e89eef67196ddc5ae39f4f7d8e5fc8853"
|
|
98
|
+
}
|
|
100
99
|
}
|