deep-core
Advanced tools
Comparing version 1.9.10 to 1.9.11
@@ -44,3 +44,3 @@ /** | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Action).call(this)); | ||
var _this = _possibleConstructorReturn(this, (Action.__proto__ || Object.getPrototypeOf(Action)).call(this)); | ||
@@ -47,0 +47,0 @@ _this._service = null; |
@@ -38,3 +38,3 @@ /** | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Collection).call(this)); | ||
var _this = _possibleConstructorReturn(this, (Collection.__proto__ || Object.getPrototypeOf(Collection)).call(this)); | ||
@@ -41,0 +41,0 @@ if (prototype.__proto__ !== _Extractable2.Extractable) { |
@@ -32,3 +32,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(InvalidArnException).call(this, `Invalid arn string "${ arn }".`)); | ||
return _possibleConstructorReturn(this, (InvalidArnException.__proto__ || Object.getPrototypeOf(InvalidArnException)).call(this, `Invalid arn string "${ arn }".`)); | ||
} | ||
@@ -35,0 +35,0 @@ |
@@ -29,3 +29,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(Extractable).call(this, ['extract'])); | ||
return _possibleConstructorReturn(this, (Extractable.__proto__ || Object.getPrototypeOf(Extractable)).call(this, ['extract'])); | ||
} | ||
@@ -32,0 +32,0 @@ |
@@ -35,3 +35,3 @@ /** | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Policy).call(this)); | ||
var _this = _possibleConstructorReturn(this, (Policy.__proto__ || Object.getPrototypeOf(Policy)).call(this)); | ||
@@ -38,0 +38,0 @@ _this._version = Policy.DEFAULT_VERSION; |
@@ -44,3 +44,3 @@ /** | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Resource).call(this)); | ||
var _this = _possibleConstructorReturn(this, (Resource.__proto__ || Object.getPrototypeOf(Resource)).call(this)); | ||
@@ -47,0 +47,0 @@ _this._service = null; |
@@ -43,3 +43,3 @@ /** | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Statement).call(this)); | ||
var _this = _possibleConstructorReturn(this, (Statement.__proto__ || Object.getPrototypeOf(Statement)).call(this)); | ||
@@ -46,0 +46,0 @@ _this._effect = Statement.ALLOW; |
@@ -39,3 +39,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(ErrorResponse).call(this, runtime, ErrorResponse.createErrorObject(error))); | ||
return _possibleConstructorReturn(this, (ErrorResponse.__proto__ || Object.getPrototypeOf(ErrorResponse)).call(this, runtime, ErrorResponse.createErrorObject(error))); | ||
} | ||
@@ -42,0 +42,0 @@ |
@@ -26,3 +26,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(ContextAlreadySentException).call(this, 'The Lambda context have been already sent')); | ||
return _possibleConstructorReturn(this, (ContextAlreadySentException.__proto__ || Object.getPrototypeOf(ContextAlreadySentException)).call(this, 'The Lambda context have been already sent')); | ||
} | ||
@@ -29,0 +29,0 @@ |
@@ -32,3 +32,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(InvalidCognitoIdentityException).call(this, `Invalid cognito identity pool "${ identityPoolId }".`, 403)); | ||
return _possibleConstructorReturn(this, (InvalidCognitoIdentityException.__proto__ || Object.getPrototypeOf(InvalidCognitoIdentityException)).call(this, `Invalid cognito identity pool "${ identityPoolId }".`, 403)); | ||
} | ||
@@ -35,0 +35,0 @@ |
@@ -29,3 +29,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(MissingRuntimeContextException).call(this, 'Missing Lambda runtime context', 400)); | ||
return _possibleConstructorReturn(this, (MissingRuntimeContextException.__proto__ || Object.getPrototypeOf(MissingRuntimeContextException)).call(this, 'Missing Lambda runtime context', 400)); | ||
} | ||
@@ -32,0 +32,0 @@ |
@@ -26,3 +26,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(MissingUserContextException).call(this, 'Missing user context in the Lambda runtime', 403)); | ||
return _possibleConstructorReturn(this, (MissingUserContextException.__proto__ || Object.getPrototypeOf(MissingUserContextException)).call(this, 'Missing user context in the Lambda runtime', 403)); | ||
} | ||
@@ -29,0 +29,0 @@ |
@@ -48,3 +48,3 @@ /** | ||
throw new _MissingRuntimeContextException.MissingRuntimeContextException(); | ||
// @TODO: Figure out why lambda container caches _runtime.contextSent | ||
// @todo: Figure out why lambda container caches _runtime.contextSent | ||
// } else if (this.contextSent) { | ||
@@ -51,0 +51,0 @@ // throw new ContextAlreadySentException(); |
@@ -49,3 +49,3 @@ /** | ||
var _this2 = _possibleConstructorReturn(this, Object.getPrototypeOf(Runtime).call(this, ['handle'])); | ||
var _this2 = _possibleConstructorReturn(this, (Runtime.__proto__ || Object.getPrototypeOf(Runtime)).call(this, ['handle'])); | ||
@@ -52,0 +52,0 @@ _this2._kernel = kernel; |
@@ -28,3 +28,3 @@ 'use strict'; | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(DatabaseOperationException).call(this, `Database operation failed. ${ error }`, 500)); | ||
return _possibleConstructorReturn(this, (DatabaseOperationException.__proto__ || Object.getPrototypeOf(DatabaseOperationException)).call(this, `Database operation failed. ${ error }`, 500)); | ||
} | ||
@@ -31,0 +31,0 @@ |
@@ -80,3 +80,3 @@ /** | ||
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Exception).call(this)); | ||
var _this = _possibleConstructorReturn(this, (Exception.__proto__ || Object.getPrototypeOf(Exception)).call(this)); | ||
@@ -83,0 +83,0 @@ if (Error.hasOwnProperty('captureStackTrace')) { |
@@ -35,3 +35,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(InvalidArgumentException).call(this, `Invalid argument ${ argument } of type ${ argumentType } provided (meant ${ meantType }).`, 400)); | ||
return _possibleConstructorReturn(this, (InvalidArgumentException.__proto__ || Object.getPrototypeOf(InvalidArgumentException)).call(this, `Invalid argument ${ argument } of type ${ argumentType } provided (meant ${ meantType }).`, 400)); | ||
} | ||
@@ -38,0 +38,0 @@ |
@@ -40,3 +40,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(MethodsNotImplementedException).call(this, `One or more method are not implemented (${ methodPlain }).`, 500)); | ||
return _possibleConstructorReturn(this, (MethodsNotImplementedException.__proto__ || Object.getPrototypeOf(MethodsNotImplementedException)).call(this, `One or more method are not implemented (${ methodPlain }).`, 500)); | ||
} | ||
@@ -43,0 +43,0 @@ |
@@ -36,3 +36,3 @@ /** | ||
return _possibleConstructorReturn(this, Object.getPrototypeOf(ResourceNotFoundException).call(this, message, 404)); | ||
return _possibleConstructorReturn(this, (ResourceNotFoundException.__proto__ || Object.getPrototypeOf(ResourceNotFoundException)).call(this, message, 404)); | ||
} | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "deep-core", | ||
"version": "1.9.10", | ||
"version": "1.9.11", | ||
"description": "DEEP Core Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
112883