@zhin.js/adapter-email 0.1.47 → 0.1.50
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.
- package/CHANGELOG.md +28 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @zhin.js/adapter-email
|
|
2
2
|
|
|
3
|
+
## 0.1.50
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- zhin.js@1.0.61
|
|
8
|
+
|
|
9
|
+
## 0.1.49
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5073d4c: chore: chore: update TypeScript version to ^5.9.3 across all plugins and packages
|
|
14
|
+
feat: enhance ai-text-as-image output registration with off handler for cleanup
|
|
15
|
+
fix: remove unnecessary logging in ensureBuiltinFontsCached function
|
|
16
|
+
refactor: simplify action handlers in html-renderer tools
|
|
17
|
+
chore: add README files for queue-sandbox-poc and event-delivery packages
|
|
18
|
+
chore: adjust pnpm workspace configuration to exclude games directory
|
|
19
|
+
chore: update tsconfig to include plugins directory for TypeScript compilation
|
|
20
|
+
- Updated dependencies [5073d4c]
|
|
21
|
+
- zhin.js@1.0.60
|
|
22
|
+
|
|
23
|
+
## 0.1.48
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- c212bf7: fix: 适配器优化
|
|
28
|
+
- Updated dependencies [c212bf7]
|
|
29
|
+
- zhin.js@1.0.59
|
|
30
|
+
|
|
3
31
|
## 0.1.47
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhin.js/adapter-email",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.50",
|
|
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.
|
|
16
|
+
"zhin.js": "1.0.61"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/mailparser": "^3.4.6",
|
|
20
20
|
"@types/node": "^20.10.6",
|
|
21
|
-
"typescript": "^5.
|
|
22
|
-
"zhin.js": "1.0.
|
|
21
|
+
"typescript": "^5.9.3",
|
|
22
|
+
"zhin.js": "1.0.61"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
|
25
25
|
"zhin",
|