directus-extension-api-docs 1.7.10 → 1.9.0

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.
Files changed (2) hide show
  1. package/dist/index.js +4289 -1
  2. package/package.json +13 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus-extension-api-docs",
3
- "version": "1.7.10",
3
+ "version": "1.9.0",
4
4
  "description": "directus extension for swagger interface and custom endpoints definitions",
5
5
  "licence": "MIT",
6
6
  "author": "Giona Righini (sacconazzo)",
@@ -36,32 +36,34 @@
36
36
  "dev": "directus-extension build -w --no-minify"
37
37
  },
38
38
  "dependencies": {
39
- "@pnpm/find-workspace-dir": "^6.0.2",
40
- "express-openapi-validator": "^5.1.3",
39
+ "@pnpm/find-workspace-dir": "^7.0.0",
40
+ "express-openapi-validator": "^5.1.6",
41
41
  "js-yaml": "^4.1.0",
42
42
  "swagger-ui-express": "^5.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@directus/extensions-sdk": "^10.3.0",
45
+ "@directus/extensions-sdk": "^11.0.3",
46
46
  "@directus/shared": "^9.24.0",
47
47
  "@types/express": "^4.17.21",
48
- "@types/jest": "^29.5.11",
49
- "@types/node": "^18.19.8",
48
+ "@types/jest": "^29.5.12",
49
+ "@types/node": "^18.19.31",
50
50
  "@typescript-eslint/eslint-plugin": "^5.62.0",
51
51
  "@typescript-eslint/parser": "^5.62.0",
52
- "eslint": "^8.56.0",
52
+ "eslint": "^8.57.0",
53
53
  "eslint-config-prettier": "^8.10.0",
54
54
  "eslint-plugin-import": "^2.29.1",
55
55
  "eslint-plugin-prettier": "^4.2.1",
56
- "express": "^4.18.2",
56
+ "express": "^4.19.2",
57
57
  "jest": "^29.7.0",
58
58
  "jest-extended": "^3.2.4",
59
59
  "openapi-schema-validator": "^12.1.3",
60
60
  "pinia": "^2.1.7",
61
- "pino": "^8.17.1",
61
+ "pino": "^8.21.0",
62
62
  "prettier": "^2.8.8",
63
- "ts-jest": "^29.1.1",
63
+ "rollup": "2.63.0",
64
+ "ts-jest": "^29.1.2",
64
65
  "ts-node": "^10.9.2",
65
- "typescript": "^4.9.5"
66
+ "typescript": "^4.9.5",
67
+ "vue": "^3.4.26"
66
68
  }
67
69
  }