@accounts/password
Advanced tools
Comparing version 0.3.0-beta.22 to 0.3.0-beta.23
@@ -25,4 +25,4 @@ "use strict"; | ||
while (_) try { | ||
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [0, t.value]; | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [op[0] & 2, t.value]; | ||
switch (op[0]) { | ||
@@ -29,0 +29,0 @@ case 0: case 1: t = op; break; |
@@ -17,4 +17,4 @@ "use strict"; | ||
while (_) try { | ||
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [0, t.value]; | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [op[0] & 2, t.value]; | ||
switch (op[0]) { | ||
@@ -21,0 +21,0 @@ case 0: case 1: t = op; break; |
{ | ||
"name": "@accounts/password", | ||
"version": "0.3.0-beta.22", | ||
"version": "0.3.0-beta.23", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/two-factor": "^0.3.0-beta.22", | ||
"@accounts/two-factor": "^0.3.0-beta.23", | ||
"bcryptjs": "^2.4.3", | ||
@@ -33,9 +33,9 @@ "lodash": "^4.17.4" | ||
"devDependencies": { | ||
"@accounts/server": "^0.3.0-beta.22", | ||
"@accounts/types": "^0.3.0-beta.22", | ||
"@accounts/server": "^0.3.0-beta.23", | ||
"@accounts/types": "^0.3.0-beta.23", | ||
"@types/bcryptjs": "2.4.1", | ||
"@types/jest": "23.0.2", | ||
"@types/lodash": "4.14.109", | ||
"@types/node": "9.6.15", | ||
"jest": "23.1.0", | ||
"@types/jest": "23.3.1", | ||
"@types/lodash": "4.14.115", | ||
"@types/node": "10.5.4", | ||
"jest": "23.4.2", | ||
"rimraf": "2.6.2" | ||
@@ -42,0 +42,0 @@ }, |
96946