@adobe/spacecat-shared-rum-api-client 1.1.0 → 1.1.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-v1.1.1](https://github.com/adobe-rnd/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v1.1.0...@adobe/spacecat-shared-rum-api-client-v1.1.1) (2023-12-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * export rumapiclient as default ([#52](https://github.com/adobe-rnd/spacecat-shared/issues/52)) ([7c5d2f5](https://github.com/adobe-rnd/spacecat-shared/commit/7c5d2f56a5822ed93d63c894ded766924905c797))
7
+
1
8
  # [@adobe/spacecat-shared-rum-api-client-v1.1.0](https://github.com/adobe-rnd/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v1.0.0...@adobe/spacecat-shared-rum-api-client-v1.1.0) (2023-12-14)
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": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Shared modules of the Spacecat Services - Rum API client",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.d.ts CHANGED
@@ -18,7 +18,7 @@ export interface RUMAPIOptions {
18
18
  limit: number;
19
19
  }
20
20
 
21
- export declare class RUMAPIClient {
21
+ export default class RUMAPIClient {
22
22
  /**
23
23
  * Static factory method to create an instance of RUMAPIClient.
24
24
  * @param {UniversalContext} context - An object containing the AWS Lambda context information