@launchdarkly/node-server-sdk-dynamodb 5.0.9 → 5.0.11

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 +12 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -42,6 +42,18 @@
42
42
  * devDependencies
43
43
  * @launchdarkly/node-server-sdk bumped from 8.2.1 to 8.2.2
44
44
 
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * devDependencies
49
+ * @launchdarkly/node-server-sdk bumped from 8.2.2 to 8.2.3
50
+
51
+ ### Dependencies
52
+
53
+ * The following workspace dependencies were updated
54
+ * devDependencies
55
+ * @launchdarkly/node-server-sdk bumped from 8.2.3 to 8.2.4
56
+
45
57
  ## [5.0.6](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v5.0.5...node-server-sdk-dynamodb-v5.0.6) (2023-08-10)
46
58
 
47
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/node-server-sdk-dynamodb",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
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": {
@@ -24,8 +24,7 @@
24
24
  "test": "npx jest --ci --runInBand",
25
25
  "build": "npx tsc",
26
26
  "lint": "npx eslint . --ext .ts",
27
- "lint:fix": "yarn run lint --fix",
28
- "doc": "../../../scripts/build-doc.sh ."
27
+ "lint:fix": "yarn run lint --fix"
29
28
  },
30
29
  "dependencies": {
31
30
  "ioredis": "^5.3.2"
@@ -36,7 +35,7 @@
36
35
  },
37
36
  "devDependencies": {
38
37
  "@aws-sdk/client-dynamodb": "3.348.0",
39
- "@launchdarkly/node-server-sdk": "8.2.2",
38
+ "@launchdarkly/node-server-sdk": "8.2.4",
40
39
  "@trivago/prettier-plugin-sort-imports": "^4.1.1",
41
40
  "@types/jest": "^29.4.0",
42
41
  "@typescript-eslint/eslint-plugin": "^6.1.0",
@@ -51,7 +50,7 @@
51
50
  "launchdarkly-js-test-helpers": "^2.2.0",
52
51
  "prettier": "^3.0.0",
53
52
  "ts-jest": "^29.0.5",
54
- "typedoc": "0.23.26",
55
- "typescript": "^5.1.6"
53
+ "typedoc": "0.25.0",
54
+ "typescript": "5.1.6"
56
55
  }
57
56
  }