build(deps): bump @midnight-ntwrk/midnight-js-node-zk-config-provider from 3.0.0 to 3.1.0 #1370
+17
−6
Annotations
4 errors and 8 warnings
|
Compile counter-cli
Process completed with exit code 2.
|
|
Compile counter-cli
Type '{ privateStateProvider: PrivateStateProvider<"counterPrivateState", any>; publicDataProvider: PublicDataProvider; zkConfigProvider: NodeZkConfigProvider<...>; proofProvider: ProofProvider; walletProvider: WalletProvider & MidnightProvider; midnightProvider: WalletProvider & MidnightProvider; }' is not assignable to type 'CounterProviders'.
|
|
Compile counter-cli
Argument of type '{ privateStateProvider: PrivateStateProvider<"counterPrivateState", any>; publicDataProvider: PublicDataProvider; zkConfigProvider: NodeZkConfigProvider<...>; proofProvider: ProofProvider; walletProvider: WalletProvider & MidnightProvider; midnightProvider: WalletProvider & MidnightProvider; }' is not assignable to parameter of type 'CounterProviders'.
|
|
Compile counter-cli
Argument of type 'NodeZkConfigProvider<CounterCircuits>' is not assignable to parameter of type 'ZKConfigProvider<CounterCircuits>'.
|
|
Compile counter-cli:
counter-cli/src/api.ts#L423
Unsafe argument of type `any` assigned to a parameter of type `bigint`
|
|
Compile counter-cli:
counter-cli/src/api.ts#L406
Unsafe call of an `any` typed value
|
|
Compile counter-cli:
counter-cli/src/api.ts#L406
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
Compile counter-cli:
counter-cli/src/api.ts#L405
Unsafe call of an `any` typed value
|
|
Compile counter-cli:
counter-cli/src/api.ts#L405
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
Compile counter-cli:
counter-cli/src/api.ts#L228
Unsafe return of a value of type `any`
|
|
Compile counter-cli:
counter-cli/src/api.ts#L168
Unsafe call of an `any` typed value
|
|
Compile counter-cli:
counter-cli/src/api.ts#L168
Unsafe argument of type `any` assigned to a parameter of type `Uint8Array<ArrayBufferLike>`
|
Loading