tempest-express-sdk 0.2.0 → 0.3.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.2.0",
3
+ "version": "0.3.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",
@@ -63,7 +63,9 @@
63
63
  "amqplib": "^0.10.0",
64
64
  "bcryptjs": "^2.4.3 || ^3.0.0",
65
65
  "jsonwebtoken": "^9.0.0",
66
+ "nodemailer": "^6.9.0",
66
67
  "tempest-db-js": ">=0.1.0",
68
+ "web-push": "^3.6.0",
67
69
  "ws": "^8.0.0"
68
70
  },
69
71
  "peerDependenciesMeta": {
@@ -76,6 +78,12 @@
76
78
  "jsonwebtoken": {
77
79
  "optional": true
78
80
  },
81
+ "nodemailer": {
82
+ "optional": true
83
+ },
84
+ "web-push": {
85
+ "optional": true
86
+ },
79
87
  "ws": {
80
88
  "optional": true
81
89
  }
@@ -88,13 +96,17 @@
88
96
  "@types/jsonwebtoken": "^9.0.7",
89
97
  "@types/node": "^22.10.0",
90
98
  "@types/swagger-ui-dist": "^3.30.6",
99
+ "@types/nodemailer": "^6.4.16",
100
+ "@types/web-push": "^3.6.4",
91
101
  "@types/ws": "^8.5.12",
92
102
  "amqplib": "^0.10.4",
93
103
  "bcryptjs": "^3.0.2",
94
104
  "jsonwebtoken": "^9.0.2",
105
+ "nodemailer": "^6.9.16",
95
106
  "tempest-db-js": "^0.1.0",
96
107
  "tsup": "^8.3.0",
97
108
  "ws": "^8.18.0",
109
+ "web-push": "^3.6.7",
98
110
  "tsx": "^4.19.2",
99
111
  "typescript": "^5.7.0",
100
112
  "vitest": "^2.1.9"
@@ -1,6 +0,0 @@
1
- // src/version.ts
2
- var VERSION = "0.2.0";
3
-
4
- export { VERSION };
5
- //# sourceMappingURL=chunk-6QNSLBL3.js.map
6
- //# sourceMappingURL=chunk-6QNSLBL3.js.map