Skip to content

feat(first-key): implement profile creation #9

feat(first-key): implement profile creation

feat(first-key): implement profile creation #9

Triggered via push December 3, 2023 20:30
Status Failure
Total duration 1m 29s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
Build: node_modules/jsontokens/lib/decode.d.ts#L4
Property 'alg' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
Build: node_modules/jsontokens/lib/decode.d.ts#L5
Property 'typ' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
Build: node_modules/jsontokens/lib/decode.d.ts#L9
Property 'iss' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
Build: node_modules/jsontokens/lib/decode.d.ts#L10
Property 'jti' of type 'string | undefined' is not assignable to 'string' index type 'Json'.
Build: node_modules/jsontokens/lib/decode.d.ts#L11
Property 'iat' of type 'string | number | undefined' is not assignable to 'string' index type 'Json'.
Build: node_modules/jsontokens/lib/decode.d.ts#L12
Property 'exp' of type 'string | number | undefined' is not assignable to 'string' index type 'Json'.
Build: node_modules/micro-stacks/api.d.ts#L1
Cannot find module '@stacks/stacks-blockchain-api-types' or its corresponding type declarations.
Build: node_modules/micro-stacks/connect.d.ts#L273
Subsequent property declarations must have the same type. Property 'StacksProvider' must be of type 'StacksProvider | undefined', but here has type 'StacksProvider | undefined'.
Build
Process completed with exit code 2.
Lint: src/App.tsx#L2
'StacksMainnet' is defined but never used
Lint: src/App.tsx#L2
'StacksDevnet' is defined but never used
Lint: src/components/connectWallet.tsx#L1
'useState' is defined but never used
Lint: src/components/connectWallet.tsx#L2
'StacksMainnet' is defined but never used
Lint: src/components/connectWallet.tsx#L2
'StacksDevnet' is defined but never used
Lint: src/components/connectWallet.tsx#L2
'StacksTestnet' is defined but never used
Lint: src/components/connectWallet.tsx#L4
'callReadOnlyFunction' is defined but never used
Lint: src/components/connectWallet.tsx#L5
'getAddressFromPublicKey' is defined but never used
Lint: src/components/connectWallet.tsx#L6
'uintCV' is defined but never used
Lint: src/components/connectWallet.tsx#L7
'cvToValue' is defined but never used