add-nest-auth 1.3.0 → 1.3.1

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.
@@ -39,7 +39,7 @@ export class User {
39
39
  @Column({ nullable: true })
40
40
  passwordResetToken: string;
41
41
 
42
- @Column({ type: 'timestamp', nullable: true })
42
+ @Column({ type: 'datetime', nullable: true })
43
43
  passwordResetExpires: Date;
44
44
 
45
45
  {{/if}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "add-nest-auth",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Add production-ready authentication to any NestJS project in 60 seconds",
5
5
  "keywords": [
6
6
  "nestjs",