@solana/rpc-transport-http
Advanced tools
Comparing version 2.0.0-canary-20241023085850 to 2.0.0-canary-20241023090538
@@ -1,2 +0,3 @@ | ||
import { RpcResponse, RpcTransport } from '@solana/rpc-spec'; | ||
import type { RpcTransport } from '@solana/rpc-spec'; | ||
import type { RpcResponse } from '@solana/rpc-spec-types'; | ||
import type Dispatcher from 'undici-types/dispatcher'; | ||
@@ -3,0 +4,0 @@ import { AllowedHttpRequestHeaders } from './http-transport-headers'; |
{ | ||
"name": "@solana/rpc-transport-http", | ||
"version": "2.0.0-canary-20241023085850", | ||
"version": "2.0.0-canary-20241023090538", | ||
"description": "An RPC transport that uses HTTP requests", | ||
@@ -58,4 +58,5 @@ "exports": { | ||
"undici-types": "^6.20.0", | ||
"@solana/errors": "2.0.0-canary-20241023085850", | ||
"@solana/rpc-spec": "2.0.0-canary-20241023085850" | ||
"@solana/rpc-spec": "2.0.0-canary-20241023090538", | ||
"@solana/errors": "2.0.0-canary-20241023090538", | ||
"@solana/rpc-spec-types": "2.0.0-canary-20241023090538" | ||
}, | ||
@@ -62,0 +63,0 @@ "peerDependencies": { |
@@ -130,3 +130,4 @@ [![npm][npm-image]][npm-url] | ||
```ts | ||
import { RpcResponse, RpcTransport } from '@solana/rpc-spec'; | ||
import { RpcTransport } from '@solana/rpc-spec'; | ||
import { RpcResponse } from '@solana/rpc-spec-types'; | ||
import { createHttpTransport } from '@solana/rpc-transport-http'; | ||
@@ -157,3 +158,4 @@ | ||
```ts | ||
import { RpcResponse, RpcTransport } from '@solana/rpc-spec'; | ||
import { RpcTransport } from '@solana/rpc-spec'; | ||
import { RpcResponse } from '@solana/rpc-spec-types'; | ||
import { createHttpTransport } from '@solana/rpc-transport-http'; | ||
@@ -195,3 +197,4 @@ | ||
```ts | ||
import { RpcResponse, RpcTransport } from '@solana/rpc-spec'; | ||
import { RpcTransport } from '@solana/rpc-spec'; | ||
import { RpcResponse } from '@solana/rpc-spec-types'; | ||
import { createHttpTransport } from '@solana/rpc-transport-http'; | ||
@@ -240,3 +243,4 @@ | ||
```ts | ||
import { RpcResponse, RpcTransport } from '@solana/rpc-spec'; | ||
import { RpcTransport } from '@solana/rpc-spec'; | ||
import { RpcResponse } from '@solana/rpc-spec-types'; | ||
import { createHttpTransport } from '@solana/rpc-transport-http'; | ||
@@ -243,0 +247,0 @@ |
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
172187
1333
266
5
+ Added@solana/errors@2.0.0-canary-20241023090538(transitive)
+ Added@solana/rpc-spec@2.0.0-canary-20241023090538(transitive)
+ Added@solana/rpc-spec-types@2.0.0-canary-20241023090538(transitive)
- Removed@solana/errors@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)