aws-rum-web
Advanced tools
Comparing version 1.13.4 to 1.13.6
@@ -5,2 +5,17 @@ # Changelog | ||
### [1.13.6]((https://github.com/aws-observability/aws-rum-web/compare/v1.13.5...v1.13.6)) (2023-03-17) | ||
### Bug Fixes | ||
* Hardcode web client version to v1.13.6 ([183cfb](https://github.com/aws-observability/aws-rum-web/commit/183cfb2b3433b95947adbf680c66b3ad4c7b0e23)) | ||
### [1.13.5]((https://github.com/aws-observability/aws-rum-web/compare/v1.13.4...v1.13.5)) (2023-03-17) | ||
### Bug Fixes | ||
* Handle missing pageId in metadata when page is resumed ([#388](https://github.com/aws-observability/aws-rum-web/issues/388)) ([49678a6](https://github.com/aws-observability/aws-rum-web/commit/49678a6812cca9af3105a10b693e413d4b7da166)) | ||
### [1.13.4](https://github.com/aws-observability/aws-rum-web/compare/v1.13.2...v1.13.4) (2023-03-07) | ||
@@ -7,0 +22,0 @@ |
@@ -18,3 +18,3 @@ "use strict"; | ||
var PageManager_1 = require("../sessions/PageManager"); | ||
var webClientVersion = '1.13.4'; | ||
var webClientVersion = '1.13.6'; | ||
/** | ||
@@ -21,0 +21,0 @@ * A cache which stores events generated by telemetry plugins. |
@@ -67,2 +67,7 @@ "use strict"; | ||
} | ||
else if (this.resumed) { | ||
// Update attributes state in PageManager for event metadata | ||
this.collectAttributes(this.page, typeof payload === 'object' ? payload : undefined); | ||
return; | ||
} | ||
else { | ||
@@ -69,0 +74,0 @@ // The view has not changed. |
@@ -15,3 +15,3 @@ var __assign = (this && this.__assign) || function () { | ||
import { PageManager } from '../sessions/PageManager'; | ||
var webClientVersion = '1.13.4'; | ||
var webClientVersion = '1.13.6'; | ||
/** | ||
@@ -18,0 +18,0 @@ * A cache which stores events generated by telemetry plugins. |
@@ -64,2 +64,7 @@ var __assign = (this && this.__assign) || function () { | ||
} | ||
else if (this.resumed) { | ||
// Update attributes state in PageManager for event metadata | ||
this.collectAttributes(this.page, typeof payload === 'object' ? payload : undefined); | ||
return; | ||
} | ||
else { | ||
@@ -66,0 +71,0 @@ // The view has not changed. |
{ | ||
"name": "aws-rum-web", | ||
"version": "1.13.4", | ||
"version": "1.13.6", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "description": "The Amazon CloudWatch RUM web client.", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1264252
14635
0
2