@splitsoftware/browser-rum-agent
Advanced tools
Comparing version 0.5.1-rc.6 to 0.6.0
@@ -1,2 +0,2 @@ | ||
0.6.0 (March 21, 2024) | ||
0.6.0 (March 26, 2024) | ||
- Added `SplitRumAgent.flush` method to force the agent to send all queued events to the Split backend. | ||
@@ -3,0 +3,0 @@ - Updated some transitive dependencies for vulnerability fixes. |
@@ -38,2 +38,2 @@ "use strict"; | ||
exports.userAgent = getUserAgent(); | ||
exports.languageVersion = 'jsrum-' + '0.5.1-rc.6'; | ||
exports.languageVersion = 'jsrum-' + '0.6.0'; |
@@ -31,2 +31,2 @@ /* eslint-disable compat/compat */ | ||
export var userAgent = getUserAgent(); | ||
export var languageVersion = 'jsrum-' + '0.5.1-rc.6'; | ||
export var languageVersion = 'jsrum-' + '0.6.0'; |
{ | ||
"name": "@splitsoftware/browser-rum-agent", | ||
"version": "0.5.1-rc.6", | ||
"version": "0.6.0", | ||
"description": "Split Software RUM Agent for Browsers.", | ||
@@ -5,0 +5,0 @@ "main": "cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131209