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

Fix named import of CloudantV1 #1632

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Fix named import of CloudantV1 #1632

merged 1 commit into from
Sep 23, 2024

Conversation

eiri
Copy link
Member

@eiri eiri commented Sep 22, 2024

PR summary

The named import of CloudantV1 for esm modules was broken in 0.10.2, this patch remediates the degradation

Fixes: #1631

Note: An existing issue is required before opening a PR.

PR Checklist

Please make sure that your PR fulfills the following requirements:

  • The commit message follows the
    Angular Commit Message Guidelines.
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • New tests
  • Build/CI related changes
  • Documentation content changes
  • Other (please describe)

What is the current behavior?

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@eiri eiri merged commit a20e8d7 into main Sep 23, 2024
8 checks passed
@eiri eiri deleted the fix-cloudantv1-export branch September 23, 2024 13: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.

Regression encountered updating from v0.10.1 to v0.10.2: SyntaxError: Named export 'CloudantV1' not found
2 participants