@solana/rpc-core
Advanced tools
Comparing version 2.0.0-experimental.0eb69ae to 2.0.0-experimental.0f3404a
@@ -1,2 +0,2 @@ | ||
import { IRpcSubscriptionsApi } from '@solana/rpc-transport/dist/types/json-rpc-types'; | ||
import type { IRpcSubscriptionsApi } from '@solana/rpc-transport'; | ||
import { KeyPath } from './response-patcher'; | ||
@@ -3,0 +3,0 @@ import { createSolanaRpcApi } from './rpc-methods'; |
@@ -16,4 +16,4 @@ import { Address } from '@solana/addresses'; | ||
parsed: { | ||
info?: object; | ||
type: string; | ||
info?: object; | ||
}; | ||
@@ -20,0 +20,0 @@ program: string; |
@@ -59,3 +59,6 @@ import { Address } from '@solana/addresses'; | ||
program: string; | ||
parsed: unknown; | ||
parsed: { | ||
info?: object; | ||
type: string; | ||
}; | ||
space: U64UnsafeBeyond2Pow53Minus1; | ||
@@ -62,0 +65,0 @@ }> | Base64EncodedDataResponse; |
@@ -1,2 +0,2 @@ | ||
import { IRpcApi } from '@solana/rpc-transport/dist/types/json-rpc-types'; | ||
import type { IRpcApi } from '@solana/rpc-transport'; | ||
import { GetAccountInfoApi } from './getAccountInfo'; | ||
@@ -60,3 +60,4 @@ import { GetBalanceApi } from './getBalance'; | ||
export declare function createSolanaRpcApi(config?: Config): IRpcApi<SolanaRpcMethods>; | ||
export {}; | ||
export type { GetAccountInfoApi, GetBlockApi, GetProgramAccountsApi, GetSignatureStatusesApi, GetTransactionApi, RequestAirdropApi, SendTransactionApi, }; | ||
export type { Base64EncodedDataResponse, DataSlice, GetProgramAccountsDatasizeFilter, GetProgramAccountsMemcmpFilter, Slot, } from './common'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { IRpcSubscriptionsApi } from '@solana/rpc-transport/dist/types/json-rpc-types'; | ||
import type { IRpcSubscriptionsApi } from '@solana/rpc-transport'; | ||
import { AccountNotificationsApi } from './account-notifications'; | ||
@@ -18,3 +18,3 @@ import { BlockNotificationsApi } from './block-notifications'; | ||
export declare function createSolanaRpcSubscriptionsApi_UNSTABLE(config?: Config): IRpcSubscriptionsApi<SolanaRpcSubscriptions & SolanaRpcSubscriptionsUnstable>; | ||
export {}; | ||
export type { AccountNotificationsApi, SignatureNotificationsApi, SlotNotificationsApi }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@solana/rpc-core", | ||
"version": "2.0.0-experimental.0eb69ae", | ||
"version": "2.0.0-experimental.0f3404a", | ||
"description": "A library for making calls to the Solana JSON RPC API", | ||
@@ -63,16 +63,16 @@ "exports": { | ||
"jest-runner-prettier": "^1.0.0", | ||
"prettier": "^2.8", | ||
"prettier": "^3.1", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.2.2", | ||
"version-from-git": "^1.1.1", | ||
"@solana/addresses": "2.0.0-experimental.0eb69ae", | ||
"@solana/codecs-core": "2.0.0-experimental.0eb69ae", | ||
"@solana/keys": "2.0.0-experimental.0eb69ae", | ||
"@solana/rpc-transport": "2.0.0-experimental.0eb69ae", | ||
"@solana/codecs-strings": "2.0.0-experimental.0eb69ae", | ||
"@solana/rpc-types": "2.0.0-experimental.0eb69ae", | ||
"@solana/transactions": "2.0.0-experimental.0eb69ae", | ||
"@solana/addresses": "2.0.0-experimental.0f3404a", | ||
"@solana/codecs-core": "2.0.0-experimental.0f3404a", | ||
"@solana/keys": "2.0.0-experimental.0f3404a", | ||
"@solana/codecs-strings": "2.0.0-experimental.0f3404a", | ||
"@solana/rpc-transport": "2.0.0-experimental.0f3404a", | ||
"@solana/rpc-types": "2.0.0-experimental.0f3404a", | ||
"@solana/transactions": "2.0.0-experimental.0f3404a", | ||
"build-scripts": "0.0.0", | ||
"test-config": "0.0.0", | ||
"tsconfig": "0.0.0", | ||
"build-scripts": "0.0.0" | ||
"tsconfig": "0.0.0" | ||
}, | ||
@@ -79,0 +79,0 @@ "bundlewatch": { |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
534206
158
5595
0