@solana/rpc-subscriptions-spec
Advanced tools
Comparing version 2.0.0-canary-20241023091112 to 2.0.0-canary-20241023091323
@@ -1,2 +0,2 @@ | ||
import { Callable } from '@solana/rpc-spec-types'; | ||
import { Callable, RpcRequest } from '@solana/rpc-spec-types'; | ||
import { DataPublisher } from '@solana/subscribable'; | ||
@@ -6,6 +6,3 @@ import { RpcSubscriptionsChannel } from './rpc-subscriptions-channel'; | ||
export type RpcSubscriptionsApiConfig<TApiMethods extends RpcSubscriptionsApiMethods> = Readonly<{ | ||
getSubscriptionConfigurationHash?: (details: Readonly<{ | ||
notificationName: string; | ||
params: unknown; | ||
}>) => string | undefined; | ||
getSubscriptionConfigurationHash?: (request: RpcRequest) => string | undefined; | ||
planExecutor: RpcSubscriptionsPlanExecutor<ReturnType<TApiMethods[keyof TApiMethods]>>; | ||
@@ -15,4 +12,3 @@ }>; | ||
channel: RpcSubscriptionsChannel<unknown, unknown>; | ||
notificationName: string; | ||
params?: unknown[]; | ||
request: RpcRequest; | ||
signal: AbortSignal; | ||
@@ -19,0 +15,0 @@ }>) => Promise<DataPublisher<RpcSubscriptionsTransportDataEvents<TNotification>>>; |
{ | ||
"name": "@solana/rpc-subscriptions-spec", | ||
"version": "2.0.0-canary-20241023091112", | ||
"version": "2.0.0-canary-20241023091323", | ||
"description": "A generic implementation of JSON RPC Subscriptions using proxies", | ||
@@ -57,6 +57,6 @@ "exports": { | ||
"dependencies": { | ||
"@solana/errors": "2.0.0-canary-20241023091112", | ||
"@solana/promises": "2.0.0-canary-20241023091112", | ||
"@solana/rpc-spec-types": "2.0.0-canary-20241023091112", | ||
"@solana/subscribable": "2.0.0-canary-20241023091112" | ||
"@solana/errors": "2.0.0-canary-20241023091323", | ||
"@solana/promises": "2.0.0-canary-20241023091323", | ||
"@solana/subscribable": "2.0.0-canary-20241023091323", | ||
"@solana/rpc-spec-types": "2.0.0-canary-20241023091323" | ||
}, | ||
@@ -63,0 +63,0 @@ "peerDependencies": { |
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
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
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
178440
1233
+ Added@solana/errors@2.0.0-canary-20241023091323(transitive)
+ Added@solana/promises@2.0.0-canary-20241023091323(transitive)
+ Added@solana/rpc-spec-types@2.0.0-canary-20241023091323(transitive)
+ Added@solana/subscribable@2.0.0-canary-20241023091323(transitive)
- Removed@solana/errors@2.0.0-canary-20241023091112(transitive)
- Removed@solana/promises@2.0.0-canary-20241023091112(transitive)
- Removed@solana/rpc-spec-types@2.0.0-canary-20241023091112(transitive)
- Removed@solana/subscribable@2.0.0-canary-20241023091112(transitive)