@activepieces/piece-gmail 0.9.0 → 0.9.1
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/package.json +4 -10
- package/src/i18n/translation.json +1 -4
package/package.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-gmail",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
-
"@ai-sdk/google": "2.0.6",
|
|
7
|
-
"@ai-sdk/openai": "2.0.12",
|
|
8
|
-
"@ai-sdk/provider": "2.0.0",
|
|
9
|
-
"@ai-sdk/replicate": "1.0.3",
|
|
10
5
|
"@sinclair/typebox": "0.34.11",
|
|
11
|
-
"ai": "5.0.12",
|
|
12
6
|
"axios": "1.8.3",
|
|
13
7
|
"axios-retry": "4.4.1",
|
|
14
8
|
"dayjs": "1.11.9",
|
|
@@ -22,9 +16,9 @@
|
|
|
22
16
|
"nodemailer": "6.9.9",
|
|
23
17
|
"semver": "7.6.0",
|
|
24
18
|
"zod": "3.25.76",
|
|
25
|
-
"@activepieces/pieces-common": "0.
|
|
26
|
-
"@activepieces/pieces-framework": "0.18.
|
|
27
|
-
"@activepieces/shared": "0.
|
|
19
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
20
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
21
|
+
"@activepieces/shared": "0.19.0",
|
|
28
22
|
"tslib": "2.8.1"
|
|
29
23
|
},
|
|
30
24
|
"overrides": {
|
|
@@ -14,8 +14,7 @@
|
|
|
14
14
|
"Reply-To Email": "Reply-To Email",
|
|
15
15
|
"Sender Name": "Sender Name",
|
|
16
16
|
"Sender Email": "Sender Email",
|
|
17
|
-
"
|
|
18
|
-
"Attachment Name": "Attachment Name",
|
|
17
|
+
"Attachments": "Attachments",
|
|
19
18
|
"In reply to": "In reply to",
|
|
20
19
|
"Create draft": "Create draft",
|
|
21
20
|
"Method": "Method",
|
|
@@ -27,8 +26,6 @@
|
|
|
27
26
|
"Body for the email you want to send": "Body for the email you want to send",
|
|
28
27
|
"Email address to set as the \"Reply-To\" header": "Email address to set as the \"Reply-To\" header",
|
|
29
28
|
"The address must be listed in your GMail account's settings": "The address must be listed in your GMail account's settings",
|
|
30
|
-
"File to attach to the email you want to send": "File to attach to the email you want to send",
|
|
31
|
-
"In case you want to change the name of the attachment": "In case you want to change the name of the attachment",
|
|
32
29
|
"Reply to this Message-ID": "Reply to this Message-ID",
|
|
33
30
|
"Create draft without sending the actual email": "Create draft without sending the actual email",
|
|
34
31
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|