tempest-express-sdk 0.1.0 → 0.2.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.1.0",
3
+ "version": "0.2.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",
@@ -60,29 +60,41 @@
60
60
  "zod": "^3.24.1"
61
61
  },
62
62
  "peerDependencies": {
63
+ "amqplib": "^0.10.0",
63
64
  "bcryptjs": "^2.4.3 || ^3.0.0",
64
65
  "jsonwebtoken": "^9.0.0",
65
- "tempest-db-js": ">=0.1.0"
66
+ "tempest-db-js": ">=0.1.0",
67
+ "ws": "^8.0.0"
66
68
  },
67
69
  "peerDependenciesMeta": {
70
+ "amqplib": {
71
+ "optional": true
72
+ },
68
73
  "bcryptjs": {
69
74
  "optional": true
70
75
  },
71
76
  "jsonwebtoken": {
72
77
  "optional": true
78
+ },
79
+ "ws": {
80
+ "optional": true
73
81
  }
74
82
  },
75
83
  "devDependencies": {
76
84
  "@biomejs/biome": "^1.9.0",
85
+ "@types/amqplib": "^0.10.5",
77
86
  "@types/bcryptjs": "^2.4.6",
78
87
  "@types/express": "^5.0.0",
79
88
  "@types/jsonwebtoken": "^9.0.7",
80
89
  "@types/node": "^22.10.0",
81
90
  "@types/swagger-ui-dist": "^3.30.6",
91
+ "@types/ws": "^8.5.12",
92
+ "amqplib": "^0.10.4",
82
93
  "bcryptjs": "^3.0.2",
83
94
  "jsonwebtoken": "^9.0.2",
84
95
  "tempest-db-js": "^0.1.0",
85
96
  "tsup": "^8.3.0",
97
+ "ws": "^8.18.0",
86
98
  "tsx": "^4.19.2",
87
99
  "typescript": "^5.7.0",
88
100
  "vitest": "^2.1.9"
@@ -1,6 +0,0 @@
1
- // src/version.ts
2
- var VERSION = "0.1.0";
3
-
4
- export { VERSION };
5
- //# sourceMappingURL=chunk-2NB7ZA7G.js.map
6
- //# sourceMappingURL=chunk-2NB7ZA7G.js.map