@activepieces/piece-resend 0.1.10 → 0.1.11

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 CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "@activepieces/piece-resend",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
7
7
  "axios-retry": "4.4.1",
8
8
  "deepmerge-ts": "7.1.0",
9
- "fast-glob": "3.3.3",
10
9
  "mime-types": "2.1.35",
11
10
  "nanoid": "3.3.8",
12
11
  "semver": "7.6.0",
13
12
  "zod": "3.25.76",
14
13
  "@activepieces/pieces-common": "0.7.0",
15
- "@activepieces/pieces-framework": "0.18.4",
16
- "@activepieces/shared": "0.20.0",
14
+ "@activepieces/pieces-framework": "0.20.1",
15
+ "@activepieces/shared": "0.20.1",
17
16
  "tslib": "2.8.1"
18
17
  },
19
18
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Resend": "Erneut senden",
3
2
  "Email for developers": "E-Mail für Entwickler",
4
3
  "Send Email": "E-Mail senden",
5
4
  "Custom API Call": "Eigener API-Aufruf",
package/src/i18n/es.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Resend": "Reenviar",
3
2
  "Email for developers": "Email para desarrolladores",
4
3
  "Send Email": "Enviar Email",
5
4
  "Custom API Call": "Llamada API personalizada",
package/src/i18n/fr.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Resend": "Resend",
3
2
  "Email for developers": "E-mail pour les développeurs",
4
3
  "Send Email": "Envoyer un e-mail",
5
4
  "Custom API Call": "Appel d'API personnalisé",
package/src/i18n/ja.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Resend": "再送信する",
3
2
  "Email for developers": "開発者向けのメール",
4
3
  "Send Email": "メール送信",
5
4
  "Custom API Call": "カスタムAPI通話",
package/src/i18n/nl.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Resend": "Opnieuw versturen",
3
2
  "Email for developers": "E-mail voor ontwikkelaars",
4
3
  "Send Email": "E-mail verzenden",
5
4
  "Custom API Call": "Custom API Call",
package/src/i18n/pt.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Resend": "Reenviar",
3
2
  "Email for developers": "E-mail para desenvolvedores",
4
3
  "Send Email": "Enviar e-mail",
5
4
  "Custom API Call": "Chamada de API personalizada",
@@ -1,5 +1,4 @@
1
1
  {
2
- "Resend": "Resend",
3
2
  "Email for developers": "Email for developers",
4
3
  "Send Email": "Send Email",
5
4
  "Custom API Call": "Custom API Call",
package/src/i18n/zh.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "Resend": "重新发送",
3
2
  "Email for developers": "Email for developers",
4
3
  "Send Email": "Send Email",
5
4
  "Custom API Call": "自定义 API 呼叫",