@akemona-org/strapi-plugin-documentation 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 CHANGED
@@ -1,10 +1,6 @@
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.
3
+ - All software outside of the above-mentioned directories or restrictions above is available under the "MIT Expat" license as set forth below.
8
4
 
9
5
  MIT Expat License
10
6
 
package/README.md CHANGED
@@ -10,7 +10,7 @@ We’ve decided it’ll soon be time to end the support for `strapi-plugin-docum
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-documentation` 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/strapi/strapi/tree/master/packages/plugins/documentation) and with the following name on NPM: `@strapi/plugin-documentation`.
13
+ If you’ve been using `strapi-plugin-documentation` 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/documentation) and with the following name on NPM: `@strapi/plugin-documentation`.
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.5",
6
+ "version": "3.7.7-next.1",
7
7
  "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
8
8
  "strapi": {
9
9
  "name": "Documentation",
@@ -14,7 +14,7 @@
14
14
  "test": "echo \"no tests yet\""
15
15
  },
16
16
  "dependencies": {
17
- "@akemona-org/strapi-helper-plugin": "3.7.5",
17
+ "@akemona-org/strapi-helper-plugin": "3.7.7-next.1",
18
18
  "@buffetjs/core": "3.3.8",
19
19
  "@buffetjs/custom": "3.3.8",
20
20
  "@buffetjs/hooks": "3.3.8",
@@ -85,5 +85,5 @@
85
85
  "npm": ">=6.0.0"
86
86
  },
87
87
  "license": "SEE LICENSE IN LICENSE",
88
- "gitHead": "c248936761bebd2fe75189c248a761c95a091fe0"
88
+ "gitHead": "acb6c1ab4f30dcc63fe40e36f5c7eb8c26ff0f13"
89
89
  }
@@ -1005,7 +1005,7 @@ module.exports = {
1005
1005
  const mainComponent = this.generateMainComponent(attributes, modelAssociations, upperFirstTag);
1006
1006
 
1007
1007
  // Get Component that doesn't display the privates attributes since a mask is applied
1008
- // Please refer https://github.com/strapi/strapi/blob/585800b7b98093f596759b296a43f89c491d4f4f/packages/strapi/lib/middlewares/mask/index.js#L92-L100
1008
+ // Please refer https://github.com/akemona/strapi/blob/585800b7b98093f596759b296a43f89c491d4f4f/packages/strapi/lib/middlewares/mask/index.js#L92-L100
1009
1009
  const getComponent = Object.keys(mainComponent.properties).reduce(
1010
1010
  (acc, current) => {
1011
1011
  if (privateAttributes.indexOf(current) === -1) {