js icon indicating copy to clipboard operation
js copied to clipboard

Deprecated npm package should be marked deprecated on npm

Open mikemaccana opened this issue 1 year ago • 0 comments
trafficstars

Speaking to Metaplex, this package is deprecated, but not marked as deprecated as npm.

See https://docs.npmjs.com/deprecating-and-undeprecating-packages-or-package-versions

Run the command:

npm deprecate @metaplex-foundation/js "This package is now deprecated, see https://developers.metaplex.com/token-metadata/getting-started/js for up to date docs on creating NFTs using Metaplex Token Metadata."

This will point users of the old npm package to the Umi docs.

mikemaccana avatar Jun 28 '24 20:06 mikemaccana