@coveo/platform-client 40.2.0 → 40.3.0
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.
|
@@ -12,7 +12,7 @@ export interface MetadataValue {
|
|
|
12
12
|
*/
|
|
13
13
|
metadataValue: any;
|
|
14
14
|
/**
|
|
15
|
-
* The number of
|
|
15
|
+
* The number of times the value has been seen on documents
|
|
16
16
|
*/
|
|
17
17
|
count: number;
|
|
18
18
|
}
|
|
@@ -22,9 +22,9 @@ export interface Metadata {
|
|
|
22
22
|
*/
|
|
23
23
|
key: string;
|
|
24
24
|
/**
|
|
25
|
-
* The
|
|
25
|
+
* The number of times the metadata has been seen in the sampled items.
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
count: number;
|
|
28
28
|
/**
|
|
29
29
|
* Subset of sample values for the metadata.
|
|
30
30
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/platform-client",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@commitlint/cli": "17.4.2",
|
|
36
36
|
"@commitlint/config-conventional": "17.4.2",
|
|
37
|
-
"@types/jest": "29.2.
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "5.48.
|
|
39
|
-
"@typescript-eslint/parser": "5.48.
|
|
37
|
+
"@types/jest": "29.2.6",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "5.48.2",
|
|
39
|
+
"@typescript-eslint/parser": "5.48.2",
|
|
40
40
|
"abortcontroller-polyfill": "1.7.5",
|
|
41
41
|
"cz-conventional-changelog": "3.3.0",
|
|
42
42
|
"eslint": "8.32.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"jest-runner-eslint": "1.1.0",
|
|
51
51
|
"lint-staged": "13.1.0",
|
|
52
52
|
"prettier": "2.8.3",
|
|
53
|
-
"semantic-release": "20.0.
|
|
53
|
+
"semantic-release": "20.0.3",
|
|
54
54
|
"ts-jest": "29.0.5",
|
|
55
55
|
"tsjs": "4.2.1",
|
|
56
56
|
"tslib": "2.4.1",
|