launchdarkly-react-client-sdk
Advanced tools
Comparing version 2.22.0 to 2.22.1
@@ -5,2 +5,6 @@ # Change log | ||
## [2.22.1] - 2021-04-02 | ||
### Fixed: | ||
- The property `LDOptions.inlineUsersInEvents` was not included in the TypeScript definitions for the JavaScript SDK. | ||
## [2.22.0] - 2021-01-27 | ||
@@ -7,0 +11,0 @@ ### Added: |
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "2.22.0", | ||
"version": "2.22.1", | ||
"description": "LaunchDarkly SDK for React", | ||
@@ -59,3 +59,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>", | ||
"dependencies": { | ||
"launchdarkly-js-client-sdk": "2.19.0", | ||
"launchdarkly-js-client-sdk": "2.19.1", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -62,0 +62,0 @@ "uuid": "^3.3.2" |
@@ -50,2 +50,1 @@ # LaunchDarkly Client-side SDK for React | ||
* [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates | ||
* [Feature Flagging Guide](https://github.com/launchdarkly/featureflags/ "Feature Flagging Guide") for best practices and strategies |
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
81749
50
+ Addedlaunchdarkly-js-client-sdk@2.19.1(transitive)
+ Addedlaunchdarkly-js-sdk-common@3.3.1(transitive)
- Removedlaunchdarkly-js-client-sdk@2.19.0(transitive)
- Removedlaunchdarkly-js-sdk-common@3.3.0(transitive)