@adobe/spacecat-shared-rum-api-client 2.37.0 → 2.37.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,10 @@
1
+ # [@adobe/spacecat-shared-rum-api-client-v2.37.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.37.0...@adobe/spacecat-shared-rum-api-client-v2.37.1) (2025-09-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#920](https://github.com/adobe/spacecat-shared/issues/920)) ([1a6b1e1](https://github.com/adobe/spacecat-shared/commit/1a6b1e1ac9531a41c86406ada4bd4ab903307fdc))
7
+
1
8
  # [@adobe/spacecat-shared-rum-api-client-v2.37.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.36.5...@adobe/spacecat-shared-rum-api-client-v2.37.0) (2025-08-28)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-rum-api-client",
3
- "version": "2.37.0",
3
+ "version": "2.37.1",
4
4
  "description": "Shared modules of the Spacecat Services - Rum API client",
5
5
  "type": "module",
6
6
  "engines": {
@@ -44,11 +44,11 @@
44
44
  "urijs": "1.19.11"
45
45
  },
46
46
  "devDependencies": {
47
- "chai": "5.2.1",
48
- "chai-as-promised": "8.0.1",
49
- "nock": "14.0.9",
47
+ "chai": "5.3.3",
48
+ "chai-as-promised": "8.0.2",
49
+ "nock": "14.0.10",
50
50
  "sinon": "20.0.0",
51
- "sinon-chai": "4.0.0",
51
+ "sinon-chai": "4.0.1",
52
52
  "typescript": "5.9.2"
53
53
  }
54
54
  }
@@ -65,7 +65,7 @@ function sanitizeURL(url) {
65
65
  }
66
66
  return parsedUrl.toString();
67
67
  /* c8 ignore next 4 */
68
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
68
+ // eslint-disable-next-line no-unused-vars
69
69
  } catch (e) {
70
70
  return url;
71
71
  }