Skip to content

Commit dabda28

Browse files
committed
chore: prepare npm packages for v0.3.1
1 parent 70ef48b commit dabda28

7 files changed

Lines changed: 59 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "emdash-smtp-workspace",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.3.1",
55
"type": "module",
66
"description": "Full-featured SMTP and transactional email plugin family for EmDash",
77
"packageManager": "pnpm@10.28.0",

packages/core/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emdash-smtp-core",
3-
"version": "0.2.1",
3+
"version": "0.3.1",
44
"description": "Internal shared runtime for EmDash SMTP. End users should install emdash-smtp or emdash-smtp-marketplace.",
55
"type": "module",
66
"main": "dist/index.mjs",
@@ -11,14 +11,21 @@
1111
"types": "./dist/index.d.mts"
1212
}
1313
},
14-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1517
"scripts": {
1618
"build": "tsdown src/index.ts --format esm --dts --clean",
1719
"test": "vitest run",
1820
"typecheck": "tsc --noEmit -p tsconfig.json",
1921
"prepack": "pnpm build"
2022
},
21-
"keywords": ["emdash", "emdash-plugin", "smtp", "email"],
23+
"keywords": [
24+
"emdash",
25+
"emdash-plugin",
26+
"smtp",
27+
"email"
28+
],
2229
"author": "Mason James",
2330
"peerDependencies": {
2431
"emdash": ">=0.1.0"

packages/core/src/admin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import type {
4444
} from "./types.js";
4545

4646
export const SMTP_PLUGIN_ID = "emdash-smtp";
47-
export const SMTP_PLUGIN_VERSION = "0.2.1";
47+
export const SMTP_PLUGIN_VERSION = "0.3.1";
4848

4949
export const SMTP_ADMIN_PAGES = [
5050
{ path: "/providers", label: "SMTP Providers", icon: "mail" },

packages/emdash-smtp-marketplace/package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emdash-smtp-marketplace",
3-
"version": "0.2.1",
3+
"version": "0.3.1",
44
"description": "Marketplace-safe SMTP and transactional email plugin for EmDash",
55
"type": "module",
66
"main": "dist/index.mjs",
@@ -15,17 +15,29 @@
1515
"types": "./dist/sandbox-entry.d.mts"
1616
}
1717
},
18-
"files": ["dist", "README.md", "CHANGELOG.md", "icon.png", "screenshots"],
18+
"files": [
19+
"dist",
20+
"README.md",
21+
"CHANGELOG.md",
22+
"icon.png",
23+
"screenshots"
24+
],
1925
"scripts": {
2026
"build": "tsdown src/index.ts src/sandbox-entry.ts --format esm --dts --clean",
2127
"test": "vitest run",
2228
"typecheck": "tsc --noEmit -p tsconfig.json",
2329
"prepack": "pnpm build"
2430
},
25-
"keywords": ["emdash", "emdash-plugin", "marketplace", "smtp", "email"],
31+
"keywords": [
32+
"emdash",
33+
"emdash-plugin",
34+
"marketplace",
35+
"smtp",
36+
"email"
37+
],
2638
"author": "Mason James",
2739
"dependencies": {
28-
"emdash-smtp-core": "0.2.1"
40+
"emdash-smtp-core": "0.3.1"
2941
},
3042
"peerDependencies": {
3143
"emdash": ">=0.1.0"

packages/emdash-smtp/package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emdash-smtp",
3-
"version": "0.2.2",
3+
"version": "0.3.1",
44
"description": "Trusted full-parity SMTP and transactional email plugin for EmDash",
55
"type": "module",
66
"main": "dist/index.mjs",
@@ -15,18 +15,28 @@
1515
"types": "./dist/plugin.d.mts"
1616
}
1717
},
18-
"files": ["dist", "README.md", "CHANGELOG.md"],
18+
"files": [
19+
"dist",
20+
"README.md",
21+
"CHANGELOG.md"
22+
],
1923
"scripts": {
2024
"build": "tsdown src/index.ts src/plugin.ts --format esm --dts --clean",
2125
"test": "vitest run",
2226
"typecheck": "tsc --noEmit -p tsconfig.json",
2327
"prepack": "pnpm build"
2428
},
25-
"keywords": ["emdash", "emdash-plugin", "smtp", "email", "transactional-email"],
29+
"keywords": [
30+
"emdash",
31+
"emdash-plugin",
32+
"smtp",
33+
"email",
34+
"transactional-email"
35+
],
2636
"author": "Mason James",
2737
"dependencies": {
28-
"emdash-smtp-core": "0.2.1",
29-
"emdash-smtp-node-transports": "0.2.1"
38+
"emdash-smtp-core": "0.3.1",
39+
"emdash-smtp-node-transports": "0.3.1"
3040
},
3141
"peerDependencies": {
3242
"emdash": ">=0.1.0"

packages/node-transports/package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emdash-smtp-node-transports",
3-
"version": "0.2.1",
3+
"version": "0.3.1",
44
"description": "Internal Node.js transport adapters for emdash-smtp. End users should install emdash-smtp.",
55
"type": "module",
66
"main": "dist/index.mjs",
@@ -11,17 +11,25 @@
1111
"types": "./dist/index.d.mts"
1212
}
1313
},
14-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1517
"scripts": {
1618
"build": "tsdown src/index.ts --format esm --dts --clean",
1719
"test": "vitest run",
1820
"typecheck": "tsc --noEmit -p tsconfig.json",
1921
"prepack": "pnpm build"
2022
},
21-
"keywords": ["emdash", "emdash-plugin", "smtp", "email", "nodemailer"],
23+
"keywords": [
24+
"emdash",
25+
"emdash-plugin",
26+
"smtp",
27+
"email",
28+
"nodemailer"
29+
],
2230
"author": "Mason James",
2331
"dependencies": {
24-
"emdash-smtp-core": "0.2.1",
32+
"emdash-smtp-core": "0.3.1",
2533
"nodemailer": "^6.10.1"
2634
},
2735
"license": "MIT",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)