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(entraid): correct package entry point structure #2891

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bobymicroby
Copy link
Member

@bobymicroby bobymicroby commented Jan 30, 2025

Add root index.ts to properly expose package exports through @redis/entraid rather than requiring users to import through @redis/entraid/dist/lib. This maintains backward compatibility while providing the correct package structure where all exports are available from the package root.

  • Add /index.ts that re-exports all from /lib/index.ts
  • Preserve existing /lib/index.ts structure
  • Update docs

@bobymicroby bobymicroby force-pushed the fix-exports branch 2 times, most recently from d34999a to a1663c0 Compare January 30, 2025 12:15
Add root index.ts to properly expose package exports through `@redis/entraid`
rather than requiring users to import through `@redis/entraid/dist/lib`.
This maintains backward compatibility while providing the correct package
structure where all exports are available from the package root.

- Add /index.ts that re-exports all from /lib/index.ts
- Preserve existing /lib/index.ts structure
- Update docs
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.

1 participant