@adobe/spacecat-shared-ahrefs-client 1.9.9 → 1.9.11

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [@adobe/spacecat-shared-ahrefs-client-v1.9.11](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.9.10...@adobe/spacecat-shared-ahrefs-client-v1.9.11) (2025-10-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#1046](https://github.com/adobe/spacecat-shared/issues/1046)) ([bb6e118](https://github.com/adobe/spacecat-shared/commit/bb6e11886b323f73624fcb9e3c2b14d318aa00c9))
7
+
8
+ # [@adobe/spacecat-shared-ahrefs-client-v1.9.10](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.9.9...@adobe/spacecat-shared-ahrefs-client-v1.9.10) (2025-09-25)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove unnecessary logs to reduce Coralogix usage ([#947](https://github.com/adobe/spacecat-shared/issues/947)) ([c93fa4f](https://github.com/adobe/spacecat-shared/commit/c93fa4f69238106caa0f8150df029e4535c99e39))
14
+
1
15
  # [@adobe/spacecat-shared-ahrefs-client-v1.9.9](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-ahrefs-client-v1.9.8...@adobe/spacecat-shared-ahrefs-client-v1.9.9) (2025-09-16)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-ahrefs-client",
3
- "version": "1.9.9",
3
+ "version": "1.9.11",
4
4
  "description": "Shared modules of the Spacecat Services - Ahrefs Client",
5
5
  "type": "module",
6
6
  "engines": {
@@ -39,11 +39,11 @@
39
39
  "@adobe/spacecat-shared-utils": "1.26.4"
40
40
  },
41
41
  "devDependencies": {
42
- "chai": "6.0.1",
42
+ "chai": "6.2.0",
43
43
  "chai-as-promised": "8.0.2",
44
44
  "nock": "14.0.10",
45
45
  "sinon": "21.0.0",
46
46
  "sinon-chai": "4.0.1",
47
- "typescript": "5.9.2"
47
+ "typescript": "5.9.3"
48
48
  }
49
49
  }
package/src/index.js CHANGED
@@ -221,7 +221,7 @@ export default class AhrefsAPIClient {
221
221
  if (!['prefix', 'exact'].includes(mode)) {
222
222
  throw new Error(`Invalid mode: ${mode}`);
223
223
  }
224
- this.log.info(`Getting organic keywords for ${url} with country ${country}, mode ${mode}, limit ${limit}, excludeBranded ${excludeBranded} and select:${ORGANIC_KEYWORDS_FIELDS.join(',')}`);
224
+ this.log.debug(`Getting organic keywords for ${url} with country ${country}, mode ${mode}, limit ${limit}, excludeBranded ${excludeBranded} and select:${ORGANIC_KEYWORDS_FIELDS.join(',')}`);
225
225
 
226
226
  const queryParams = {
227
227
  country,