@strapi/plugin-users-permissions 4.4.0-beta.1 → 4.4.0-beta.4
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.
|
@@ -695,7 +695,7 @@ paths:
|
|
|
695
695
|
type: string
|
|
696
696
|
description: user Id
|
|
697
697
|
responses:
|
|
698
|
-
|
|
698
|
+
'200':
|
|
699
699
|
description: Returns deleted user info
|
|
700
700
|
content:
|
|
701
701
|
application/json:
|
|
@@ -868,4 +868,3 @@ components:
|
|
|
868
868
|
controllerA:
|
|
869
869
|
find:
|
|
870
870
|
enabled: true
|
|
871
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-users-permissions",
|
|
3
|
-
"version": "4.4.0-beta.
|
|
3
|
+
"version": "4.4.0-beta.4",
|
|
4
4
|
"description": "Protect your API with a full-authentication process based on JWT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@strapi/helper-plugin": "4.4.0-beta.
|
|
31
|
-
"@strapi/utils": "4.4.0-beta.
|
|
30
|
+
"@strapi/helper-plugin": "4.4.0-beta.4",
|
|
31
|
+
"@strapi/utils": "4.4.0-beta.4",
|
|
32
32
|
"bcryptjs": "2.4.3",
|
|
33
33
|
"grant-koa": "5.4.8",
|
|
34
34
|
"jsonwebtoken": "^8.1.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"required": true,
|
|
65
65
|
"kind": "plugin"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "8ad31453be3eda4e01eae027995e7e584892e688"
|
|
68
68
|
}
|