@launchdarkly/node-server-sdk-redis 4.1.19 → 4.1.21

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
@@ -90,6 +90,28 @@
90
90
  * devDependencies
91
91
  * @launchdarkly/node-server-sdk bumped from 9.2.1 to 9.2.2
92
92
 
93
+ ## [4.1.21](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v4.1.20...node-server-sdk-redis-v4.1.21) (2024-09-05)
94
+
95
+
96
+ ### Dependencies
97
+
98
+ * The following workspace dependencies were updated
99
+ * devDependencies
100
+ * @launchdarkly/node-server-sdk bumped from 9.5.3 to 9.5.4
101
+ * peerDependencies
102
+ * @launchdarkly/node-server-sdk bumped from >=9.4.3 to >=9.5.4
103
+
104
+ ## [4.1.20](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v4.1.19...node-server-sdk-redis-v4.1.20) (2024-09-03)
105
+
106
+
107
+ ### Dependencies
108
+
109
+ * The following workspace dependencies were updated
110
+ * devDependencies
111
+ * @launchdarkly/node-server-sdk bumped from 9.5.2 to 9.5.3
112
+ * peerDependencies
113
+ * @launchdarkly/node-server-sdk bumped from >=9.4.3 to >=9.5.3
114
+
93
115
  ## [4.1.19](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v4.1.18...node-server-sdk-redis-v4.1.19) (2024-08-28)
94
116
 
95
117
 
package/README.md CHANGED
@@ -68,7 +68,7 @@ We encourage pull requests and other contributions from the community. Check out
68
68
 
69
69
  ## Verifying SDK build provenance with the SLSA framework
70
70
 
71
- LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](PROVENANCE.md).
71
+ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](PROVENANCE.md).
72
72
 
73
73
  ## About LaunchDarkly
74
74
 
@@ -76,7 +76,7 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
76
76
  - 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.
77
77
  - 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?).
78
78
  - 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.
79
- - 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).
79
+ - 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).
80
80
  - Disable parts of your application to facilitate maintenance, without taking everything offline.
81
81
  - LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out [our documentation](https://docs.launchdarkly.com/sdk) for a complete list.
82
82
  - Explore LaunchDarkly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/node-server-sdk-redis",
3
- "version": "4.1.19",
3
+ "version": "4.1.21",
4
4
  "description": "Redis-backed feature store for the LaunchDarkly Server-Side SDK for Node.js",
5
5
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/store/node-server-sdk-redis",
6
6
  "repository": {
@@ -33,7 +33,7 @@
33
33
  "@launchdarkly/node-server-sdk": ">=9.4.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@launchdarkly/node-server-sdk": "9.5.2",
36
+ "@launchdarkly/node-server-sdk": "9.5.4",
37
37
  "@trivago/prettier-plugin-sort-imports": "^4.1.1",
38
38
  "@types/jest": "^29.4.0",
39
39
  "@typescript-eslint/eslint-plugin": "^6.20.0",