@accounts/server
Advanced tools
Comparing version 0.11.2 to 0.12.0
@@ -132,3 +132,3 @@ "use strict"; | ||
case 1: | ||
sessionId = (_b.sent()); | ||
sessionId = _b.sent(); | ||
_a = this.createTokens({ | ||
@@ -135,0 +135,0 @@ token: token, |
@@ -7,2 +7,3 @@ import { EmailTemplateType } from './email-template-type'; | ||
enrollAccount: EmailTemplateType; | ||
passwordChanged: EmailTemplateType; | ||
} |
@@ -30,2 +30,7 @@ "use strict"; | ||
}, | ||
passwordChanged: { | ||
subject: function () { return 'Your password has been changed'; }, | ||
text: function () { return "Your account password has been successfully changed"; }, | ||
html: function () { return "Your account password has been successfully changed."; }, | ||
}, | ||
}; | ||
@@ -32,0 +37,0 @@ exports.sendMail = function (mail) { return tslib_1.__awaiter(_this, void 0, void 0, function () { |
{ | ||
"name": "@accounts/server", | ||
"version": "0.11.2", | ||
"version": "0.12.0", | ||
"description": "Fullstack authentication and accounts-management", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/types": "^0.11.2", | ||
"@accounts/types": "^0.12.0", | ||
"@types/jsonwebtoken": "8.3.0", | ||
@@ -61,3 +61,3 @@ "emittery": "0.4.1", | ||
"@types/jwt-decode": "2.2.1", | ||
"@types/node": "10.12.21", | ||
"@types/node": "10.12.24", | ||
"jest": "23.6.0", | ||
@@ -64,0 +64,0 @@ "rimraf": "2.6.3" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59453
924
+ Added@accounts/types@0.12.0(transitive)
- Removed@accounts/types@0.11.2(transitive)
Updated@accounts/types@^0.12.0