@coveo/platform-client 54.3.0 → 54.3.1

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.
@@ -397,9 +397,9 @@ export interface CatalogFieldStatsOptions {
397
397
  }
398
398
  export interface CatalogObjectType {
399
399
  /**
400
- * If catalog content exist in source
400
+ * If catalog source has indexed content
401
401
  */
402
- hasCatalogContent: boolean;
402
+ hasIndexedCatalogContent: boolean;
403
403
  /**
404
404
  * Object type values seen on catalog content
405
405
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "54.3.0",
3
+ "version": "54.3.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -32,25 +32,25 @@
32
32
  "prepare": "husky install"
33
33
  },
34
34
  "devDependencies": {
35
- "@commitlint/cli": "18.4.4",
36
- "@commitlint/config-conventional": "18.4.4",
35
+ "@commitlint/cli": "19.3.0",
36
+ "@commitlint/config-conventional": "19.2.2",
37
37
  "@types/jest": "29.5.11",
38
- "@typescript-eslint/eslint-plugin": "6.18.1",
39
- "@typescript-eslint/parser": "6.18.1",
38
+ "@typescript-eslint/eslint-plugin": "7.7.1",
39
+ "@typescript-eslint/parser": "7.7.1",
40
40
  "abortcontroller-polyfill": "1.7.5",
41
41
  "cz-conventional-changelog": "3.3.0",
42
- "eslint": "8.56.0",
42
+ "eslint": "8.57.0",
43
43
  "eslint-config-prettier": "9.1.0",
44
44
  "eslint-config-typescript": "3.0.0",
45
- "eslint-plugin-jest": "27.6.1",
45
+ "eslint-plugin-jest": "28.2.0",
46
46
  "eslint-plugin-prettier": "5.1.2",
47
- "husky": "8.0.3",
47
+ "husky": "9.0.11",
48
48
  "jest": "29.7.0",
49
49
  "jest-fetch-mock": "3.0.3",
50
50
  "jest-runner-eslint": "2.1.2",
51
51
  "lint-staged": "15.2.0",
52
52
  "prettier": "3.1.1",
53
- "semantic-release": "22.0.12",
53
+ "semantic-release": "23.0.8",
54
54
  "ts-jest": "29.1.1",
55
55
  "tsjs": "5.0.1",
56
56
  "tslib": "2.6.2",
@@ -90,7 +90,7 @@
90
90
  "dependencies": {
91
91
  "exponential-backoff": "^3.1.0",
92
92
  "query-string-cjs": "npm:query-string@^7.0.0",
93
- "query-string-esm": "npm:query-string@^8.0.0"
93
+ "query-string-esm": "npm:query-string@^9.0.0"
94
94
  },
95
95
  "publishConfig": {
96
96
  "access": "public"