@solana/instructions
Advanced tools
Comparing version 2.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728
{ | ||
"name": "@solana/instructions", | ||
"version": "2.1.0-canary-20241126104400", | ||
"version": "2.1.0-canary-20241126223728", | ||
"description": "Helpers for creating transaction instructions", | ||
@@ -57,3 +57,3 @@ "exports": { | ||
"dependencies": { | ||
"@solana/errors": "2.1.0-canary-20241126104400" | ||
"@solana/errors": "2.1.0-canary-20241126223728" | ||
}, | ||
@@ -60,0 +60,0 @@ "peerDependencies": { |
@@ -8,9 +8,9 @@ [![npm][npm-image]][npm-url] | ||
[code-style-prettier-url]: https://github.com/prettier/prettier | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/instructions/rc.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/instructions/rc.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/instructions/v/rc | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/instructions/next.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/instructions/next.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/instructions/v/next | ||
# @solana/instructions | ||
This package contains types for creating transaction instructions. It can be used standalone, but it is also exported as part of the Solana JavaScript SDK [`@solana/web3.js@rc`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library). | ||
This package contains types for creating transaction instructions. It can be used standalone, but it is also exported as part of the Solana JavaScript SDK [`@solana/web3.js@next`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library). | ||
@@ -17,0 +17,0 @@ ## Types |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85948
+ Added@solana/errors@2.1.0-canary-20241126223728(transitive)
- Removed@solana/errors@2.1.0-canary-20241126104400(transitive)