@adobe/spacecat-shared-http-utils 1.9.5 → 1.9.7

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-http-utils-v1.9.7](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.9.6...@adobe/spacecat-shared-http-utils-v1.9.7) (2025-02-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * log level adjustments ([#597](https://github.com/adobe/spacecat-shared/issues/597)) ([22cc302](https://github.com/adobe/spacecat-shared/commit/22cc302bd1d9d52f6f172748ef8be66dceff599b))
7
+
8
+ # [@adobe/spacecat-shared-http-utils-v1.9.6](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.9.5...@adobe/spacecat-shared-http-utils-v1.9.6) (2025-01-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * branch protection / npm cache / deps ([#545](https://github.com/adobe/spacecat-shared/issues/545)) ([004de60](https://github.com/adobe/spacecat-shared/commit/004de60b05b5039590f92ed8f7117725f6e4df41))
14
+
1
15
  # [@adobe/spacecat-shared-http-utils-v1.9.5](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-http-utils-v1.9.4...@adobe/spacecat-shared-http-utils-v1.9.5) (2025-01-12)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-http-utils",
3
- "version": "1.9.5",
3
+ "version": "1.9.7",
4
4
  "description": "Shared modules of the Spacecat Services - HTTP Utils",
5
5
  "type": "module",
6
6
  "engines": {
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@adobe/fetch": "4.1.11",
37
- "@adobe/spacecat-shared-utils": "1.26.1",
38
- "@adobe/spacecat-shared-data-access": "2.0.0",
37
+ "@adobe/spacecat-shared-utils": "1.26.4",
38
+ "@adobe/spacecat-shared-data-access": "2.0.2",
39
39
  "jose": "5.9.6"
40
40
  },
41
41
  "devDependencies": {
@@ -54,7 +54,7 @@ export default class AuthenticationManager {
54
54
  }
55
55
 
56
56
  if (isObject(authInfo)) {
57
- this.log.info(`Authenticated with ${handler.name}`);
57
+ this.log.debug(`Authenticated with ${handler.name}`);
58
58
 
59
59
  context.attributes = context.attributes || {};
60
60
  context.attributes.authInfo = authInfo;