@gooddata/sdk-backend-spi
Advanced tools
Comparing version 8.0.0-alpha.48 to 8.0.0-alpha.49
@@ -41,5 +41,7 @@ "use strict"; | ||
function AnalyticalBackendError(message, abeType, cause) { | ||
var _newTarget = this.constructor; | ||
var _this = _super.call(this, message) || this; | ||
_this.abeType = abeType; | ||
_this.cause = cause; | ||
Object.setPrototypeOf(_this, _newTarget.prototype); | ||
return _this; | ||
@@ -46,0 +48,0 @@ } |
{ | ||
"name": "@gooddata/sdk-backend-spi", | ||
"version": "8.0.0-alpha.48", | ||
"version": "8.0.0-alpha.49", | ||
"author": "GoodData", | ||
@@ -36,3 +36,3 @@ "description": "GoodData Backend SPI abstraction interfaces", | ||
"dependencies": { | ||
"@gooddata/sdk-model": "^8.0.0-alpha.48", | ||
"@gooddata/sdk-model": "^8.0.0-alpha.49", | ||
"lodash": "^4.17.15", | ||
@@ -39,0 +39,0 @@ "spark-md5": "^3.0.0", |
@@ -29,2 +29,4 @@ // (C) 2019-2020 GoodData Corporation | ||
super(message); | ||
Object.setPrototypeOf(this, new.target.prototype); | ||
} | ||
@@ -31,0 +33,0 @@ } |
285790
7704