@ticatec/common-express-server 0.1.2 → 0.1.3

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticatec/common-express-server",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A comprehensive TypeScript library providing common classes, controllers, and middleware for building scalable Express.js applications with multi-tenant support.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -60,15 +60,15 @@
60
60
  "registry": "https://registry.npmjs.org/"
61
61
  },
62
62
  "dependencies": {
63
- "@ticatec/bean-validator": "^0.0.6",
64
- "@ticatec/express-exception": "^1.1.3",
65
- "@ticatec/node-common-library": "^2.2.0",
66
- "log4js": "^6.7.0"
67
63
  },
68
64
  "devDependencies": {
69
65
  "@types/express": "^5.0.1",
70
66
  "@types/node": "^22.8.6",
71
- "typescript": "^5.0.0"
67
+ "typescript": "^5.0.0",
68
+ "@ticatec/bean-validator": "^0.1.0",
69
+ "@ticatec/express-exception": "^1.1.3",
70
+ "@ticatec/node-common-library": "^2.2.0",
71
+ "log4js": "^6.7.0"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "express": "^5.1.0"