deep-core
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -52,3 +52,2 @@ /** | ||
this._fillDenyMissingUserContextOption(); | ||
this._fillUserContext(); | ||
} | ||
@@ -69,7 +68,9 @@ | ||
value: function run(event, context) { | ||
this._context = context; | ||
this._addExceptionListener(); | ||
this._context = context; | ||
this._request = new _Request.Request(event); | ||
this._fillUserContext(); | ||
if (!this._loggedUserId && this._forceUserIdentity) { | ||
@@ -76,0 +77,0 @@ throw new _ExceptionMissingUserContextException.MissingUserContextException(); |
{ | ||
"name": "deep-core", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "DEEP Core Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
89160