You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relocated subdirectory declarations excluded from the published package — When the author kept a files field, the generated dist whitelist only matched flat output (*.d.ts etc.), so declaration trees relocated from src/ subdirectories (dist/internal/*.d.ts) were silently excluded by npm pack while index.d.ts still imported them — consumers got a package whose types failed to resolve. Each dist subdirectory holding relocated declarations is now whitelisted. Fixes #11.