Skip to content

v5.0.0-rc4

v5.0.0-rc4 #29

Triggered via release November 20, 2023 07:31
@fadeevfadeev
published v5.0.0-rc4
Status Success
Total duration 48s
Artifacts

publish-npm.yaml

on: release
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build: tasks/cctx.ts#L3
Could not find a declaration file for module 'spinnies'. '/home/runner/work/toolkit/toolkit/node_modules/spinnies/index.js' implicitly has an 'any' type.
build: tasks/faucet.ts#L1
Could not find a declaration file for module '@zetachain/faucet-cli/dist/commands/drip'. '/home/runner/work/toolkit/toolkit/node_modules/@zetachain/faucet-cli/dist/commands/drip.js' implicitly has an 'any' type.
build: tasks/pools.ts#L15
Argument of type '(a: any, b: any) => -1 | undefined' is not assignable to parameter of type '(a: { Contract: any; ZETA: string; "ZRC-20": string; name: any; }, b: { Contract: any; ZETA: string; "ZRC-20": string; name: any; }) => number'.
build: tasks/sendBTC.ts#L84
Property 'hash' does not exist on type '{}'.
build: tasks/sendBTC.ts#L85
Property 'index' does not exist on type '{}'.
build: tasks/sendBTC.ts#L90
Property 'witnessUtxo' does not exist on type '{}'.
build: tasks/sendBTC.ts#L91
Argument of type '{}' is not assignable to parameter of type 'PsbtInputExtended'.
build: tasks/sendZETA.ts#L9
Property 'ethers' does not exist on type 'HardhatRuntimeEnvironment'.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/