@splitsoftware/browser-suite
Advanced tools
Comparing version 1.5.0 to 1.5.1-rc.0
@@ -0,1 +1,7 @@ | ||
1.6.0 (September XX, 2024) | ||
- Updated @splitsoftware/splitio-browserjs package to version 0.16.0 that includes minor updates: | ||
- Added `sync.requestOptions.getHeaderOverrides` configuration option to enhance Suite and Agent HTTP request Headers for Authorization Frameworks. | ||
- Added support for targeting rules based on large segments for browsers. | ||
- Updated some transitive dependencies for vulnerability fixes. | ||
1.5.0 (May 16, 2024) | ||
@@ -2,0 +8,0 @@ - Added a new configuration option called `rumAgent.eventCollectors` to disable or configure the registration of event collectors in the RUM Agent. |
@@ -56,5 +56,2 @@ "use strict"; | ||
return slim_1.SplitRumAgent; | ||
}, | ||
destroy: function () { | ||
return Promise.all((0, sets_1.setToArray)(clients).map(function (client) { return client.destroy(); })); | ||
} | ||
@@ -83,3 +80,4 @@ }); | ||
url: settings.urls.events, | ||
userConsent: settings.userConsent | ||
userConsent: settings.userConsent, | ||
requestOptions: settings.sync.requestOptions | ||
}, settings.rumAgent)); | ||
@@ -86,0 +84,0 @@ } |
import { objectAssign } from '@splitsoftware/splitio-commons/esm/utils/lang/objectAssign'; | ||
import { _Set, setToArray } from '@splitsoftware/splitio-commons/esm/utils/lang/sets'; | ||
import { _Set } from '@splitsoftware/splitio-commons/esm/utils/lang/sets'; | ||
import { STANDALONE_MODE } from '@splitsoftware/splitio-commons/esm/utils/constants'; | ||
@@ -53,5 +53,2 @@ import { SplitRumAgent, errors, navigationTiming, webVitals } from '@splitsoftware/browser-rum-agent/slim'; | ||
return SplitRumAgent; | ||
}, | ||
destroy: function () { | ||
return Promise.all(setToArray(clients).map(function (client) { return client.destroy(); })); | ||
} | ||
@@ -80,3 +77,4 @@ }); | ||
url: settings.urls.events, | ||
userConsent: settings.userConsent | ||
userConsent: settings.userConsent, | ||
requestOptions: settings.sync.requestOptions | ||
}, settings.rumAgent)); | ||
@@ -83,0 +81,0 @@ } |
{ | ||
"name": "@splitsoftware/browser-suite", | ||
"version": "1.5.0", | ||
"version": "1.5.1-rc.0", | ||
"description": "Split Suite for JavaScript on Browser", | ||
@@ -52,3 +52,3 @@ "main": "cjs/index.js", | ||
"@splitsoftware/browser-rum-agent": "0.7.1", | ||
"@splitsoftware/splitio-browserjs": "^0.14.0", | ||
"@splitsoftware/splitio-browserjs": "^0.15.1-rc.0", | ||
"tslib": "^2.3.1" | ||
@@ -55,0 +55,0 @@ }, |
import { objectAssign } from '@splitsoftware/splitio-commons/src/utils/lang/objectAssign'; | ||
import { _Set, setToArray } from '@splitsoftware/splitio-commons/src/utils/lang/sets'; | ||
import { _Set } from '@splitsoftware/splitio-commons/src/utils/lang/sets'; | ||
import { STANDALONE_MODE } from '@splitsoftware/splitio-commons/src/utils/constants'; | ||
@@ -68,6 +68,2 @@ import { ISdkFactoryParams } from '@splitsoftware/splitio-commons/src/sdkFactory/types'; | ||
return SplitRumAgent; | ||
}, | ||
destroy() { | ||
return Promise.all(setToArray(clients).map(client => client.destroy())); | ||
} | ||
@@ -96,3 +92,4 @@ }); | ||
url: settings.urls.events, | ||
userConsent: settings.userConsent | ||
userConsent: settings.userConsent, | ||
requestOptions: settings.sync.requestOptions | ||
}, settings.rumAgent)); | ||
@@ -99,0 +96,0 @@ } |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
37201
522
2
+ Added@splitsoftware/splitio-browserjs@0.15.1-rc.0(transitive)
+ Added@splitsoftware/splitio-commons@1.17.1-rc.1(transitive)
- Removed@splitsoftware/splitio-browserjs@0.14.1(transitive)
- Removed@splitsoftware/splitio-commons@1.16.0(transitive)