@solana/rpc-transformers
Advanced tools
Comparing version 2.0.0-canary-20241023085850 to 2.0.0-canary-20241023090538
@@ -1,4 +0,4 @@ | ||
export declare function getBigIntDowncastRequestTransformer(): import("@solana/rpc-spec").RpcRequestTransformer; | ||
export declare function getBigIntDowncastRequestTransformer(): import("@solana/rpc-spec-types").RpcRequestTransformer; | ||
export declare function downcastNodeToNumberIfBigint(value: bigint): number; | ||
export declare function downcastNodeToNumberIfBigint<T>(value: T): T; | ||
//# sourceMappingURL=request-transformer-bigint-downcast.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import type { RpcRequestTransformer } from '@solana/rpc-spec'; | ||
import type { RpcRequestTransformer } from '@solana/rpc-spec-types'; | ||
import type { Commitment } from '@solana/rpc-types'; | ||
@@ -3,0 +3,0 @@ export declare function getDefaultCommitmentRequestTransformer({ defaultCommitment, optionsObjectPositionByMethod, }: Readonly<{ |
@@ -1,2 +0,2 @@ | ||
import { RpcRequest } from '@solana/rpc-spec'; | ||
import { RpcRequest } from '@solana/rpc-spec-types'; | ||
import { KeyPath, TraversalState } from './tree-traversal'; | ||
@@ -3,0 +3,0 @@ export type IntegerOverflowHandler = (request: RpcRequest, keyPath: KeyPath, value: bigint) => void; |
@@ -1,2 +0,2 @@ | ||
import { RpcRequestTransformer } from '@solana/rpc-spec'; | ||
import { RpcRequestTransformer } from '@solana/rpc-spec-types'; | ||
import { Commitment } from '@solana/rpc-types'; | ||
@@ -3,0 +3,0 @@ import { IntegerOverflowHandler } from './request-transformer-integer-overflow'; |
import { KeyPath, TraversalState } from './tree-traversal'; | ||
export declare function getBigIntUpcastResponseTransformer(allowedNumericKeyPaths: readonly KeyPath[]): import("@solana/rpc-spec").RpcResponseTransformer; | ||
export declare function getBigIntUpcastResponseTransformer(allowedNumericKeyPaths: readonly KeyPath[]): import("@solana/rpc-spec-types").RpcResponseTransformer; | ||
export declare function getBigIntUpcastVisitor(allowedNumericKeyPaths: readonly KeyPath[]): (value: unknown, { keyPath }: TraversalState) => unknown; | ||
//# sourceMappingURL=response-transformer-bigint-upcast.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { RpcResponseTransformer } from '@solana/rpc-spec'; | ||
import { RpcResponseTransformer } from '@solana/rpc-spec-types'; | ||
export declare function getResultResponseTransformer(): RpcResponseTransformer; | ||
//# sourceMappingURL=response-transformer-result.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { RpcResponseTransformer } from '@solana/rpc-spec'; | ||
import { RpcResponseTransformer } from '@solana/rpc-spec-types'; | ||
export declare function getThrowSolanaErrorResponseTransformer(): RpcResponseTransformer; | ||
//# sourceMappingURL=response-transformer-throw-solana-error.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { RpcResponseTransformer } from '@solana/rpc-spec'; | ||
import { RpcResponseTransformer } from '@solana/rpc-spec-types'; | ||
import { AllowedNumericKeypaths } from './response-transformer-allowed-numeric-values'; | ||
@@ -3,0 +3,0 @@ export type ResponseTransformerConfig<TApi> = Readonly<{ |
@@ -1,2 +0,2 @@ | ||
import { RpcRequestTransformer, RpcResponseTransformer } from '@solana/rpc-spec'; | ||
import { RpcRequestTransformer, RpcResponseTransformer } from '@solana/rpc-spec-types'; | ||
export type KeyPathWildcard = { | ||
@@ -3,0 +3,0 @@ readonly __brand: unique symbol; |
{ | ||
"name": "@solana/rpc-transformers", | ||
"version": "2.0.0-canary-20241023085850", | ||
"version": "2.0.0-canary-20241023090538", | ||
"description": "Reusable transformers for patching RPC inputs and outputs", | ||
@@ -57,7 +57,7 @@ "exports": { | ||
"dependencies": { | ||
"@solana/errors": "2.0.0-canary-20241023085850", | ||
"@solana/functional": "2.0.0-canary-20241023085850", | ||
"@solana/rpc-subscriptions-spec": "2.0.0-canary-20241023085850", | ||
"@solana/rpc-spec": "2.0.0-canary-20241023085850", | ||
"@solana/rpc-types": "2.0.0-canary-20241023085850" | ||
"@solana/functional": "2.0.0-canary-20241023090538", | ||
"@solana/errors": "2.0.0-canary-20241023090538", | ||
"@solana/rpc-spec-types": "2.0.0-canary-20241023090538", | ||
"@solana/rpc-types": "2.0.0-canary-20241023090538", | ||
"@solana/rpc-subscriptions-spec": "2.0.0-canary-20241023090538" | ||
}, | ||
@@ -64,0 +64,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
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
230608
+ Added@solana/addresses@2.0.0-canary-20241023090538(transitive)
+ Added@solana/assertions@2.0.0-canary-20241023090538(transitive)
+ Added@solana/codecs-core@2.0.0-canary-20241023090538(transitive)
+ Added@solana/codecs-numbers@2.0.0-canary-20241023090538(transitive)
+ Added@solana/codecs-strings@2.0.0-canary-20241023090538(transitive)
+ Added@solana/errors@2.0.0-canary-20241023090538(transitive)
+ Added@solana/functional@2.0.0-canary-20241023090538(transitive)
+ Added@solana/promises@2.0.0-canary-20241023090538(transitive)
+ Added@solana/rpc-spec-types@2.0.0-canary-20241023090538(transitive)
+ Added@solana/rpc-subscriptions-spec@2.0.0-canary-20241023090538(transitive)
+ Added@solana/rpc-types@2.0.0-canary-20241023090538(transitive)
+ Added@solana/subscribable@2.0.0-canary-20241023090538(transitive)
- Removed@solana/addresses@2.0.0-canary-20241023085850(transitive)
- Removed@solana/assertions@2.0.0-canary-20241023085850(transitive)
- Removed@solana/codecs-core@2.0.0-canary-20241023085850(transitive)
- Removed@solana/codecs-numbers@2.0.0-canary-20241023085850(transitive)
- Removed@solana/codecs-strings@2.0.0-canary-20241023085850(transitive)
- Removed@solana/errors@2.0.0-canary-20241023085850(transitive)
- Removed@solana/functional@2.0.0-canary-20241023085850(transitive)
- Removed@solana/promises@2.0.0-canary-20241023085850(transitive)
- Removed@solana/rpc-spec@2.0.0-canary-20241023085850(transitive)
- Removed@solana/rpc-spec-types@2.0.0-canary-20241023085850(transitive)
- Removed@solana/rpc-subscriptions-spec@2.0.0-canary-20241023085850(transitive)
- Removed@solana/rpc-types@2.0.0-canary-20241023085850(transitive)
- Removed@solana/subscribable@2.0.0-canary-20241023085850(transitive)
Updated@solana/rpc-subscriptions-spec@2.0.0-canary-20241023090538