@activepieces/piece-drip 0.3.7 → 0.3.9
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 -11
- 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,25 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-drip",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
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
|
"deepmerge-ts": "7.1.0",
|
|
15
|
-
"fast-glob": "3.3.3",
|
|
16
9
|
"mime-types": "2.1.35",
|
|
17
10
|
"nanoid": "3.3.8",
|
|
18
11
|
"semver": "7.6.0",
|
|
19
12
|
"zod": "3.25.76",
|
|
20
|
-
"@activepieces/pieces-common": "0.
|
|
21
|
-
"@activepieces/pieces-framework": "0.
|
|
22
|
-
"@activepieces/shared": "0.
|
|
13
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
14
|
+
"@activepieces/pieces-framework": "0.20.1",
|
|
15
|
+
"@activepieces/shared": "0.20.1",
|
|
23
16
|
"tslib": "2.8.1"
|
|
24
17
|
},
|
|
25
18
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Drip": "Tropfen",
|
|
3
2
|
"E-commerce CRM for B2B marketers": "E-Commerce-CRM für B2B-Vermarkter",
|
|
4
3
|
"Get it from https://www.getdrip.com/user/edit": "Holen Sie es unter https://www.getdrip.com/user/edit",
|
|
5
4
|
"Apply a tag to subscriber": "Einen Tag auf Abonnenten anwenden",
|
package/src/i18n/es.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Drip": "Gota",
|
|
3
2
|
"E-commerce CRM for B2B marketers": "CRM de comercio electrónico para comercializadores B2B",
|
|
4
3
|
"Get it from https://www.getdrip.com/user/edit": "Obtenerlo en https://www.getdrip.com/user/edit",
|
|
5
4
|
"Apply a tag to subscriber": "Aplicar una etiqueta al suscriptor",
|
package/src/i18n/fr.json
CHANGED
package/src/i18n/ja.json
CHANGED
package/src/i18n/nl.json
CHANGED
package/src/i18n/pt.json
CHANGED
package/src/i18n/zh.json
CHANGED