@solana/programs
Advanced tools
Comparing version 2.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728
{ | ||
"name": "@solana/programs", | ||
"version": "2.1.0-canary-20241126104400", | ||
"version": "2.1.0-canary-20241126223728", | ||
"description": "Helpers for defining programs and resolving program errors", | ||
@@ -57,4 +57,4 @@ "exports": { | ||
"dependencies": { | ||
"@solana/addresses": "2.1.0-canary-20241126104400", | ||
"@solana/errors": "2.1.0-canary-20241126104400" | ||
"@solana/addresses": "2.1.0-canary-20241126223728", | ||
"@solana/errors": "2.1.0-canary-20241126223728" | ||
}, | ||
@@ -61,0 +61,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/programs/rc.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/programs/rc.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/programs/v/rc | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/programs/next.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/programs/next.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/programs/v/next | ||
# @solana/programs | ||
This package contains helpers for identifying custom program errors. 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 helpers for identifying custom program errors. 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 @@ ## Functions |
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
18686
+ Added@solana/addresses@2.1.0-canary-20241126223728(transitive)
+ Added@solana/assertions@2.1.0-canary-20241126223728(transitive)
+ Added@solana/codecs-core@2.1.0-canary-20241126223728(transitive)
+ Added@solana/codecs-numbers@2.1.0-canary-20241126223728(transitive)
+ Added@solana/codecs-strings@2.1.0-canary-20241126223728(transitive)
+ Added@solana/errors@2.1.0-canary-20241126223728(transitive)
- Removed@solana/addresses@2.1.0-canary-20241126104400(transitive)
- Removed@solana/assertions@2.1.0-canary-20241126104400(transitive)
- Removed@solana/codecs-core@2.1.0-canary-20241126104400(transitive)
- Removed@solana/codecs-numbers@2.1.0-canary-20241126104400(transitive)
- Removed@solana/codecs-strings@2.1.0-canary-20241126104400(transitive)
- Removed@solana/errors@2.1.0-canary-20241126104400(transitive)