@launchdarkly/node-server-sdk-dynamodb 6.2.13 → 6.2.14
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 +11 -0
- package/package.json +2 -2
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.2.14](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.2.13...node-server-sdk-dynamodb-v6.2.14) (2025-08-29)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Dependencies
|
|
97
|
+
|
|
98
|
+
* The following workspace dependencies were updated
|
|
99
|
+
* devDependencies
|
|
100
|
+
* @launchdarkly/node-server-sdk bumped from 9.10.1 to 9.10.2
|
|
101
|
+
* peerDependencies
|
|
102
|
+
* @launchdarkly/node-server-sdk bumped from >=9.4.3 to >=9.10.2
|
|
103
|
+
|
|
93
104
|
## [6.2.13](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v6.2.12...node-server-sdk-dynamodb-v6.2.13) (2025-07-23)
|
|
94
105
|
|
|
95
106
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/node-server-sdk-dynamodb",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.14",
|
|
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.10.
|
|
38
|
+
"@launchdarkly/node-server-sdk": "9.10.2",
|
|
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",
|