@launchdarkly/react-native-client-sdk 10.0.3 → 10.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
 
6
6
 
7
+ ### Dependencies
8
+
9
+ * The following workspace dependencies were updated
10
+ * dependencies
11
+ * @launchdarkly/js-client-sdk-common bumped from 1.0.2 to 1.0.3
12
+
7
13
  ## [10.0.3](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.0.2...react-native-client-sdk-v10.0.3) (2024-03-15)
8
14
 
9
15
 
package/README.md CHANGED
@@ -125,7 +125,8 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
125
125
  - Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
126
126
  - Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
127
127
  - Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
128
- - Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
128
+ - Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan).
129
+ - Disable parts of your application to facilitate maintenance, without taking everything offline.
129
130
  - LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read [our documentation](https://docs.launchdarkly.com/sdk) for a complete list.
130
131
  - Explore LaunchDarkly
131
132
  - [launchdarkly.com](https://www.launchdarkly.com/ 'LaunchDarkly Main Website') for more information
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/react-native-client-sdk",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "description": "React Native LaunchDarkly SDK",
5
5
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
6
6
  "repository": {
@@ -43,7 +43,7 @@
43
43
  "react-native": "*"
44
44
  },
45
45
  "dependencies": {
46
- "@launchdarkly/js-client-sdk-common": "1.0.2",
46
+ "@launchdarkly/js-client-sdk-common": "1.0.3",
47
47
  "@react-native-async-storage/async-storage": "^1.21.0",
48
48
  "base64-js": "^1.5.1",
49
49
  "event-target-shim": "^6.0.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/react-native-client-sdk",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "description": "React Native LaunchDarkly SDK",
5
5
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
6
6
  "repository": {
@@ -43,7 +43,7 @@
43
43
  "react-native": "*"
44
44
  },
45
45
  "dependencies": {
46
- "@launchdarkly/js-client-sdk-common": "1.0.2",
46
+ "@launchdarkly/js-client-sdk-common": "1.0.3",
47
47
  "@react-native-async-storage/async-storage": "^1.21.0",
48
48
  "base64-js": "^1.5.1",
49
49
  "event-target-shim": "^6.0.2"