directus-extension-api-docs 1.9.5 → 1.9.6
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 +4 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# directus-extension-api-docs
|
|
2
2
|
|
|
3
|
-
Directus Extension to include
|
|
3
|
+
Directus Extension to include
|
|
4
|
+
- a Swagger interface
|
|
5
|
+
- custom endpoints definitions
|
|
6
|
+
- custom endpoints data validation based on your definitions
|
|
4
7
|
|
|
5
8
|

|
|
6
9
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "directus-extension-api-docs",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.6",
|
|
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
|
+
"icon": "api",
|
|
6
7
|
"author": "Giona Righini (sacconazzo)",
|
|
7
8
|
"main": "dist/index.js",
|
|
8
9
|
"types": "dist/index.d.ts",
|