Skip to content

Refactor /provider to /providers#34

Merged
charlesLoder merged 1 commit intomainfrom
issue-30/providers
Sep 2, 2025
Merged

Refactor /provider to /providers#34
charlesLoder merged 1 commit intomainfrom
issue-30/providers

Conversation

@charlesLoder
Copy link
Owner

Closes #30

@charlesLoder charlesLoder requested a review from Copilot September 2, 2025 16:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors the provider export path from /provider to /providers to follow common naming conventions for modules containing multiple provider types.

  • Renamed the provider module path from /provider to /providers
  • Updated all import statements across documentation and development files
  • Modified package.json exports configuration to reflect the new path

Reviewed Changes

Copilot reviewed 6 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
stories/docs/welcome.mdx Updated import path in documentation example
stories/docs/example.mdx Updated import path in story documentation
src/providers/userTokenProvider/index.tsx Fixed relative import path to BaseProvider
src/providers/index.ts Added new providers module export file
package.json Updated exports configuration for new providers path
dev/index.tsx Updated import path in development environment

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@charlesLoder charlesLoder merged commit b7c5f38 into main Sep 2, 2025
3 checks passed
@charlesLoder charlesLoder deleted the issue-30/providers branch September 2, 2025 16:59
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.

Refactor /provider to /providers

1 participant

Comments