@adobe/spacecat-shared-utils 1.31.0 → 1.32.0

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-utils-v1.32.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.31.1...@adobe/spacecat-shared-utils-v1.32.0) (2025-02-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * introduce fetch config for site to use custom headers ([#585](https://github.com/adobe/spacecat-shared/issues/585)) ([10a2892](https://github.com/adobe/spacecat-shared/commit/10a28928c3946ea05c4644f16971ccff8d43e994))
7
+
8
+ # [@adobe/spacecat-shared-utils-v1.31.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.31.0...@adobe/spacecat-shared-utils-v1.31.1) (2025-02-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes ([#603](https://github.com/adobe/spacecat-shared/issues/603)) ([b58d4c7](https://github.com/adobe/spacecat-shared/commit/b58d4c7237fb2522bba9b722e9eed7b0ae9e5f70))
14
+
1
15
  # [@adobe/spacecat-shared-utils-v1.31.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-utils-v1.30.4...@adobe/spacecat-shared-utils-v1.31.0) (2025-02-12)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-utils",
3
- "version": "1.31.0",
3
+ "version": "1.32.0",
4
4
  "description": "Shared modules of the Spacecat Services - utils",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "@adobe/helix-shared-wrap": "2.0.2",
38
38
  "@adobe/spacecat-shared-data-access": "2.0.2",
39
- "chai": "5.1.2",
39
+ "chai": "5.2.0",
40
40
  "chai-as-promised": "8.0.1",
41
41
  "husky": "9.1.7",
42
42
  "nock": "14.0.1",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@adobe/fetch": "4.1.11",
48
- "@aws-sdk/client-s3": "3.744.0",
49
- "@aws-sdk/client-sqs": "3.744.0",
48
+ "@aws-sdk/client-s3": "3.749.0",
49
+ "@aws-sdk/client-sqs": "3.749.0",
50
50
  "@json2csv/plainjs": "7.0.6",
51
51
  "aws-xray-sdk": "3.10.3",
52
52
  "uuid": "11.0.5"
package/src/index.d.ts CHANGED
@@ -103,7 +103,7 @@ declare function composeBaseURL(domain: string): string;
103
103
  * @param {string} [userAgent] - Optional user agent to use in the audit URL.
104
104
  * @returns a promise that resolves the composed audit URL.
105
105
  */
106
- declare function composeAuditURL(url: string, userAgent: string): Promise<string>;
106
+ declare function composeAuditURL(url: string, userAgent?: string): Promise<string>;
107
107
 
108
108
  /**
109
109
  * Resolves the name of the secret based on the function version.