@wix/multilingual 1.0.62 → 1.0.64
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.64",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@wix/multilingual_entity-mapper": "1.0.17",
|
|
22
22
|
"@wix/multilingual_machine-translation": "1.0.31",
|
|
23
23
|
"@wix/multilingual_site-translator": "1.0.16",
|
|
24
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
24
|
+
"@wix/multilingual_translation-contents": "1.0.32",
|
|
25
25
|
"@wix/multilingual_translation-published-contents": "1.0.13",
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
26
|
+
"@wix/multilingual_translation-schemas": "1.0.29"
|
|
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": "5a48350781378df699dd04797b4f4febaf87e3070662b282f0df2310"
|
|
52
52
|
}
|
|
@@ -8125,7 +8125,7 @@ interface QueryContentsSignature {
|
|
|
8125
8125
|
* `queryContents()` runs with the following `ContentsQueryBuilder` defaults which you can override:
|
|
8126
8126
|
*
|
|
8127
8127
|
* + [`limit(100)`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-builder/limit)
|
|
8128
|
-
* + [`ascending('
|
|
8128
|
+
* + [`ascending('_id')`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-builder/ascending)
|
|
8129
8129
|
*
|
|
8130
8130
|
* The following `ContentsQueryBuilder` functions are supported for `queryContents()`. For a full description of the operations object, see the object returned for the [`items`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-result/items) property in `ContentsQueryResult`.
|
|
8131
8131
|
*/
|
|
@@ -8125,7 +8125,7 @@ interface QueryContentsSignature {
|
|
|
8125
8125
|
* `queryContents()` runs with the following `ContentsQueryBuilder` defaults which you can override:
|
|
8126
8126
|
*
|
|
8127
8127
|
* + [`limit(100)`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-builder/limit)
|
|
8128
|
-
* + [`ascending('
|
|
8128
|
+
* + [`ascending('_id')`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-builder/ascending)
|
|
8129
8129
|
*
|
|
8130
8130
|
* The following `ContentsQueryBuilder` functions are supported for `queryContents()`. For a full description of the operations object, see the object returned for the [`items`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-result/items) property in `ContentsQueryResult`.
|
|
8131
8131
|
*/
|