We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693c55e commit 997b27dCopy full SHA for 997b27d
packages/client/package.json
@@ -134,7 +134,7 @@
134
"release": "aegir release"
135
},
136
"dependencies": {
137
- "@libp2p/interface": "^2.0.1",
+ "@libp2p/interface": "^2.2.0",
138
"@libp2p/logger": "^5.0.1",
139
"@libp2p/peer-id": "^5.0.1",
140
"@multiformats/multiaddr": "^12.3.1",
packages/client/src/routings.ts
@@ -36,6 +36,10 @@ export class DelegatedRoutingV1HttpApiClientContentRouting implements ContentRou
36
// noop
37
}
38
39
+ async cancelReprovide (): Promise<void> {
40
+ // noop
41
+ }
42
+
43
async put (key: Uint8Array, value: Uint8Array, options?: AbortOptions): Promise<void> {
44
if (!isIPNSKey(key)) {
45
return
0 commit comments