mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
tag: v0.0.2
This commit is contained in:
parent
5a201e3d68
commit
cc6332ff24
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axios-cache-interceptor",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Cache interceptor for axios",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Deferred } from '../utils/deferred';
|
||||
import { Deferred } from '#/utils/deferred';
|
||||
|
||||
export interface CacheStorage {
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user