@ajayjbtickets/common 1.0.33 → 1.0.36

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/dist/index.d.cts CHANGED
@@ -216,7 +216,7 @@ declare abstract class Publisher<T extends Event> {
216
216
  }
217
217
 
218
218
  interface Ticket {
219
- id: number;
219
+ id: string;
220
220
  name: string;
221
221
  price: number;
222
222
  userId: string;
package/dist/index.d.ts CHANGED
@@ -216,7 +216,7 @@ declare abstract class Publisher<T extends Event> {
216
216
  }
217
217
 
218
218
  interface Ticket {
219
- id: number;
219
+ id: string;
220
220
  name: string;
221
221
  price: number;
222
222
  userId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ajayjbtickets/common",
3
- "version": "1.0.33",
3
+ "version": "1.0.36",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -31,7 +31,7 @@
31
31
  "author": "",
32
32
  "license": "ISC",
33
33
  "dependencies": {
34
- "bcrypt": "^5.1.1",
34
+ "bcrypt": "^6.0.0",
35
35
  "cookie-session": "^2.1.0",
36
36
  "dotenv": "^16.5.0",
37
37
  "express": "^5.1.0",