Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes for latest @flatfile/api release #453

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

carlbrugger
Copy link
Contributor

@carlbrugger carlbrugger commented Mar 27, 2024

Please explain how to summarize this PR for the Changelog:

@flatfile/plugin-connect-via-merge: @flatfile/[email protected] removes countRecords from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

Tell code reviewer how and what to test:

@carlbrugger carlbrugger marked this pull request as ready for review March 27, 2024 22:03
@carlbrugger carlbrugger enabled auto-merge (squash) March 27, 2024 22:51
@carlbrugger carlbrugger changed the title fix: change retrieval of record count fixes for latest @flatfile/api release Mar 28, 2024
@@ -22,7 +22,7 @@ function commonPlugins(browser, umd = false) {
json(),
commonjs({
include: '**/node_modules/**',
requireReturnsDefault: 'preferred',
requireReturnsDefault: 'auto',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should make a shared Rollup config so that 1 change doesn't hit every package!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the idea of drying the Rollup config, but don't we want it to hit every package to trigger changset?

@carlbrugger carlbrugger merged commit 87711c6 into main Mar 28, 2024
2 checks passed
@carlbrugger carlbrugger deleted the fix/merge-connection-record-count branch March 28, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants