@wix/multilingual 1.0.31 → 1.0.33
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/multilingual",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/multilingual_entity-mapper": "1.0.
|
|
22
|
-
"@wix/multilingual_machine-translation": "1.0.
|
|
23
|
-
"@wix/multilingual_site-translator": "1.0.
|
|
24
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
21
|
+
"@wix/multilingual_entity-mapper": "1.0.8",
|
|
22
|
+
"@wix/multilingual_machine-translation": "1.0.26",
|
|
23
|
+
"@wix/multilingual_site-translator": "1.0.12",
|
|
24
|
+
"@wix/multilingual_translation-contents": "1.0.14",
|
|
25
25
|
"@wix/multilingual_translation-published-contents": "1.0.2",
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
26
|
+
"@wix/multilingual_translation-schemas": "1.0.13"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "2819c72b749f5598cacc7d281f79d643502577622b7486946b8aadf8"
|
|
52
52
|
}
|
|
@@ -58,6 +58,8 @@ interface Mapper {
|
|
|
58
58
|
ignoreDomainEvents?: boolean | null;
|
|
59
59
|
/** The segment of the entity */
|
|
60
60
|
segment?: string | null;
|
|
61
|
+
/** flag that indicate the removing a repeated field in main language should remove it in all languages */
|
|
62
|
+
deleteRepeatedFields?: boolean | null;
|
|
61
63
|
}
|
|
62
64
|
interface MapperField {
|
|
63
65
|
/** The field FQN */
|
|
@@ -58,6 +58,8 @@ interface Mapper {
|
|
|
58
58
|
ignoreDomainEvents?: boolean | null;
|
|
59
59
|
/** The segment of the entity */
|
|
60
60
|
segment?: string | null;
|
|
61
|
+
/** flag that indicate the removing a repeated field in main language should remove it in all languages */
|
|
62
|
+
deleteRepeatedFields?: boolean | null;
|
|
61
63
|
}
|
|
62
64
|
interface MapperField {
|
|
63
65
|
/** The field FQN */
|