upup-react-file-uploader is still published on npm with no deprecation notice — npm view upup-react-file-uploader deprecated comes back empty. Anyone landing on it from older posts or search results will npm install the frozen 2.0.0 and never learn the project moved to @upupjs/*.
A one-liner fixes it:
npm deprecate upup-react-file-uploader "Renamed: use @upupjs/react (or @upupjs/next) — see https://dev.useupup.com/docs/migration/v1-to-v3"
That makes every install print the pointer to the new packages and the migration guide.
upup-react-file-uploaderis still published on npm with no deprecation notice —npm view upup-react-file-uploader deprecatedcomes back empty. Anyone landing on it from older posts or search results willnpm installthe frozen 2.0.0 and never learn the project moved to@upupjs/*.A one-liner fixes it:
That makes every install print the pointer to the new packages and the migration guide.