@alterior/http
Advanced tools
Comparing version 3.0.0-beta.21 to 3.0.0-beta.22
@@ -253,3 +253,3 @@ /** | ||
export declare class HttpErrorResponse extends HttpResponseBase implements Error { | ||
readonly name: string; | ||
readonly name = "HttpErrorResponse"; | ||
readonly message: string; | ||
@@ -260,3 +260,3 @@ readonly error: any | null; | ||
*/ | ||
readonly ok: boolean; | ||
readonly ok = false; | ||
constructor(init: { | ||
@@ -263,0 +263,0 @@ error?: any; |
@@ -15,3 +15,3 @@ "use strict"; | ||
return extendStatics(d, b); | ||
} | ||
}; | ||
return function (d, b) { | ||
@@ -18,0 +18,0 @@ extendStatics(d, b); |
@@ -15,3 +15,3 @@ "use strict"; | ||
return extendStatics(d, b); | ||
} | ||
}; | ||
return function (d, b) { | ||
@@ -18,0 +18,0 @@ extendStatics(d, b); |
@@ -8,3 +8,3 @@ "use strict"; | ||
return extendStatics(d, b); | ||
} | ||
}; | ||
return function (d, b) { | ||
@@ -11,0 +11,0 @@ extendStatics(d, b); |
@@ -8,3 +8,3 @@ "use strict"; | ||
return extendStatics(d, b); | ||
} | ||
}; | ||
return function (d, b) { | ||
@@ -11,0 +11,0 @@ extendStatics(d, b); |
{ | ||
"name": "@alterior/http", | ||
"version": "3.0.0-beta.21", | ||
"version": "3.0.0-beta.22", | ||
"access": "public", | ||
@@ -27,13 +27,13 @@ "publishConfig": { | ||
"dependencies": { | ||
"@alterior/common": "^3.0.0-beta.21", | ||
"@alterior/di": "^3.0.0-beta.21", | ||
"@alterior/runtime": "^3.0.0-beta.21", | ||
"@alterior/common": "^3.0.0-beta.22", | ||
"@alterior/di": "^3.0.0-beta.22", | ||
"@alterior/runtime": "^3.0.0-beta.22", | ||
"rxjs": "^6.3.2", | ||
"xhr2": "^0.1.4" | ||
}, | ||
"gitHead": "2004427cfca1730c77af4852a94bac821cdec1cf", | ||
"gitHead": "f783ece1d860f1e104f91e51246cec02e530dc9f", | ||
"devDependencies": { | ||
"razmin": "^0.5.0", | ||
"razmin": "^0.5.5", | ||
"typescript": "^3.0.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
608217