neynarxyz / nodejs-sdk

Typescript SDK for Neynar APIs
https://neynar.com
MIT License
53 stars 11 forks source link

Publish v1 version with dist-tag for npm (needs to go after v2 is released) #236

Open Shreyaschorge opened 6 days ago

Shreyaschorge commented 6 days ago

This PR configures the publishing process for version 1 of the @neynar/nodejs-sdk package. It ensures that v1 releases are properly tagged with v1 on npm, allowing users to continue using v1 while ensuring the latest version of the SDK (v2) is the default installation for new users.