@zhin.js/adapter-email 0.1.47 → 0.1.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @zhin.js/adapter-email
2
2
 
3
+ ## 0.1.49
4
+
5
+ ### Patch Changes
6
+
7
+ - 5073d4c: chore: chore: update TypeScript version to ^5.9.3 across all plugins and packages
8
+ feat: enhance ai-text-as-image output registration with off handler for cleanup
9
+ fix: remove unnecessary logging in ensureBuiltinFontsCached function
10
+ refactor: simplify action handlers in html-renderer tools
11
+ chore: add README files for queue-sandbox-poc and event-delivery packages
12
+ chore: adjust pnpm workspace configuration to exclude games directory
13
+ chore: update tsconfig to include plugins directory for TypeScript compilation
14
+ - Updated dependencies [5073d4c]
15
+ - zhin.js@1.0.60
16
+
17
+ ## 0.1.48
18
+
19
+ ### Patch Changes
20
+
21
+ - c212bf7: fix: 适配器优化
22
+ - Updated dependencies [c212bf7]
23
+ - zhin.js@1.0.59
24
+
3
25
  ## 0.1.47
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter-email",
3
- "version": "0.1.47",
3
+ "version": "0.1.49",
4
4
  "type": "module",
5
5
  "description": "Zhin.js adapter for Email (SMTP/IMAP)",
6
6
  "main": "./lib/index.js",
@@ -13,13 +13,13 @@
13
13
  "nodemailer": "^7.0.11"
14
14
  },
15
15
  "peerDependencies": {
16
- "zhin.js": "1.0.58"
16
+ "zhin.js": "1.0.60"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/mailparser": "^3.4.6",
20
20
  "@types/node": "^20.10.6",
21
- "typescript": "^5.3.3",
22
- "zhin.js": "1.0.58"
21
+ "typescript": "^5.9.3",
22
+ "zhin.js": "1.0.60"
23
23
  },
24
24
  "keywords": [
25
25
  "zhin",