v0.3.2 #11
Annotations
2 errors and 1 warning
Release:
src/noop.ts#L7
Type '<TParameters extends Zod.ZodType<any, Zod.ZodTypeDef, any>, TData extends Zod.ZodType<any, Zod.ZodTypeDef, any>>(req: { pipe: string; parameters?: TParameters; data: TData; opts?: { ...; }; }) => (params: Zod.input<...>) => Promise<...>' is not assignable to type '<TParameters extends Zod.ZodType<any, Zod.ZodTypeDef, any>, TData extends Zod.ZodType<any, Zod.ZodTypeDef, any>>(req: { pipe: string; parameters?: TParameters; data: TData; opts?: { ...; }; }) => (params: Zod.input<...>) => Promise<...>'. Two different types with this name exist, but they are unrelated.
|
Release
Process completed with exit code 1.
|
Release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|