@adobe/spacecat-shared-google-client 1.5.1 → 1.5.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [@adobe/spacecat-shared-google-client-v1.5.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.5.2...@adobe/spacecat-shared-google-client-v1.5.3) (2026-02-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update transitive data-access dependencies to v3 ([#1363](https://github.com/adobe/spacecat-shared/issues/1363)) ([c2ae6c1](https://github.com/adobe/spacecat-shared/commit/c2ae6c123053a4799046abeaec78230408400e66))
6
+
7
+ # [@adobe/spacecat-shared-google-client-v1.5.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.5.1...@adobe/spacecat-shared-google-client-v1.5.2) (2026-02-16)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * google client build ([#1353](https://github.com/adobe/spacecat-shared/issues/1353)) ([d896e70](https://github.com/adobe/spacecat-shared/commit/d896e70a21229cbd73cee9b6fa08ced18ed6b690))
13
+
1
14
  # [@adobe/spacecat-shared-google-client-v1.5.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.5.0...@adobe/spacecat-shared-google-client-v1.5.1) (2026-02-04)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-google-client",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Shared modules of the Spacecat Services - Google Client",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@adobe/fetch": "4.2.3",
38
38
  "@adobe/helix-universal": "5.4.0",
39
- "@adobe/spacecat-shared-http-utils": "1.19.3",
39
+ "@adobe/spacecat-shared-http-utils": "1.21.0",
40
40
  "@adobe/spacecat-shared-utils": "1.81.1",
41
41
  "@aws-sdk/client-secrets-manager": "3.940.0",
42
42
  "aws-xray-sdk": "3.12.0",
@@ -46,6 +46,7 @@
46
46
  "devDependencies": {
47
47
  "chai": "6.2.1",
48
48
  "chai-as-promised": "8.0.2",
49
+ "esmock": "2.7.3",
49
50
  "nock": "14.0.10",
50
51
  "sinon": "21.0.0",
51
52
  "sinon-chai": "4.0.1",