@ucanto/transport
Advanced tools
Comparing version 8.0.0 to 9.0.0
export const contentType: "application/vnd.ipld.car"; | ||
export const inbound: import("@ucanto/interface").InboundCodec; | ||
export const outbound: import("@ucanto/interface").OutboundCodec; | ||
import { CAR } from "@ucanto/core"; | ||
import * as request from "./car/request.js"; | ||
import * as response from "./car/response.js"; | ||
import { CAR } from '@ucanto/core'; | ||
import * as request from './car/request.js'; | ||
import * as response from './car/response.js'; | ||
export { CAR as codec, request, response }; | ||
//# sourceMappingURL=car.d.ts.map |
@@ -7,4 +7,4 @@ export { CAR as codec }; | ||
export function decode<Message extends API.AgentMessage<any>>({ headers, body }: API.HTTPRequest<Message>): Promise<Message>; | ||
import { CAR } from "@ucanto/core"; | ||
import * as API from "@ucanto/interface"; | ||
import { CAR } from '@ucanto/core'; | ||
import * as API from '@ucanto/interface'; | ||
//# sourceMappingURL=request.d.ts.map |
@@ -5,4 +5,4 @@ export { CAR as codec }; | ||
export function decode<Message extends API.AgentMessage<any>>({ headers, body }: API.HTTPResponse<Message>): Promise<Message>; | ||
import { CAR } from "@ucanto/core"; | ||
import * as API from "@ucanto/interface"; | ||
import { CAR } from '@ucanto/core'; | ||
import * as API from '@ucanto/interface'; | ||
//# sourceMappingURL=response.d.ts.map |
@@ -20,3 +20,3 @@ export function inbound(source: { | ||
}; | ||
import * as API from "@ucanto/interface"; | ||
import * as API from '@ucanto/interface'; | ||
//# sourceMappingURL=codec.d.ts.map |
@@ -22,3 +22,3 @@ export function open<S>({ url, method, fetch }: { | ||
}; | ||
import * as API from "@ucanto/interface"; | ||
import * as API from '@ucanto/interface'; | ||
/** | ||
@@ -25,0 +25,0 @@ * @template {Record<string, any>} S |
@@ -7,5 +7,5 @@ export const contentType: "application/car"; | ||
export const inbound: import("@ucanto/interface").InboundCodec; | ||
import * as request from "./legacy/request.js"; | ||
import * as response from "./legacy/response.js"; | ||
import * as request from './legacy/request.js'; | ||
import * as response from './legacy/response.js'; | ||
export { request, response }; | ||
//# sourceMappingURL=legacy.d.ts.map |
export const contentType: "application/car"; | ||
export function decode<Message extends API.AgentMessage<any>>({ body }: API.HTTPRequest<Message>): Promise<Message>; | ||
import * as API from "@ucanto/interface"; | ||
import * as API from '@ucanto/interface'; | ||
//# sourceMappingURL=request.d.ts.map |
export const contentType: "application/cbor"; | ||
export function encode<Message extends API.AgentMessage<any>>(message: Message, options?: API.EncodeOptions | undefined): API.HTTPResponse<Message>; | ||
import * as API from "@ucanto/interface"; | ||
import * as API from '@ucanto/interface'; | ||
//# sourceMappingURL=response.d.ts.map |
{ | ||
"name": "@ucanto/transport", | ||
"description": "ucanto transport", | ||
"version": "8.0.0", | ||
"version": "9.0.0", | ||
"keywords": [ | ||
@@ -24,4 +24,4 @@ "UCAN", | ||
"dependencies": { | ||
"@ucanto/interface": "^8", | ||
"@ucanto/core": "^8.0.0" | ||
"@ucanto/core": "^9.0.0", | ||
"@ucanto/interface": "^9.0.0" | ||
}, | ||
@@ -37,4 +37,4 @@ "devDependencies": { | ||
"playwright-test": "^8.2.0", | ||
"typescript": "^4.9.5", | ||
"@ucanto/principal": "^8.0.0" | ||
"typescript": "^5.0.4", | ||
"@ucanto/principal": "^9.0.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "type": "module", |
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
26947
+ Added@ucanto/core@9.0.1(transitive)
+ Added@ucanto/interface@9.0.0(transitive)
- Removed@ucanto/core@8.2.0(transitive)
- Removed@ucanto/interface@8.1.0(transitive)
Updated@ucanto/core@^9.0.0
Updated@ucanto/interface@^9.0.0