Skip to content

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
florian-schunk pushed a commit to florian-schunk/node-redis that referenced this pull request Jun 18, 2025
- Add /index.ts that re-exports all from /lib/index.ts
- Preserve existing /lib/index.ts exports
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