Skip to content

Commit

Permalink
Merge pull request #49 from sacconazzo:develop
Browse files Browse the repository at this point in the history
minor upgrade lib
  • Loading branch information
sacconazzo authored Dec 21, 2024
2 parents e171fd4 + 8029e51 commit c4755b7
Show file tree
Hide file tree
Showing 2 changed files with 1,302 additions and 1,051 deletions.
16 changes: 8 additions & 8 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.6",
"version": "2.1.7",
"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 @@ -39,34 +39,34 @@
"dev": "directus-extension build -w --no-minify"
},
"dependencies": {
"@pnpm/find-workspace-dir": "^7.0.2",
"@pnpm/find-workspace-dir": "^7.0.3",
"express-openapi-validator": "^5.3.9",
"js-yaml": "^4.1.0",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@directus/extensions-sdk": "^11.0.10",
"@directus/types": "^12.2.1",
"@directus/extensions-sdk": "^12.1.4",
"@directus/types": "^12.2.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^18.19.64",
"@types/node": "^18.19.68",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^4.2.1",
"express": "^4.21.1",
"express": "^4.21.2",
"jest": "^29.7.0",
"jest-extended": "^3.2.4",
"openapi-schema-validator": "^12.1.3",
"pinia": "^2.2.6",
"pinia": "^2.3.0",
"pino": "^9.5.0",
"prettier": "^2.8.8",
"rollup": "2.79.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
Loading

0 comments on commit c4755b7

Please sign in to comment.