Skip to content

Commit d05bcb3

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/aegir-45.0.1
2 parents b494a19 + 997b27d commit d05bcb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"release": "aegir release"
135135
},
136136
"dependencies": {
137-
"@libp2p/interface": "^2.0.1",
137+
"@libp2p/interface": "^2.2.0",
138138
"@libp2p/logger": "^5.0.1",
139139
"@libp2p/peer-id": "^5.0.1",
140140
"@multiformats/multiaddr": "^12.3.1",

packages/client/src/routings.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ export class DelegatedRoutingV1HttpApiClientContentRouting implements ContentRou
3636
// noop
3737
}
3838

39+
async cancelReprovide (): Promise<void> {
40+
// noop
41+
}
42+
3943
async put (key: Uint8Array, value: Uint8Array, options?: AbortOptions): Promise<void> {
4044
if (!isIPNSKey(key)) {
4145
return

0 commit comments

Comments
 (0)