@launchdarkly/node-server-sdk-dynamodb 6.1.14 → 6.1.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -90,6 +90,22 @@
90
90
  * devDependencies
91
91
  * @launchdarkly/node-server-sdk bumped from 9.2.1 to 9.2.2
92
92
 
93
+ ## [6.1.15](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.1.14...node-server-sdk-dynamodb-v6.1.15) (2024-06-14)
94
+
95
+
96
+ ### Bug Fixes
97
+
98
+ * Include prerequisiteKey in migration op event. ([#481](https://github.com/launchdarkly/js-core/issues/481)) ([824f59d](https://github.com/launchdarkly/js-core/commit/824f59d256e6316365b32117887a1af2520d8996))
99
+
100
+
101
+ ### Dependencies
102
+
103
+ * The following workspace dependencies were updated
104
+ * devDependencies
105
+ * @launchdarkly/node-server-sdk bumped from 9.4.5 to 9.4.6
106
+ * peerDependencies
107
+ * @launchdarkly/node-server-sdk bumped from >=9.4.3 to >=9.4.6
108
+
93
109
  ## [6.1.14](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.1.13...node-server-sdk-dynamodb-v6.1.14) (2024-06-04)
94
110
 
95
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/node-server-sdk-dynamodb",
3
- "version": "6.1.14",
3
+ "version": "6.1.15",
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.4.5",
38
+ "@launchdarkly/node-server-sdk": "9.4.6",
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",