2.0.0 • Published 8 days ago

@solana-program/token-wrap v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 days ago

@solana-program/token-wrap

TypeScript client for the Solana Token Wrap program.


📦 Publishing to NPM

This package uses Changesets and GitHub Actions to manage versioning and publishing.

🚀 Publishing Steps

  1. Ensure you have the changesets CLI installed.
  2. Create a Changeset

Run the following to document your changes and select a version bump:

pnpm changeset
  1. Version the release (will bump the local package version and add to the changelog)
pnpm changeset version
  1. Create a PR with the changes and merge! The github action will detect the difference in versions and publish automatically.