@launchdarkly/node-server-sdk-dynamodb 6.1.19 → 6.1.20

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,17 @@
90
90
  * devDependencies
91
91
  * @launchdarkly/node-server-sdk bumped from 9.2.1 to 9.2.2
92
92
 
93
+ ## [6.1.20](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.1.19...node-server-sdk-dynamodb-v6.1.20) (2024-09-03)
94
+
95
+
96
+ ### Dependencies
97
+
98
+ * The following workspace dependencies were updated
99
+ * devDependencies
100
+ * @launchdarkly/node-server-sdk bumped from 9.5.2 to 9.5.3
101
+ * peerDependencies
102
+ * @launchdarkly/node-server-sdk bumped from >=9.4.3 to >=9.5.3
103
+
93
104
  ## [6.1.19](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.1.18...node-server-sdk-dynamodb-v6.1.19) (2024-08-28)
94
105
 
95
106
 
package/README.md CHANGED
@@ -93,7 +93,7 @@ We encourage pull requests and other contributions from the community. Check out
93
93
 
94
94
  ## Verifying SDK build provenance with the SLSA framework
95
95
 
96
- 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).
96
+ 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).
97
97
 
98
98
  ## About LaunchDarkly
99
99
 
@@ -101,7 +101,7 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
101
101
  - 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.
102
102
  - 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?).
103
103
  - 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.
104
- - 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).
104
+ - 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).
105
105
  - Disable parts of your application to facilitate maintenance, without taking everything offline.
106
106
  - 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.
107
107
  - Explore LaunchDarkly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/node-server-sdk-dynamodb",
3
- "version": "6.1.19",
3
+ "version": "6.1.20",
4
4
  "description": "DynamoDB-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-dynamodb",
6
6
  "repository": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@aws-sdk/client-dynamodb": "3.348.0",
38
- "@launchdarkly/node-server-sdk": "9.5.2",
38
+ "@launchdarkly/node-server-sdk": "9.5.3",
39
39
  "@trivago/prettier-plugin-sort-imports": "^4.1.1",
40
40
  "@types/jest": "^29.4.0",
41
41
  "@typescript-eslint/eslint-plugin": "^6.20.0",