directus-extension-api-docs 2.1.4 → 2.1.5
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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "directus-extension-api-docs",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
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",
|
|
@@ -39,34 +39,34 @@
|
|
|
39
39
|
"dev": "directus-extension build -w --no-minify"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@pnpm/find-workspace-dir": "^7.0.
|
|
43
|
-
"express-openapi-validator": "^5.3.
|
|
42
|
+
"@pnpm/find-workspace-dir": "^7.0.2",
|
|
43
|
+
"express-openapi-validator": "^5.3.7",
|
|
44
44
|
"js-yaml": "^4.1.0",
|
|
45
45
|
"swagger-ui-express": "^5.0.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@directus/extensions-sdk": "^11.0.10",
|
|
49
|
-
"@directus/
|
|
49
|
+
"@directus/types": "^12.0.1",
|
|
50
50
|
"@types/express": "^4.17.21",
|
|
51
51
|
"@types/jest": "^29.5.13",
|
|
52
|
-
"@types/node": "^18.19.
|
|
52
|
+
"@types/node": "^18.19.54",
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
54
54
|
"@typescript-eslint/parser": "^5.62.0",
|
|
55
|
-
"eslint": "^8.57.
|
|
55
|
+
"eslint": "^8.57.1",
|
|
56
56
|
"eslint-config-prettier": "^8.10.0",
|
|
57
|
-
"eslint-plugin-import": "^2.
|
|
57
|
+
"eslint-plugin-import": "^2.31.0",
|
|
58
58
|
"eslint-plugin-prettier": "^4.2.1",
|
|
59
59
|
"express": "^4.21.0",
|
|
60
60
|
"jest": "^29.7.0",
|
|
61
61
|
"jest-extended": "^3.2.4",
|
|
62
62
|
"openapi-schema-validator": "^12.1.3",
|
|
63
|
-
"pinia": "^2.2.
|
|
64
|
-
"pino": "^
|
|
63
|
+
"pinia": "^2.2.4",
|
|
64
|
+
"pino": "^9.4.0",
|
|
65
65
|
"prettier": "^2.8.8",
|
|
66
66
|
"rollup": "2.63.0",
|
|
67
67
|
"ts-jest": "^29.2.5",
|
|
68
68
|
"ts-node": "^10.9.2",
|
|
69
69
|
"typescript": "^4.9.5",
|
|
70
|
-
"vue": "^3.5.
|
|
70
|
+
"vue": "^3.5.11"
|
|
71
71
|
}
|
|
72
72
|
}
|