@activepieces/piece-dumpling-ai 0.0.4 → 0.0.6
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/fr.json +2 -2
package/package.json
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-dumpling-ai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
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",
|
|
@@ -17,9 +11,9 @@
|
|
|
17
11
|
"nanoid": "3.3.8",
|
|
18
12
|
"semver": "7.6.0",
|
|
19
13
|
"zod": "3.25.76",
|
|
20
|
-
"@activepieces/pieces-common": "0.
|
|
21
|
-
"@activepieces/pieces-framework": "0.18.
|
|
22
|
-
"@activepieces/shared": "0.
|
|
14
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
15
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
+
"@activepieces/shared": "0.19.1",
|
|
23
17
|
"tslib": "2.8.1"
|
|
24
18
|
},
|
|
25
19
|
"overrides": {
|
package/src/i18n/fr.json
CHANGED
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"Square (1:1)": "Carré (1:1)",
|
|
94
94
|
"Landscape 16:9": "Paysage 16:9",
|
|
95
95
|
"Landscape 21:9": "Paysage 21:9",
|
|
96
|
-
"Landscape 3:2": "
|
|
97
|
-
"Landscape 4:3": "
|
|
96
|
+
"Landscape 3:2": "Paysage 3:2",
|
|
97
|
+
"Landscape 4:3": "Paysage 4:3",
|
|
98
98
|
"Portrait 2:3": "Portrait 2:3",
|
|
99
99
|
"Portrait 3:4": "Portrait 3:4",
|
|
100
100
|
"Portrait 4:5": "Portrait 4:5",
|