@xylabs/express
Advanced tools
+8
-8
| { | ||
| "name": "@xylabs/express", | ||
| "version": "7.0.0", | ||
| "version": "7.0.1", | ||
| "description": "SDK for base code for Api repos that use express and deploy on AWS ECS", | ||
@@ -49,5 +49,5 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@xylabs/typeof": "~7.0.0", | ||
| "@xylabs/logger": "~7.0.0", | ||
| "@xylabs/assert": "~7.0.0" | ||
| "@xylabs/assert": "~7.0.1", | ||
| "@xylabs/logger": "~7.0.1", | ||
| "@xylabs/typeof": "~7.0.1" | ||
| }, | ||
@@ -59,8 +59,8 @@ "devDependencies": { | ||
| "@types/node": "^26.0.1", | ||
| "@xylabs/toolchain": "^8.4.1", | ||
| "@xylabs/tsconfig": "^8.4.1", | ||
| "@xylabs/toolchain": "^8.5.3", | ||
| "@xylabs/tsconfig": "^8.5.3", | ||
| "body-parser": "^2.3.0", | ||
| "browserslist": "4.28.4", | ||
| "connect": "^3.7.0", | ||
| "eslint": "^10.5.0", | ||
| "eslint": "^10.6.0", | ||
| "eslint-import-resolver-typescript": "^4.4.5", | ||
@@ -75,3 +75,3 @@ "rollbar": "^3.1.0", | ||
| "zod": "^4.4.3", | ||
| "@xylabs/vitest-extended": "~7.0.0" | ||
| "@xylabs/vitest-extended": "~7.0.1" | ||
| }, | ||
@@ -78,0 +78,0 @@ "peerDependencies": { |
Updated
Updated
Updated