ops: release published without build #8
Annotations
12 errors
lint:
packages/jarm/src/jarm-auth-response/jarm-auth-response.ts#L62
Unexpected `await` of a non-Promise (non-"Thenable") value
|
lint:
packages/jarm/src/jarm-auth-response/jarm-auth-response.ts#L64
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint:
packages/jarm/src/jarm-auth-response/jarm-auth-response.ts#L67
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint:
packages/jarm/src/jarm-auth-response/jarm-auth-response.ts#L103
Unexpected `await` of a non-Promise (non-"Thenable") value
|
lint
@protokoll/jarm#lint: command (/home/runner/work/protokoll/protokoll/packages/jarm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint
Process completed with exit code 1.
|
typecheck
Type '(input: { jwe: string; jwk: JWK; alg?: string; }) => Promise<{ plaintext: string; protectedHeader: jose.CompactJWEHeaderParameters; }>' is not assignable to type 'JoseJweDecrypt'.
|
typecheck
Property 'plaintext' does not exist on type '(input: { jwe: string; jwk: JWK; }) => MaybePromise<{ plaintext: string; protectedHeader: CompactJWEHeaderParameters; }>'.
|
typecheck
Expected 0 arguments, but got 1.
|
typecheck
@protokoll/jarm#typecheck: command (/home/runner/work/protokoll/protokoll/packages/jarm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Expected 0 arguments, but got 1.
|
typecheck
Process completed with exit code 2.
|