@1auth/account-username
Advanced tools
Comparing version 0.0.0-alpha.2 to 0.0.0-alpha.3
@@ -21,5 +21,3 @@ import { | ||
export default (params) => { | ||
console.log(accountOptions()) | ||
Object.assign(options, accountOptions(), params) | ||
console.log(options) | ||
} | ||
@@ -29,3 +27,2 @@ | ||
const usernameSanitized = __sanitize(username) | ||
console.log(options) | ||
return options.store.exists(options.table, { | ||
@@ -32,0 +29,0 @@ digest: await createDigest(usernameSanitized) |
@@ -21,5 +21,3 @@ import { | ||
export default (params) => { | ||
console.log(accountOptions()) | ||
Object.assign(options, accountOptions(), params) | ||
console.log(options) | ||
} | ||
@@ -29,3 +27,2 @@ | ||
const usernameSanitized = __sanitize(username) | ||
console.log(options) | ||
return options.store.exists(options.table, { | ||
@@ -32,0 +29,0 @@ digest: await createDigest(usernameSanitized) |
{ | ||
"name": "@1auth/account-username", | ||
"version": "0.0.0-alpha.2", | ||
"version": "0.0.0-alpha.3", | ||
"description": "", | ||
@@ -53,4 +53,4 @@ "type": "module", | ||
"dependencies": { | ||
"@1auth/account": "0.0.0-alpha.2" | ||
"@1auth/account": "0.0.0-alpha.3" | ||
} | ||
} |
6070
140
+ Added@1auth/account@0.0.0-alpha.3(transitive)
+ Added@1auth/crypto@0.0.0-alpha.3(transitive)
- Removed@1auth/account@0.0.0-alpha.2(transitive)
- Removed@1auth/crypto@0.0.0-alpha.2(transitive)
Updated@1auth/account@0.0.0-alpha.3