@launchdarkly/node-server-sdk-dynamodb 0.1.0 → 5.0.1

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
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ### Dependencies
4
+
5
+ * The following workspace dependencies were updated
6
+ * devDependencies
7
+ * @launchdarkly/node-server-sdk bumped from 8.0.0 to 8.0.1
8
+
9
+ ## [5.0.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v0.1.0...node-server-sdk-dynamodb-v5.0.0) (2023-06-26)
10
+
11
+
12
+ ### Features
13
+
14
+ * Node server SDK major release. ([#180](https://github.com/launchdarkly/js-core/issues/180)) ([2e02f72](https://github.com/launchdarkly/js-core/commit/2e02f72ec43e86fb203d32742b78a8e4a905a114))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * devDependencies
21
+ * @launchdarkly/node-server-sdk bumped from 0.5.0 to 8.0.0
22
+
3
23
  ## 0.1.0 (2023-06-15)
4
24
 
5
25
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # LaunchDarkly Server-Side SDK for Node.js
1
+ # LaunchDarkly Server-Side SDK for Node.js - DynamoDB integration
2
2
 
3
3
  [![NPM][node-dynamodb-npm-badge]][node-dynamodb-npm-link]
4
4
  [![Actions Status][node-dynamodb-ci-badge]][node-dynamodb-ci]
@@ -7,8 +7,6 @@
7
7
  This library provides a DynamoDB-backed persistence mechanism (feature store) for the [LaunchDarkly Node.js SDK](https://github.com/launchdarkly/js-core/packages/sdk/server-node), replacing the default in-memory feature store. It uses the AWS SDK for Node.js.
8
8
  The minimum version of the LaunchDarkly Server-Side SDK for Node for use with this library is 8.0.0.
9
9
 
10
- This SDK is a beta version and should not be considered ready for production use while this message is visible.
11
-
12
10
  ## LaunchDarkly overview
13
11
 
14
12
  [LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/node-server-sdk-dynamodb",
3
- "version": "0.1.0",
3
+ "version": "5.0.1",
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": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@aws-sdk/client-dynamodb": "3.348.0",
39
- "@launchdarkly/node-server-sdk": "0.5.0",
39
+ "@launchdarkly/node-server-sdk": "8.0.1",
40
40
  "@types/jest": "^29.4.0",
41
41
  "@typescript-eslint/eslint-plugin": "^5.22.0",
42
42
  "@typescript-eslint/parser": "^5.22.0",