tempest-express-sdk 0.28.0 → 0.30.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tempest-express-sdk",
3
- "version": "0.28.0",
3
+ "version": "0.30.0",
4
4
  "description": "Shared Express/Zod/tempest-db-js building blocks: base schemas, repository, exceptions, pagination, settings and native Swagger + Redoc — the conventions used across Tempest projects, ported from tempest-fastapi-sdk.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -67,6 +67,7 @@
67
67
  "busboy": "^1.6.0",
68
68
  "jsonwebtoken": "^9.0.0",
69
69
  "minio": "^8.0.0",
70
+ "node-sql-parser": "^5.0.0",
70
71
  "nodemailer": "^6.9.0",
71
72
  "redoc": "^2.0.0",
72
73
  "tempest-db-js": ">=0.8.0",
@@ -90,6 +91,9 @@
90
91
  "minio": {
91
92
  "optional": true
92
93
  },
94
+ "node-sql-parser": {
95
+ "optional": true
96
+ },
93
97
  "nodemailer": {
94
98
  "optional": true
95
99
  },
@@ -119,6 +123,7 @@
119
123
  "bcryptjs": "^3.0.2",
120
124
  "busboy": "^1.6.0",
121
125
  "jsonwebtoken": "^9.0.2",
126
+ "node-sql-parser": "^5.4.0",
122
127
  "nodemailer": "^6.9.16",
123
128
  "redoc": "^2.5.0",
124
129
  "tempest-db-js": "^0.8.0",