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

Merged
merged 1 commit into from
Mar 20, 2025

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 3 times, most recently from a1663c0 to 231fe87 Compare January 30, 2025 12:17
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 merged commit 6c5a3fd into redis:master Mar 20, 2025
11 checks passed
@bobymicroby bobymicroby deleted the fix-exports branch March 20, 2025 10:31
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