@launchdarkly/node-server-sdk-dynamodb 6.0.5 → 6.1.0

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
@@ -84,6 +84,32 @@
84
84
  * devDependencies
85
85
  * @launchdarkly/node-server-sdk bumped from 9.0.4 to 9.0.5
86
86
 
87
+ ## [6.1.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.0.6...node-server-sdk-dynamodb-v6.1.0) (2024-02-06)
88
+
89
+
90
+ ### Features
91
+
92
+ * React-native support for auto-env attributes. Only affects react-native package. ([deea99c](https://github.com/launchdarkly/js-core/commit/deea99ca2fbb3865f2ce55a83b2cf12e0ae2db5e))
93
+ * Update eslint jest configuration and versions. ([deea99c](https://github.com/launchdarkly/js-core/commit/deea99ca2fbb3865f2ce55a83b2cf12e0ae2db5e))
94
+
95
+
96
+ ### Dependencies
97
+
98
+ * The following workspace dependencies were updated
99
+ * devDependencies
100
+ * @launchdarkly/node-server-sdk bumped from 9.0.6 to 9.1.0
101
+
102
+ ## [6.0.6](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.0.5...node-server-sdk-dynamodb-v6.0.6) (2024-01-16)
103
+
104
+
105
+ ### Dependencies
106
+
107
+ * The following workspace dependencies were updated
108
+ * devDependencies
109
+ * @launchdarkly/node-server-sdk bumped from 9.0.5 to 9.0.6
110
+ * peerDependencies
111
+ * @launchdarkly/node-server-sdk bumped from 8.x to 9.0.6
112
+
87
113
  ## [6.0.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v5.0.11...node-server-sdk-dynamodb-v6.0.0) (2023-10-16)
88
114
 
89
115
 
package/README.md CHANGED
@@ -91,6 +91,10 @@ const factory = DynamoDBFeatureStore({ cacheTTL: 0 });
91
91
 
92
92
  We encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this SDK.
93
93
 
94
+ ## Verifying SDK build provenance with the SLSA framework
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).
97
+
94
98
  ## About LaunchDarkly
95
99
 
96
100
  - LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/node-server-sdk-dynamodb",
3
- "version": "6.0.5",
3
+ "version": "6.1.0",
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": {
@@ -31,15 +31,15 @@
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@aws-sdk/client-dynamodb": "^3.53.0",
34
- "@launchdarkly/node-server-sdk": "8.x"
34
+ "@launchdarkly/node-server-sdk": "9.0.6"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@aws-sdk/client-dynamodb": "3.348.0",
38
- "@launchdarkly/node-server-sdk": "9.0.5",
38
+ "@launchdarkly/node-server-sdk": "9.1.0",
39
39
  "@trivago/prettier-plugin-sort-imports": "^4.1.1",
40
40
  "@types/jest": "^29.4.0",
41
- "@typescript-eslint/eslint-plugin": "^6.1.0",
42
- "@typescript-eslint/parser": "^6.1.0",
41
+ "@typescript-eslint/eslint-plugin": "^6.20.0",
42
+ "@typescript-eslint/parser": "^6.20.0",
43
43
  "eslint": "^8.45.0",
44
44
  "eslint-config-airbnb-base": "^15.0.0",
45
45
  "eslint-config-airbnb-typescript": "^17.1.0",