fix: packaging hygiene — peers, types/exports map, files whitelist - #135
Open
kuraydev wants to merge 1 commit into
Open
fix: packaging hygiene — peers, types/exports map, files whitelist#135kuraydev wants to merge 1 commit into
kuraydev wants to merge 1 commit into
Conversation
react/react-native were missing from peerDependencies, there was no types field or exports map, and the tarball shipped TS sources, dotfiles, tsconfig, .github and a tsbuildinfo alongside the build output. Added react/react-native peers (spinkit and bounceable peers kept — both genuinely imported), explicit types + exports, and a files whitelist keeping build/dist with its local-assets. No source changes.
kuraydev
force-pushed
the
fix/packaging-hygiene
branch
from
August 16, 2026 18:38
9540afa to
6c7cc86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Found while doing the packaging-hygiene sweep across the fleet: react/react-native were missing from peerDependencies, there was no "types" field or exports map, and the tarball ships raw TS sources, dotfiles, tsconfig.json, .github/ and a tsbuildinfo alongside the build output. Added react/react-native peers, explicit types + exports map (types condition first, matching the published build/dist layout), and a "files" whitelist keeping build/dist including local-assets (the PNGs the component require()s at runtime). The react-native-spinkit and @freakycoder/react-native-bounceable peers are BOTH genuinely imported in SearchBar.tsx and stay. No source changes. Publish as 2.0.3 after the npm account migration.