File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 141141 "dependencies" : {
142142 "@hapi/boom" : " ^10.0.0" ,
143143 "@hapi/hapi" : " ^21.1.0" ,
144- "@libp2p/interface" : " ^1. 2.0" ,
145- "@libp2p/logger" : " ^4 .0.10 " ,
146- "execa" : " ^8.0 .1" ,
144+ "@libp2p/interface" : " ^2.0.1 " ,
145+ "@libp2p/logger" : " ^5 .0.1 " ,
146+ "execa" : " ^9.3 .1" ,
147147 "joi" : " ^17.2.1" ,
148- "kubo-rpc-client" : " ^4 .0.1 " ,
148+ "kubo-rpc-client" : " ^5 .0.0 " ,
149149 "merge-options" : " ^3.0.1" ,
150150 "nanoid" : " ^5.0.7" ,
151151 "p-defer" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 11import fs from 'node:fs/promises'
22import { logger } from '@libp2p/logger'
3- import { execa , type ExecaChildProcess } from 'execa'
3+ import { execa , type ResultPromise } from 'execa'
44import mergeOptions from 'merge-options'
55import pDefer from 'p-defer'
66import waitFor from 'p-wait-for'
@@ -25,7 +25,7 @@ export default class KuboDaemon implements KuboNode {
2525 public options : KuboOptions & Required < Pick < KuboOptions , 'rpc' > >
2626
2727 private readonly disposable : boolean
28- private subprocess ?: ExecaChildProcess
28+ private subprocess ?: ResultPromise
2929 private _api ?: KuboRPCClient
3030 private readonly repo : string
3131 private readonly stdout : Logger
You can’t perform that action at this time.
0 commit comments