@solana/rpc-spec
Advanced tools
Comparing version 2.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728
{ | ||
"name": "@solana/rpc-spec", | ||
"version": "2.1.0-canary-20241126104400", | ||
"version": "2.1.0-canary-20241126223728", | ||
"description": "A generic implementation of JSON RPCs using proxies", | ||
@@ -57,4 +57,4 @@ "exports": { | ||
"dependencies": { | ||
"@solana/errors": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-spec-types": "2.1.0-canary-20241126104400" | ||
"@solana/errors": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-spec-types": "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/rpc-spec/rc.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-spec/rc.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc-spec/v/rc | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-spec/next.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-spec/next.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc-spec/v/next | ||
# @solana/rpc-spec | ||
This package contains types that describe the implementation of the JSON RPC API, as well as methods to create one. 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 that describe the implementation of the JSON RPC API, as well as methods to create one. 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 @@ This API is designed to be used as follows: |
72296
+ Added@solana/errors@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-spec-types@2.1.0-canary-20241126223728(transitive)
- Removed@solana/errors@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-spec-types@2.1.0-canary-20241126104400(transitive)