express-yaschema-ws-api-handler
Advanced tools
Comparing version 2.1.13 to 2.1.14
{ | ||
"name": "express-yaschema-ws-api-handler", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"description": "Express handler support for yaschema-ws-api", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"express-ws": "^5.0.2", | ||
"express-yaschema-api-handler": "^2.3.0", | ||
"express-yaschema-api-handler": "^2.3.1", | ||
"uuid": "^9.0.1", | ||
@@ -44,8 +44,8 @@ "yaschema": "^3.3.0", | ||
"@types/express-ws": "^3.0.4", | ||
"@types/jest": "^29.5.11", | ||
"@types/jest": "^29.5.12", | ||
"@types/lodash": "4.14.202", | ||
"@types/multer": "^1.4.11", | ||
"@types/uuid": "^9.0.8", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"@typescript-eslint/parser": "^7.0.1", | ||
"eslint": "8.56.0", | ||
@@ -57,3 +57,3 @@ "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-tsdoc": "^0.2.17", | ||
@@ -63,6 +63,6 @@ "express": "^4.18.2", | ||
"madge": "6.1.0", | ||
"prettier": "3.2.4", | ||
"prettier": "3.2.5", | ||
"trash-cli": "5.0.0", | ||
"ts-jest": "^29.1.2", | ||
"typedoc": "^0.25.7", | ||
"typedoc": "^0.25.8", | ||
"typescript": "5.3.3", | ||
@@ -69,0 +69,0 @@ "yaschema-ws-api-client": "^2.1.7" |
163550