axios-cache-interceptor
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -71,2 +71,3 @@ "use strict"; | ||
await deferred?.resolve(newCache.data); | ||
delete this.axios.waiting[key]; | ||
await this.axios.storage.set(key, newCache); | ||
@@ -73,0 +74,0 @@ return response; |
{ | ||
"name": "axios-cache-interceptor", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Cache interceptor for axios", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -100,2 +100,3 @@ import type { AxiosResponse } from 'axios'; | ||
await deferred?.resolve(newCache.data); | ||
delete this.axios.waiting[key]; | ||
@@ -102,0 +103,0 @@ await this.axios.storage.set(key, newCache); |
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
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
125469
1632