@adobe/spacecat-shared-google-client 1.4.63 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [@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
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * llmo auth client ([#1312](https://github.com/adobe/spacecat-shared/issues/1312)) ([8662248](https://github.com/adobe/spacecat-shared/commit/8662248d6a1987b95d8f3c09fff8621d9bf16215))
7
+
8
+ # [@adobe/spacecat-shared-google-client-v1.5.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.4.63...@adobe/spacecat-shared-google-client-v1.5.0) (2026-02-03)
9
+
10
+
11
+ ### Features
12
+
13
+ * **google-client:** support separate OAuth client for LLMO UI ([#1311](https://github.com/adobe/spacecat-shared/issues/1311)) ([656d9e8](https://github.com/adobe/spacecat-shared/commit/656d9e8a8c7c6c2e0ce563f369aa4b1bcd629828))
14
+
1
15
  # [@adobe/spacecat-shared-google-client-v1.4.63](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-google-client-v1.4.62...@adobe/spacecat-shared-google-client-v1.4.63) (2026-01-29)
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.63",
3
+ "version": "1.5.1",
4
4
  "description": "Shared modules of the Spacecat Services - Google Client",
5
5
  "type": "module",
6
6
  "engines": {