@akemona-org/strapi-plugin-content-manager 3.7.5 → 3.7.7-next.1
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/LICENSE +1 -7
- package/README.md +1 -1
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
Copyright (c) 2015-present Strapi Solutions SAS
|
|
2
2
|
|
|
3
|
-
Portions of the Strapi software are licensed as follows:
|
|
4
|
-
|
|
5
|
-
* All software that resides under an "ee/" directory (the “EE Software”), if that directory exists, is licensed under the license defined in "ee/LICENSE".
|
|
6
|
-
|
|
7
|
-
* All software outside of the above-mentioned directories or restrictions above is available under the "MIT Expat" license as set forth below.
|
|
8
|
-
|
|
9
3
|
MIT Expat License
|
|
10
4
|
|
|
11
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -19,4 +13,4 @@ The above copyright notice and this permission notice shall be included in all
|
|
|
19
13
|
copies or substantial portions of the Software.
|
|
20
14
|
|
|
21
15
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
-
SOFTWARE.
|
|
16
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ We’ve decided it’ll soon be time to end the support for `strapi-plugin-conte
|
|
|
10
10
|
|
|
11
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
12
|
|
|
13
|
-
If you’ve been using `strapi-plugin-content-manager` 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/
|
|
13
|
+
If you’ve been using `strapi-plugin-content-manager` 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/core/content-manager) and with the following name on NPM: `@strapi/plugin-content-manager`.
|
|
14
14
|
|
|
15
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
16
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.7.
|
|
6
|
+
"version": "3.7.7-next.1",
|
|
7
7
|
"description": "A powerful UI to easily manage your data.",
|
|
8
8
|
"strapi": {
|
|
9
9
|
"name": "Content Manager",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"required": true
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@akemona-org/strapi-helper-plugin": "3.7.
|
|
16
|
-
"@akemona-org/strapi-utils": "3.7.
|
|
15
|
+
"@akemona-org/strapi-helper-plugin": "3.7.7-next.1",
|
|
16
|
+
"@akemona-org/strapi-utils": "3.7.7-next.1",
|
|
17
17
|
"@buffetjs/core": "3.3.8",
|
|
18
18
|
"@buffetjs/custom": "3.3.8",
|
|
19
19
|
"@buffetjs/hooks": "3.3.8",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"npm": ">=6.0.0"
|
|
74
74
|
},
|
|
75
75
|
"license": "SEE LICENSE IN LICENSE",
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "acb6c1ab4f30dcc63fe40e36f5c7eb8c26ff0f13"
|
|
77
77
|
}
|