@exceptionless/fetchclient
Advanced tools
Comparing version 0.26.0 to 0.27.0
@@ -357,3 +357,3 @@ import { Counter } from "./Counter.js"; | ||
response.headers.get("Content-Type")?.startsWith("application/problem+json")) { | ||
jsonResponse.problem = data; | ||
jsonResponse.problem = Object.assign(new ProblemDetails(), data); | ||
jsonResponse.data = null; | ||
@@ -360,0 +360,0 @@ return jsonResponse; |
{ | ||
"name": "@exceptionless/fetchclient", | ||
"version": "0.26.0", | ||
"version": "0.27.0", | ||
"description": "A simple fetch client with middleware support for Deno and the browser.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -360,3 +360,3 @@ "use strict"; | ||
response.headers.get("Content-Type")?.startsWith("application/problem+json")) { | ||
jsonResponse.problem = data; | ||
jsonResponse.problem = Object.assign(new ProblemDetails_js_1.ProblemDetails(), data); | ||
jsonResponse.data = null; | ||
@@ -363,0 +363,0 @@ return jsonResponse; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179622