@wix/multilingual 1.0.81 → 1.0.82
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.82",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/multilingual_entity-mapper": "1.0.
|
|
24
|
+
"@wix/multilingual_entity-mapper": "1.0.25",
|
|
25
25
|
"@wix/multilingual_machine-translation": "1.0.37",
|
|
26
26
|
"@wix/multilingual_site-translator": "1.0.21",
|
|
27
27
|
"@wix/multilingual_translation-contents": "1.0.42",
|
|
28
28
|
"@wix/multilingual_translation-published-contents": "1.0.20",
|
|
29
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
29
|
+
"@wix/multilingual_translation-schemas": "1.0.40"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"glob": "^10.4.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "7ce9b094d195ec845610791393df29157064934fa6b96dbffd4c3771"
|
|
55
55
|
}
|
|
@@ -842,6 +842,8 @@ interface HtmlNewRevisionSavedMessage {
|
|
|
842
842
|
changedPages?: ChangedPages;
|
|
843
843
|
/** id of the main page of the site */
|
|
844
844
|
mainPageId?: string;
|
|
845
|
+
/** correlation id of original process (allows callers of createRevision to identify their revisions) */
|
|
846
|
+
originCorrelationId?: string | null;
|
|
845
847
|
}
|
|
846
848
|
interface RevisionInfo {
|
|
847
849
|
/** revision number */
|
|
@@ -842,6 +842,8 @@ interface HtmlNewRevisionSavedMessage {
|
|
|
842
842
|
changedPages?: ChangedPages;
|
|
843
843
|
/** id of the main page of the site */
|
|
844
844
|
mainPageId?: string;
|
|
845
|
+
/** correlation id of original process (allows callers of createRevision to identify their revisions) */
|
|
846
|
+
originCorrelationId?: string | null;
|
|
845
847
|
}
|
|
846
848
|
interface RevisionInfo {
|
|
847
849
|
/** revision number */
|