Skip to content

Commit

Permalink
chore: deprecate V2 export
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Mar 26, 2024
1 parent 2c03566 commit c3b9070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/storages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export * from './request_list';
export * from './request_provider';
export { RequestQueue as RequestQueueV1 } from './request_queue';
export {
/** @deprecated Import `RequestQueue` instead */
RequestQueueV2,
// Export this as RequestQueue to avoid breaking changes (and to push it to default)
RequestQueueV2 as RequestQueue,
Expand Down

0 comments on commit c3b9070

Please sign in to comment.