undici-types
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -67,4 +67,5 @@ import Dispatcher from './dispatcher' | ||
const cacheStores: { | ||
MemoryCacheStore: typeof import('./cache-interceptor').default.MemoryCacheStore | ||
MemoryCacheStore: typeof import('./cache-interceptor').default.MemoryCacheStore, | ||
SqliteCacheStore: typeof import('./cache-interceptor').default.SqliteCacheStore | ||
} | ||
} |
{ | ||
"name": "undici-types", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "A stand-alone types package for Undici", | ||
@@ -5,0 +5,0 @@ "homepage": "https://undici.nodejs.org", |
92540
2362