@substrate/playground-client
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -26,2 +26,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
headers.set('set-cookie', response.headers.get('set-cookie')); | ||
this.defaultInit.headers = headers; | ||
}); | ||
@@ -37,2 +38,3 @@ } | ||
headers.delete('set-cookie'); | ||
this.defaultInit.headers = headers; | ||
}); | ||
@@ -39,0 +41,0 @@ } |
@@ -93,2 +93,3 @@ "use strict"; | ||
headers.set('set-cookie', response.headers.get('set-cookie')); | ||
this.defaultInit.headers = headers; | ||
return [2 /*return*/]; | ||
@@ -113,2 +114,3 @@ } | ||
headers.delete('set-cookie'); | ||
this.defaultInit.headers = headers; | ||
return [2 /*return*/]; | ||
@@ -115,0 +117,0 @@ } |
{ | ||
"name": "@substrate/playground-client", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "An isomorphic client for Substrate Playground", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
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
87574
1903