Skip to content

Commit

Permalink
Merge pull request #52 from sacconazzo:develop
Browse files Browse the repository at this point in the history
minor upgrade
  • Loading branch information
sacconazzo authored Mar 3, 2025
2 parents e5486a3 + 40712f3 commit 3f34935
Show file tree
Hide file tree
Showing 2 changed files with 622 additions and 569 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "directus-extension-api-docs",
"version": "2.1.8",
"version": "2.1.9",
"description": "directus extension for swagger interface and openapi including custom endpoints definitions // custom endpoint validations middleware based on openapi",
"licence": "MIT",
"icon": "api",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@pnpm/find-workspace-dir": "^7.0.3",
"express-openapi-validator": "^5.4.2",
"express-openapi-validator": "^5.4.6",
"js-yaml": "^4.1.0",
"swagger-ui-express": "^5.0.1"
},
Expand All @@ -49,7 +49,7 @@
"@directus/types": "^12.2.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.74",
"@types/node": "^18.19.78",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
Expand All @@ -63,7 +63,7 @@
"pinia": "^2.3.1",
"pino": "^9.6.0",
"prettier": "^2.8.8",
"ts-jest": "^29.2.5",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vue": "^3.5.13"
Expand Down
Loading

0 comments on commit 3f34935

Please sign in to comment.