fix: include default storages in cjs bundle

This commit is contained in:
arthurfiorette 2022-01-04 15:16:40 -03:00
parent 96e2d80142
commit 8d5a90e2fd
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -4,5 +4,8 @@ export * from './cache/create';
export * from './header/types';
export * from './interceptors/types';
export * from './storage/build';
export * from './storage/memory';
export * from './storage/types';
export * from './storage/web-api';
export * from './util/headers';
export * from './util/types';