chore: changeset #91
Annotations
5 errors and 1 warning
build:
src/EmailBiulderHeader/__test__/EmailBuilderHeader.test.ts#L51
Argument of type '"message-id@example.com"' is not assignable to parameter of type '`<${string}@${string}.${string}>`'.
|
build:
src/EmailBuilder/EmailBuilder.ts#L38
Property 'from' is missing in type '{ url: string; name: string; }' but required in type 'ApplicationSignature'.
|
build:
src/EmailBuilder/EmailBuilder.ts#L251
Property 'from' is missing in type '{ url: string; name: string; }' but required in type 'ApplicationSignature'.
|
build:
src/EmailBuilder/__test__/EmailBuilder.test.ts#L147
Property 'from' is missing in type '{ url: string; name: string; }' but required in type 'NonNullableType<GetSignatureType>'.
|
build
Process completed with exit code 2.
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|