@solana/rpc
Advanced tools
Comparing version 2.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728
{ | ||
"name": "@solana/rpc", | ||
"version": "2.1.0-canary-20241126104400", | ||
"version": "2.1.0-canary-20241126223728", | ||
"description": "A library for sending JSON RPC requests to Solana RPCs", | ||
@@ -57,11 +57,11 @@ "exports": { | ||
"dependencies": { | ||
"@solana/errors": "2.1.0-canary-20241126104400", | ||
"@solana/fast-stable-stringify": "2.1.0-canary-20241126104400", | ||
"@solana/functional": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-spec": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-api": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-spec-types": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-transformers": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-transport-http": "2.1.0-canary-20241126104400", | ||
"@solana/rpc-types": "2.1.0-canary-20241126104400" | ||
"@solana/functional": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-spec": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-api": "2.1.0-canary-20241126223728", | ||
"@solana/fast-stable-stringify": "2.1.0-canary-20241126223728", | ||
"@solana/errors": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-transformers": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-spec-types": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-transport-http": "2.1.0-canary-20241126223728", | ||
"@solana/rpc-types": "2.1.0-canary-20241126223728" | ||
}, | ||
@@ -68,0 +68,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/rc.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc/rc.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc/v/rc | ||
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc/next.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/@solana/rpc/next.svg?style=flat | ||
[npm-url]: https://www.npmjs.com/package/@solana/rpc/v/next | ||
# @solana/rpc | ||
This package contains utilities for creating objects that you can use to communicate with a Solana JSON RPC server. 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 utilities for creating objects that you can use to communicate with a Solana JSON RPC server. 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 @@ Unless you plan to create a custom RPC interface, you can use the [`createSolanaRpc(clusterUrl)`](#createsolanarpcclusterurl-config) function to obtain a default implementation of the [Solana JSON RPC API](https://solana.com/docs/rpc/http). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
129491
+ 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-data-structures@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)
+ Added@solana/fast-stable-stringify@2.1.0-canary-20241126223728(transitive)
+ Added@solana/functional@2.1.0-canary-20241126223728(transitive)
+ Added@solana/instructions@2.1.0-canary-20241126223728(transitive)
+ Added@solana/keys@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-api@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-parsed-types@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-spec@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-spec-types@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-transformers@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-transport-http@2.1.0-canary-20241126223728(transitive)
+ Added@solana/rpc-types@2.1.0-canary-20241126223728(transitive)
+ Added@solana/transaction-messages@2.1.0-canary-20241126223728(transitive)
+ Added@solana/transactions@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-data-structures@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)
- Removed@solana/fast-stable-stringify@2.1.0-canary-20241126104400(transitive)
- Removed@solana/functional@2.1.0-canary-20241126104400(transitive)
- Removed@solana/instructions@2.1.0-canary-20241126104400(transitive)
- Removed@solana/keys@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-api@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-parsed-types@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-spec@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-spec-types@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-transformers@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-transport-http@2.1.0-canary-20241126104400(transitive)
- Removed@solana/rpc-types@2.1.0-canary-20241126104400(transitive)
- Removed@solana/transaction-messages@2.1.0-canary-20241126104400(transitive)
- Removed@solana/transactions@2.1.0-canary-20241126104400(transitive)
Updated@solana/fast-stable-stringify@2.1.0-canary-20241126223728
Updated@solana/rpc-transport-http@2.1.0-canary-20241126223728