idea-toolbox
Advanced tools
Comparing version 6.6.1 to 6.6.2
@@ -23,3 +23,3 @@ "use strict"; | ||
this.email = this.clean(x.email, String); | ||
this.email = this.clean(x.emailVerified ?? x.email_verified, Boolean); | ||
this.emailVerified = this.clean(x.emailVerified ?? x.email_verified, Boolean); | ||
this.name = this.clean(x.name, String); | ||
@@ -26,0 +26,0 @@ this.nickname = this.clean(x.nickname, String); |
{ | ||
"name": "idea-toolbox", | ||
"version": "6.6.1", | ||
"version": "6.6.2", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
241567