@adobe/spacecat-shared-google-client 1.4.48 → 1.4.50

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-google-client-v1.4.50](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.4.49...@adobe/spacecat-shared-google-client-v1.4.50) (2025-10-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external major (major) ([#1001](https://github.com/adobe/spacecat-shared/issues/1001)) ([b669ea0](https://github.com/adobe/spacecat-shared/commit/b669ea0d09bca04256ef4c4b9116e29f4484569c))
7
+
8
+ # [@adobe/spacecat-shared-google-client-v1.4.49](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.4.48...@adobe/spacecat-shared-google-client-v1.4.49) (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-google-client-v1.4.48](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.4.47...@adobe/spacecat-shared-google-client-v1.4.48) (2025-09-22)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-google-client",
3
- "version": "1.4.48",
3
+ "version": "1.4.50",
4
4
  "description": "Shared modules of the Spacecat Services - Google Client",
5
5
  "type": "module",
6
6
  "engines": {
@@ -41,7 +41,7 @@
41
41
  "@aws-sdk/client-secrets-manager": "3.893.0",
42
42
  "aws-xray-sdk": "3.10.3",
43
43
  "google-auth-library": "10.3.0",
44
- "googleapis": "160.0.0"
44
+ "googleapis": "162.0.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "chai": "6.0.1",
package/src/index.js CHANGED
@@ -146,7 +146,7 @@ export default class GoogleClient {
146
146
  ],
147
147
  },
148
148
  };
149
- this.log.info(`Retrieving organic search data: ${JSON.stringify(params)}`);
149
+ this.log.debug(`Retrieving organic search data: ${JSON.stringify(params)}`);
150
150
  return await webmasters.searchanalytics.query(params);
151
151
  } catch (error) {
152
152
  this.log.error('Error retrieving organic search data:', error.message);