@launchdarkly/js-server-sdk-common
Advanced tools
Comparing version 2.4.3 to 2.4.4
@@ -11,2 +11,9 @@ # Changelog | ||
## [2.4.4](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.4.3...js-server-sdk-common-v2.4.4) (2024-06-14) | ||
### Bug Fixes | ||
* Include prerequisiteKey in migration op event. ([#481](https://github.com/launchdarkly/js-core/issues/481)) ([824f59d](https://github.com/launchdarkly/js-core/commit/824f59d256e6316365b32117887a1af2520d8996)) | ||
## [2.4.3](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.4.2...js-server-sdk-common-v2.4.3) (2024-06-04) | ||
@@ -13,0 +20,0 @@ |
@@ -142,3 +142,3 @@ "use strict"; | ||
if (js_sdk_common_1.TypeValidators.String.is(inReason.prerequisiteKey)) { | ||
outReason.ruleId = inReason.ruleId; | ||
outReason.prerequisiteKey = inReason.prerequisiteKey; | ||
} | ||
@@ -145,0 +145,0 @@ if (js_sdk_common_1.TypeValidators.Boolean.is(inReason.inExperiment)) { |
{ | ||
"name": "@launchdarkly/js-server-sdk-common", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
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
619939