@akemona-org/strapi-plugin-users-permissions 3.10.4 → 3.12.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.
Files changed (2) hide show
  1. package/README.md +1 -13
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,18 +2,6 @@
2
2
 
3
3
  ---
4
4
 
5
- ## Deprecation Warning :warning:
6
-
7
- Hello! We have some news to share,
8
-
9
- We’ve decided it’ll soon be time to end the support for `strapi-plugin-users-permissions`.
10
-
11
- After years of iterations, Strapi is going to V4 and we won’t maintain V3 packages when it’ll reach its end-of-support milestone (~end of Q3 2022).
12
-
13
- If you’ve been using `strapi-plugin-users-permissions` and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this [URL](https://github.com/akemona/strapi/tree/master/packages/plugins/users-permissions) and with the following name on NPM: `@strapi/plugin-users-permissions`.
14
-
15
- If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.
16
-
17
- The Akemona team
5
+ ### Maintenance release by Akemona
18
6
 
19
7
  ---
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.10.4",
6
+ "version": "3.12.0",
7
7
  "description": "Protect your API with a full-authentication process based on JWT",
8
8
  "strapi": {
9
9
  "name": "Roles & Permissions",
@@ -15,8 +15,8 @@
15
15
  "test": "echo \"no tests yet\""
16
16
  },
17
17
  "dependencies": {
18
- "@akemona-org/strapi-helper-plugin": "3.10.4",
19
- "@akemona-org/strapi-utils": "3.10.4",
18
+ "@akemona-org/strapi-helper-plugin": "3.12.0",
19
+ "@akemona-org/strapi-utils": "3.12.0",
20
20
  "@buffetjs/core": "3.3.8",
21
21
  "@buffetjs/custom": "3.3.8",
22
22
  "@buffetjs/hooks": "3.3.8",
@@ -66,5 +66,5 @@
66
66
  "npm": ">=6.0.0"
67
67
  },
68
68
  "license": "SEE LICENSE IN LICENSE",
69
- "gitHead": "404dd36a3e02a6b9a067a0828ee5070c64071488"
69
+ "gitHead": "5eff2890f97943a724086d37182e1e3815704866"
70
70
  }