@solana/rpc-api 5.0.1-canary-20251104184811 → 5.0.1-canary-20251110195802

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ import type { Commitment, Slot } from '@solana/rpc-types';
2
2
  type GetTransactionCountApiResponse = bigint;
3
3
  export type GetTransactionCountApi = {
4
4
  /**
5
- * Returns the current number of transactions to have achieved a given level of committment.
5
+ * Returns the current number of transactions to have achieved a given level of commitment.
6
6
  *
7
7
  * @see https://solana.com/docs/rpc/http/gettransactioncount
8
8
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/rpc-api",
3
- "version": "5.0.1-canary-20251104184811",
3
+ "version": "5.0.1-canary-20251110195802",
4
4
  "description": "Defines all default Solana RPC methods as types",
5
5
  "homepage": "https://www.solanakit.com/api#solanarpc-api",
6
6
  "exports": {
@@ -55,17 +55,17 @@
55
55
  "maintained node versions"
56
56
  ],
57
57
  "dependencies": {
58
- "@solana/addresses": "5.0.1-canary-20251104184811",
59
- "@solana/codecs-core": "5.0.1-canary-20251104184811",
60
- "@solana/codecs-strings": "5.0.1-canary-20251104184811",
61
- "@solana/keys": "5.0.1-canary-20251104184811",
62
- "@solana/errors": "5.0.1-canary-20251104184811",
63
- "@solana/rpc-parsed-types": "5.0.1-canary-20251104184811",
64
- "@solana/rpc-transformers": "5.0.1-canary-20251104184811",
65
- "@solana/rpc-types": "5.0.1-canary-20251104184811",
66
- "@solana/rpc-spec": "5.0.1-canary-20251104184811",
67
- "@solana/transaction-messages": "5.0.1-canary-20251104184811",
68
- "@solana/transactions": "5.0.1-canary-20251104184811"
58
+ "@solana/addresses": "5.0.1-canary-20251110195802",
59
+ "@solana/codecs-core": "5.0.1-canary-20251110195802",
60
+ "@solana/keys": "5.0.1-canary-20251110195802",
61
+ "@solana/errors": "5.0.1-canary-20251110195802",
62
+ "@solana/codecs-strings": "5.0.1-canary-20251110195802",
63
+ "@solana/rpc-parsed-types": "5.0.1-canary-20251110195802",
64
+ "@solana/rpc-types": "5.0.1-canary-20251110195802",
65
+ "@solana/rpc-spec": "5.0.1-canary-20251110195802",
66
+ "@solana/rpc-transformers": "5.0.1-canary-20251110195802",
67
+ "@solana/transaction-messages": "5.0.1-canary-20251110195802",
68
+ "@solana/transactions": "5.0.1-canary-20251110195802"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "typescript": ">=5.3.3"