Skip to content

Commit 2be3394

Browse files
committed
Release vintasend-nodemailer@0.11.1
1 parent 9e82876 commit 2be3394

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vintasend-nodemailer",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"nodemailer": "^8.0.1",
23-
"vintasend": "^0.11.0"
23+
"vintasend": "^0.11.1"
2424
},
2525
"devDependencies": {
2626
"@biomejs/biome": "^2.4.5",

src/__tests__/nodemailer-adapter-attachments.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {
77
DatabaseNotification,
88
StoredAttachment,
99
} from 'vintasend';
10-
import { type Mocked, vi } from 'vitest';
10+
import { beforeEach, describe, expect, it, type Mocked, vi } from 'vitest';
1111
import { NodemailerNotificationAdapterFactory } from '../index';
1212

1313
vi.mock('nodemailer');

src/__tests__/nodemailer-adapter-one-off.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type {
66
DatabaseNotification,
77
DatabaseOneOffNotification,
88
} from 'vintasend';
9-
import { type Mocked, vi } from 'vitest';
9+
import { beforeEach, describe, expect, it, type Mocked, vi } from 'vitest';
1010
import type { NodemailerNotificationAdapter } from '../index';
1111
import { NodemailerNotificationAdapterFactory } from '../index';
1212

src/__tests__/nodemailer-notification-adapter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type {
55
BaseNotificationBackend,
66
DatabaseNotification,
77
} from 'vintasend';
8-
import { type Mocked, vi } from 'vitest';
8+
import { beforeEach, describe, expect, it, type Mocked, vi } from 'vitest';
99
import { NodemailerNotificationAdapterFactory } from '../index';
1010

1111
vi.mock('nodemailer');

0 commit comments

Comments
 (0)