@adobe/spacecat-shared-rum-api-client 2.18.3 → 2.18.5

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-rum-api-client-v2.18.5](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.18.4...@adobe/spacecat-shared-rum-api-client-v2.18.5) (2025-01-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **rum-api-client:** point to the new rum bundler host ([#542](https://github.com/adobe/spacecat-shared/issues/542)) ([b4760e9](https://github.com/adobe/spacecat-shared/commit/b4760e93be0ae2693197e5cd3e23f9cf1a3d9804))
7
+
8
+ # [@adobe/spacecat-shared-rum-api-client-v2.18.4](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.18.3...@adobe/spacecat-shared-rum-api-client-v2.18.4) (2025-01-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @adobe/rum-distiller to v1.16.0 ([#546](https://github.com/adobe/spacecat-shared/issues/546)) ([cc5bdca](https://github.com/adobe/spacecat-shared/commit/cc5bdcac6d89402a178eb8b6d29acb32205d8359)), closes [#8203](https://github.com/adobe/spacecat-shared/issues/8203)
14
+
1
15
  # [@adobe/spacecat-shared-rum-api-client-v2.18.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.18.2...@adobe/spacecat-shared-rum-api-client-v2.18.3) (2025-01-16)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-rum-api-client",
3
- "version": "2.18.3",
3
+ "version": "2.18.5",
4
4
  "description": "Shared modules of the Spacecat Services - Rum API client",
5
5
  "type": "module",
6
6
  "engines": {
@@ -39,7 +39,7 @@
39
39
  "@adobe/helix-shared-wrap": "2.0.2",
40
40
  "@adobe/helix-universal": "5.0.8",
41
41
  "@adobe/spacecat-shared-utils": "1.26.4",
42
- "@adobe/rum-distiller": "1.15.0",
42
+ "@adobe/rum-distiller": "1.16.0",
43
43
  "aws4": "1.13.2",
44
44
  "urijs": "1.19.11"
45
45
  },
@@ -15,7 +15,7 @@ import { hasText } from '@adobe/spacecat-shared-utils';
15
15
  import { fetch } from '../utils.js';
16
16
  import { GRANULARITY } from './constants.js';
17
17
 
18
- const BASE_URL = 'https://rum.fastly-aem.page/bundles';
18
+ const BASE_URL = 'https://bundles.aem.page/bundles';
19
19
  const HOURS_IN_DAY = 24;
20
20
  const ONE_HOUR = 1000 * 60 * 60;
21
21
  const ONE_DAY = ONE_HOUR * HOURS_IN_DAY;