@ucanto/transport
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -8,5 +8,5 @@ export function encode<T>(data: T): API.ByteView<T>; | ||
} | undefined): Promise<API.Transport.Block<T, 113, number, 1>>; | ||
import * as CBOR from "@ipld/dag-cbor/index"; | ||
import * as CBOR from "@ipld/dag-cbor/dist/src"; | ||
import * as API from "@ucanto/interface"; | ||
export { code, decode } from "@ipld/dag-cbor"; | ||
//# sourceMappingURL=codec.d.ts.map |
{ | ||
"name": "@ucanto/transport", | ||
"description": "ucanto transport", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"keywords": [ | ||
@@ -24,5 +24,5 @@ "UCAN", | ||
"dependencies": { | ||
"@ipld/car": "^4.1.6", | ||
"@ipld/dag-cbor": "^7.0.3", | ||
"@ucanto/core": "^3.0.0", | ||
"@ipld/car": "^5.0.0", | ||
"@ipld/dag-cbor": "^8.0.0", | ||
"@ucanto/core": "^3.0.1", | ||
"@ucanto/interface": "^3.0.0", | ||
@@ -29,0 +29,0 @@ "multiformats": "^10.0.0" |
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
24405
- Removed@ipld/car@4.1.6(transitive)
- Removed@ipld/dag-cbor@7.0.3(transitive)
- Removedmultiformats@9.9.0(transitive)
Updated@ipld/car@^5.0.0
Updated@ipld/dag-cbor@^8.0.0
Updated@ucanto/core@^3.0.1