@ipld/dag-ucan
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -55,3 +55,3 @@ import type { ByteView, MulticodecCode, ToJSON, ToString } from "./ucan.js"; | ||
ok: {}; | ||
error?: void; | ||
error?: undefined; | ||
} | { | ||
@@ -58,0 +58,0 @@ error: Error; |
{ | ||
"name": "@ipld/dag-ucan", | ||
"description": "UCAN codec for IPLD", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "UCAN", |
@@ -63,3 +63,3 @@ import type { ByteView, MulticodecCode, ToJSON, ToString } from "./ucan.js" | ||
payload: ByteView<T> | ||
) => Await<{ ok: {}; error?: void } | { error: Error; ok?: undefined }> | ||
) => Await<{ ok: {}; error?: undefined } | { error: Error; ok?: undefined }> | ||
} | ||
@@ -66,0 +66,0 @@ |
Sorry, the diff of this file is not supported yet
92097