Release 0.1.12 #200
Annotations
11 warnings
ci (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci (16.x):
src/storage/ipfs/upload.ts#L19
Unexpected any. Specify a different type
|
ci (16.x):
src/storage/ipfs/upload.ts#L20
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
ci (16.x):
src/storage/ipfs/upload.ts#L33
Unexpected any. Specify a different type
|
ci (16.x):
src/storage/ipfs/upload.ts#L34
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
ci (16.x):
src/storage/ipfs/upload.ts#L63
Unexpected any. Specify a different type
|
ci (16.x):
src/storage/ipfs/upload.ts#L64
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
ci (16.x):
src/util/fileHelper.ts#L2
Unsafe assignment of an `any` value
|
ci (16.x):
src/util/fileHelper.ts#L8
Unsafe assignment of an `any` value
|
ci (16.x):
src/util/fileHelper.ts#L9
Unsafe member access .readAsDataURL on an `any` value
|
ci (16.x):
src/util/fileHelper.ts#L9
Unsafe call of an `any` typed value
|