directus-extension-api-docs 2.0.3 → 2.0.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.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,8 +9,6 @@ Directus Extension to include:
|
|
|
9
9
|
-- including custom endpoints definitions
|
|
10
10
|
- validation middleware on your custom endpoints (based on your openapi specifications). See below for details
|
|
11
11
|
|
|
12
|
-
> Compatible with latest versions of Directus and packaged extensions.
|
|
13
|
-
|
|
14
12
|

|
|
15
13
|
|
|
16
14
|
## Prerequisites
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "directus-extension-api-docs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "directus extension for swagger interface and openapi including custom endpoints definitions // custom endpoint validations middleware based on openapi",
|
|
5
5
|
"licence": "MIT",
|
|
6
6
|
"icon": "api",
|