@activepieces/piece-sendinblue 0.1.12 → 0.1.13
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 +3 -4
- package/src/i18n/de.json +0 -1
- package/src/i18n/es.json +0 -1
- package/src/i18n/fr.json +0 -1
- package/src/i18n/ja.json +0 -1
- package/src/i18n/nl.json +0 -1
- package/src/i18n/pt.json +0 -1
- package/src/i18n/translation.json +0 -1
- package/src/i18n/zh.json +0 -1
package/package.json
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sendinblue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
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.
|
|
16
|
-
"@activepieces/shared": "0.20.
|
|
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
|
-
"Brevo": "Lila",
|
|
3
2
|
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Früher Sendinblue, ist eine SaaS-Lösung für Relationship Marketing",
|
|
4
3
|
"Your project API key": "Ihr Projekt API-Schlüssel",
|
|
5
4
|
"Create or Update Contact": "Kontakt erstellen oder aktualisieren",
|
package/src/i18n/es.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Brevo": "Brevo",
|
|
3
2
|
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Anteriormente Sendinblue, es una solución SaaS para la comercialización de relaciones",
|
|
4
3
|
"Your project API key": "Su clave API de proyecto",
|
|
5
4
|
"Create or Update Contact": "Crear o actualizar contacto",
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Brevo": "Brèves",
|
|
3
2
|
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Anciennement Sendinblue, est une solution SaaS pour le marketing relationnel",
|
|
4
3
|
"Your project API key": "Votre clé API de projet",
|
|
5
4
|
"Create or Update Contact": "Créer ou mettre à jour le contact",
|
package/src/i18n/ja.json
CHANGED
package/src/i18n/nl.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Brevo": "Breedte",
|
|
3
2
|
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Voorheen Sendinblue is een SaaS-oplossing voor relatiesmarketing",
|
|
4
3
|
"Your project API key": "Uw project API-sleutel",
|
|
5
4
|
"Create or Update Contact": "Maken of bijwerken van contactpersoon",
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Brevo": "Brevo",
|
|
3
2
|
"Formerly Sendinblue, is a SaaS solution for relationship marketing": "Anteriormente Sendinblue, é uma solução SaaS para marketing de relacionamento",
|
|
4
3
|
"Your project API key": "Sua chave API do projeto",
|
|
5
4
|
"Create or Update Contact": "Criar ou atualizar contato",
|
package/src/i18n/zh.json
CHANGED