@accounts/server
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ export declare const generateRandomToken: (length?: number) => string; | ||
config: object; | ||
}) => string; | ||
}) => any; | ||
export declare const generateRefreshToken: ({secret, data, config}: { | ||
@@ -12,2 +12,2 @@ secret: string; | ||
config: object; | ||
}) => string; | ||
}) => any; |
{ | ||
"name": "@accounts/server", | ||
"version": "0.1.0-alpha.bd73e431", | ||
"version": "0.1.0-alpha.c4d98db4", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -50,3 +50,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/common": "^0.1.0-alpha.bd73e431", | ||
"@accounts/common": "^0.1.0-alpha.c4d98db4", | ||
"babel-polyfill": "^6.23.0", | ||
@@ -53,0 +53,0 @@ "bcryptjs": "^2.4.0", |
88244
-0.01%