diff --git a/.changeset/dirty-poets-change.md b/.changeset/dirty-poets-change.md index b0f54d028..e690762ee 100644 --- a/.changeset/dirty-poets-change.md +++ b/.changeset/dirty-poets-change.md @@ -32,4 +32,4 @@ '@flatfile/util-common': patch --- -This release refactors and optimizes import statements across all plugins and utility files, particularly emphasizing the use of TypeScript's type keyword for type-only imports. Additionally this release centralizing the Rollup configuration and replacing axios with cross-fetch for HTTP requests. These changes streamline the codebase, enhance type safety, and unify HTTP request handling across the project. +This release refactors and optimizes import statements across all plugins and utility files, particularly emphasizing the use of TypeScript's type keyword for type-only imports. Additionally, this release centralizing the Rollup configuration and replacing axios with cross-fetch for HTTP requests. These changes streamline the codebase, enhance type safety, and unify HTTP request handling across the project.