@activepieces/piece-csv 0.4.3 → 0.4.5
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 +10 -10
- package/src/i18n/fr.json +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-csv",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "
|
|
6
|
-
"@ai-sdk/google": "
|
|
7
|
-
"@ai-sdk/openai": "
|
|
8
|
-
"@ai-sdk/
|
|
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",
|
|
9
10
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
-
"ai": "
|
|
11
|
+
"ai": "5.0.12",
|
|
11
12
|
"csv-parse": "5.6.0",
|
|
12
13
|
"csv-stringify": "6.5.2",
|
|
13
14
|
"deepmerge-ts": "7.1.0",
|
|
@@ -15,8 +16,8 @@
|
|
|
15
16
|
"nanoid": "3.3.8",
|
|
16
17
|
"safe-flat": "2.1.0",
|
|
17
18
|
"semver": "7.6.0",
|
|
18
|
-
"@activepieces/pieces-framework": "0.
|
|
19
|
-
"@activepieces/shared": "0.
|
|
19
|
+
"@activepieces/pieces-framework": "0.18.3",
|
|
20
|
+
"@activepieces/shared": "0.18.1",
|
|
20
21
|
"tslib": "2.8.1"
|
|
21
22
|
},
|
|
22
23
|
"overrides": {
|
|
@@ -25,8 +26,7 @@
|
|
|
25
26
|
},
|
|
26
27
|
"vite": {
|
|
27
28
|
"rollup": "npm:@rollup/wasm-node"
|
|
28
|
-
}
|
|
29
|
-
"stylus": "0.0.1-security"
|
|
29
|
+
}
|
|
30
30
|
},
|
|
31
31
|
"resolutions": {
|
|
32
32
|
"rollup": "npm:@rollup/wasm-node"
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"CSV": "CSV",
|
|
3
3
|
"Manipulate CSV text": "Manipuler le texte CSV",
|
|
4
|
-
"Convert CSV to JSON": "Convertir
|
|
4
|
+
"Convert CSV to JSON": "Convertir CSV en JSON",
|
|
5
5
|
"Convert JSON to CSV": "Convertir JSON en CSV",
|
|
6
6
|
"This function reads a CSV string and converts it into JSON array format.": "Cette fonction lit une chaîne CSV et la convertit au format JSON.",
|
|
7
7
|
"This function reads a JSON array and converts it into CSV format.": "Cette fonction lit un tableau JSON et le convertit au format CSV.",
|