diff --git a/packages/client/package.json b/packages/client/package.json index 8fbc845..bfc5398 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -134,7 +134,7 @@ "release": "aegir release" }, "dependencies": { - "@libp2p/interface": "^2.0.1", + "@libp2p/interface": "^2.2.0", "@libp2p/logger": "^5.0.1", "@libp2p/peer-id": "^5.0.1", "@multiformats/multiaddr": "^12.3.1", diff --git a/packages/client/src/routings.ts b/packages/client/src/routings.ts index 1f2061d..1770ea7 100644 --- a/packages/client/src/routings.ts +++ b/packages/client/src/routings.ts @@ -36,6 +36,10 @@ export class DelegatedRoutingV1HttpApiClientContentRouting implements ContentRou // noop } + async cancelReprovide (): Promise { + // noop + } + async put (key: Uint8Array, value: Uint8Array, options?: AbortOptions): Promise { if (!isIPNSKey(key)) { return