@launchdarkly/node-server-sdk-dynamodb 6.0.6 → 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 +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -84,6 +84,21 @@
|
|
|
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
|
+
|
|
87
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)
|
|
88
103
|
|
|
89
104
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/node-server-sdk-dynamodb",
|
|
3
|
-
"version": "6.0
|
|
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": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@aws-sdk/client-dynamodb": "3.348.0",
|
|
38
|
-
"@launchdarkly/node-server-sdk": "9.0
|
|
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.
|
|
42
|
-
"@typescript-eslint/parser": "^6.
|
|
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",
|