undici-types 7.0.0 → 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +2 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -64,6 +64,7 @@ declare namespace Undici {
64
64
  const caches: typeof import('./cache').caches
65
65
  const interceptors: typeof import('./interceptors').default
66
66
  const cacheStores: {
67
- MemoryCacheStore: typeof import('./cache-interceptor').default.MemoryCacheStore
67
+ MemoryCacheStore: typeof import('./cache-interceptor').default.MemoryCacheStore,
68
+ SqliteCacheStore: typeof import('./cache-interceptor').default.SqliteCacheStore
68
69
  }
69
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "undici-types",
3
- "version": "7.0.0",
3
+ "version": "7.1.1",
4
4
  "description": "A stand-alone types package for Undici",
5
5
  "homepage": "https://undici.nodejs.org",
6
6
  "bugs": {