Skip to content

Commit

Permalink
chore: update exports (#268)
Browse files Browse the repository at this point in the history
* chore: update exports

* chore: update exports
  • Loading branch information
meabed authored Feb 24, 2024
1 parent 9abe73a commit 8548383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### [2.1.2](https://github.com/meabed/graphql-upload-ts/compare/v2.1.1...v2.1.2) (2024-02-23)
- Update package export to export fs-capacitor

### [2.1.1](https://github.com/meabed/graphql-upload-ts/compare/v2.1.0...v2.1.1) (2024-02-23)
- rework file upload stream handling to fix multiple file upload and filesize issues
- Improve readme and add more information about using `overrideSendResponse`
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export * from './graphqlUploadKoa';
export * from './ignoreStream';
export * from './processRequest';
export * from './Upload';
export * from './fs-capacitor';

0 comments on commit 8548383

Please sign in to comment.