@adobe/spacecat-shared-http-utils 1.19.4 → 1.20.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [@adobe/spacecat-shared-http-utils-v1.20.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.20.0...@adobe/spacecat-shared-http-utils-v1.20.1) (2026-02-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **data-access:** decouple shared packages for v2/v3 alias wrapper rollout ([#1355](https://github.com/adobe/spacecat-shared/issues/1355)) ([ba48df7](https://github.com/adobe/spacecat-shared/commit/ba48df710e0030c1cb3ef4f90661cff1b548d42f))
6
+
7
+ # [@adobe/spacecat-shared-http-utils-v1.20.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.19.4...@adobe/spacecat-shared-http-utils-v1.20.0) (2026-02-03)
8
+
9
+
10
+ ### Features
11
+
12
+ * add check for llmo confling access ([#1298](https://github.com/adobe/spacecat-shared/issues/1298)) ([0c960d4](https://github.com/adobe/spacecat-shared/commit/0c960d42761c979c240a7013d17e8e43f7830abf))
13
+
1
14
  # [@adobe/spacecat-shared-http-utils-v1.19.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.19.3...@adobe/spacecat-shared-http-utils-v1.19.4) (2025-11-30)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-http-utils",
3
- "version": "1.19.4",
3
+ "version": "1.20.1",
4
4
  "description": "Shared modules of the Spacecat Services - HTTP Utils",
5
5
  "type": "module",
6
6
  "engines": {
@@ -35,7 +35,6 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@adobe/fetch": "4.2.3",
38
- "@adobe/spacecat-shared-data-access": "2.88.7",
39
38
  "@adobe/spacecat-shared-utils": "1.81.1",
40
39
  "jose": "6.1.2"
41
40
  },
@@ -84,6 +84,8 @@ export default class AuthInfo {
84
84
 
85
85
  isAdmin() { return this.profile?.is_admin; }
86
86
 
87
+ isLLMOAdministrator() { return this.profile?.is_llmo_administrator; }
88
+
87
89
  hasOrganization(orgId) {
88
90
  const [id] = orgId.split('@');
89
91
  return this.profile?.tenants?.some(