@web3-storage/capabilities
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -46,3 +46,6 @@ import type { TupleToUnion } from 'type-fest'; | ||
} | ||
export type ProviderAddFailure = Ucanto.Failure; | ||
export type ProviderAddFailure = InvalidProvider | Ucanto.Failure; | ||
export interface InvalidProvider extends Ucanto.Failure { | ||
name: 'InvalidProvider'; | ||
} | ||
export type Space = InferInvokedCapability<typeof space>; | ||
@@ -49,0 +52,0 @@ export type SpaceInfo = InferInvokedCapability<typeof info>; |
{ | ||
"name": "@web3-storage/capabilities", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Capabilities provided by web3.storage", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities", |
@@ -55,4 +55,8 @@ import type { TupleToUnion } from 'type-fest' | ||
export interface ProviderAddSuccess {} | ||
export type ProviderAddFailure = Ucanto.Failure | ||
export type ProviderAddFailure = InvalidProvider | Ucanto.Failure | ||
export interface InvalidProvider extends Ucanto.Failure { | ||
name: 'InvalidProvider' | ||
} | ||
// Space | ||
@@ -59,0 +63,0 @@ export type Space = InferInvokedCapability<typeof space> |
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
69586
1467