Skip to content

Security Fixes Release #57

Security Fixes Release

Security Fixes Release #57

Triggered via push April 17, 2024 08:15
Status Failure
Total duration 21s
Artifacts

publish.yml

on: push
npm-publish
13s
npm-publish
Fit to window
Zoom out
Zoom in

Annotations

8 errors
npm-publish: src/auth.ts#L33
Object is possibly 'undefined'.
npm-publish: src/auth.ts#L51
Type '(obj: any, options?: IStringifyOptions | undefined) => string' is not assignable to type 'AxiosRequestTransformer | AxiosRequestTransformer[] | undefined'.
npm-publish: src/auth.ts#L60
Object is possibly 'undefined'.
npm-publish: src/client.ts#L30
Type '{ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string; (value: any, replacer?: (string | number)[] | null | undefined, space?: string | ... 1 more ... | undefined): string; }' is not assignable to type 'CustomParamsSerializer | ParamsSerializerOptions | undefined'.
npm-publish: src/client.ts#L31
Type '{ 'User-Agent': string; 'Content-Type': string; Accept: string; }' is not assignable to type 'HeadersDefaults & { [key: string]: AxiosHeaderValue; }'.
npm-publish: src/client.ts#L39
Argument of type '(req: AxiosRequestConfig<any>) => Promise<AxiosRequestConfig<any>>' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any> | Promise<InternalAxiosRequestConfig<any>>'.
npm-publish: src/client.ts#L98
Argument of type '(value: AxiosRequestConfig<any>) => AxiosRequestConfig<any> | Promise<AxiosRequestConfig<any>>' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>) => InternalAxiosRequestConfig<any> | Promise<InternalAxiosRequestConfig<any>>'.
npm-publish
Process completed with exit code 2.