@xylabs/express
Advanced tools
+16
-17
| { | ||
| "name": "@xylabs/express", | ||
| "version": "5.0.100", | ||
| "version": "5.0.101", | ||
| "description": "SDK for base code for Api repos that use express and deploy on AWS ECS", | ||
@@ -49,5 +49,5 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@xylabs/assert": "~5.0.100", | ||
| "@xylabs/logger": "~5.0.100", | ||
| "@xylabs/typeof": "~5.0.100" | ||
| "@xylabs/assert": "~5.0.101", | ||
| "@xylabs/logger": "~5.0.101", | ||
| "@xylabs/typeof": "~5.0.101" | ||
| }, | ||
@@ -60,4 +60,4 @@ "devDependencies": { | ||
| "@types/node": "~25.6.0", | ||
| "@xylabs/toolchain": "~7.11.3", | ||
| "@xylabs/tsconfig": "~7.11.3", | ||
| "@xylabs/toolchain": "~7.11.12", | ||
| "@xylabs/tsconfig": "~7.11.12", | ||
| "body-parser": "~2.2.2", | ||
@@ -71,3 +71,3 @@ "connect": "~3.7.0", | ||
| "typescript": "^5", | ||
| "vite": "^8.0.9", | ||
| "vite": "^8.0.10", | ||
| "vitest": "^4.1.5", | ||
@@ -78,14 +78,13 @@ "vitest-mock-extended": "~4.0.0", | ||
| "zod": "^4.3.6", | ||
| "@xylabs/vitest-matchers": "~5.0.100", | ||
| "@xylabs/vitest-extended": "~5.0.100" | ||
| "@xylabs/vitest-extended": "~5.0.101" | ||
| }, | ||
| "peerDependencies": { | ||
| "body-parser": "~2.2.2", | ||
| "connect": "^3.7.0", | ||
| "express-mung": "~0.5.1", | ||
| "http-status-codes": "~2.3.0", | ||
| "rollbar": "~3.1.0", | ||
| "winston": "~3.19.0", | ||
| "winston-transport": "~4.9.0", | ||
| "zod": "^4" | ||
| "body-parser": ">=2.2.2 <3", | ||
| "connect": ">=3.7.0 <4", | ||
| "express-mung": ">=0.5.1 <1", | ||
| "http-status-codes": ">=2.3.0 <3", | ||
| "rollbar": ">=3.1.0 <4", | ||
| "winston": ">=3.19.0 <4", | ||
| "winston-transport": ">=4.9.0 <5", | ||
| "zod": ">=4.3.6 <5" | ||
| }, | ||
@@ -92,0 +91,0 @@ "engines": { |
22
-4.35%141402
0Updated
Updated
Updated