@swan-io/shared-business 13.7.4 → 13.7.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 +3 -3
- package/src/locales/fr.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swan-io/shared-business",
|
|
3
|
-
"version": "13.7.
|
|
3
|
+
"version": "13.7.5",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">22.12.0"
|
|
6
6
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
],
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@swan-io/lake": "13.7.
|
|
28
|
+
"@swan-io/lake": "13.7.5"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@formatjs/intl": "^4.1.2",
|
|
@@ -50,6 +50,6 @@
|
|
|
50
50
|
"@types/react-dom": "^19.2.3",
|
|
51
51
|
"@types/react-native": "^0.72.8",
|
|
52
52
|
"type-fest": "^5.4.3",
|
|
53
|
-
"@swan-io/lake": "13.7.
|
|
53
|
+
"@swan-io/lake": "13.7.5"
|
|
54
54
|
}
|
|
55
55
|
}
|
package/src/locales/fr.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"accountStatement.contactSupport": "Contactez Swan",
|
|
15
15
|
"accountStatement.creditTransfer": "Virement",
|
|
16
16
|
"accountStatement.date": "Du {openingDate} au {closingDate}",
|
|
17
|
-
"accountStatement.directDebit": "Prélèvement",
|
|
17
|
+
"accountStatement.directDebit": "Prélèvement automatique",
|
|
18
18
|
"accountStatement.feeStatement": "Relevé annuel des frais",
|
|
19
19
|
"accountStatement.feeType": "Type de frais",
|
|
20
20
|
"accountStatement.fees": "Frais",
|