@akemona-org/strapi-plugin-documentation 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 -17
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,22 +1,6 @@
1
1
  # Plugin documentation
2
2
 
3
- ---
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-documentation`.
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-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
-
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
18
-
19
- ---
3
+ ### Maintenance release by Akemona
20
4
 
21
5
  This plugin automates your API documentation creation. It basically generates a swagger file. It follows the [Open API specification version 3.0.1](https://swagger.io/specification/).
22
6
  The documentation plugin is not release on npm yet, Here's how to install it.
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": "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.10.4",
17
+ "@akemona-org/strapi-helper-plugin": "3.12.0",
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": "404dd36a3e02a6b9a067a0828ee5070c64071488"
88
+ "gitHead": "5eff2890f97943a724086d37182e1e3815704866"
89
89
  }