Comparing version 0.0.26 to 0.0.27
@@ -63,2 +63,3 @@ declare type FilteredKeys<T, U> = { | ||
verified?: boolean; | ||
password?: string; | ||
data: object; | ||
@@ -65,0 +66,0 @@ email_address: string; |
{ | ||
"name": "@duely/db", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Client for querying duely-postgres database.", | ||
@@ -5,0 +5,0 @@ "repository": "github:uoleevi/duely", |
@@ -78,2 +78,3 @@ type FilteredKeys<T, U> = { [P in keyof T]: T[P] extends U ? P : never }[keyof T]; | ||
verified?: boolean; | ||
password?: string; | ||
data: object; | ||
@@ -80,0 +81,0 @@ email_address: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1112180
12051