@launchdarkly/cloudflare-server-sdk 2.1.3 → 2.1.4

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
@@ -2,6 +2,18 @@
2
2
 
3
3
  All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
4
4
 
5
+ ## [2.1.4](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.1.3...cloudflare-server-sdk-v2.1.4) (2023-09-06)
6
+
7
+ ### Bug Fixes
8
+
9
+ * Use clientSideAvailability instead of clientSide for filtering client side flags. ([#270](https://github.com/launchdarkly/js-core/issues/270)) ([2702342](https://github.com/launchdarkly/js-core/commit/27023429d36986466cda46aa4d95eb01c10cd455))
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @launchdarkly/js-server-sdk-common-edge bumped from 1.0.12 to 1.0.13
16
+
5
17
  ### Dependencies
6
18
 
7
19
  * The following workspace dependencies were updated
@@ -14,6 +26,7 @@ All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be docum
14
26
  * dependencies
15
27
  * @launchdarkly/js-server-sdk-common-edge bumped from 1.0.11 to 1.0.12
16
28
 
29
+
17
30
  ## [2.1.1](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.1.0...cloudflare-server-sdk-v2.1.1) (2023-08-14)
18
31
 
19
32
  Updated common dependency includes performance improvements.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@launchdarkly/cloudflare-server-sdk",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "type": "commonjs"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@launchdarkly/cloudflare-server-sdk",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "type": "module"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/cloudflare-server-sdk",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Cloudflare LaunchDarkly SDK",
5
5
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/cloudflare",
6
6
  "repository": {
@@ -26,7 +26,6 @@
26
26
  "dist"
27
27
  ],
28
28
  "scripts": {
29
- "doc": "../../../scripts/build-doc.sh .",
30
29
  "build": "../../../scripts/build-package.sh",
31
30
  "clean": "rimraf dist",
32
31
  "tsw": "yarn tsc --watch",
@@ -39,7 +38,7 @@
39
38
  },
40
39
  "dependencies": {
41
40
  "@cloudflare/workers-types": "^4.20230321.0",
42
- "@launchdarkly/js-server-sdk-common-edge": "1.0.12",
41
+ "@launchdarkly/js-server-sdk-common-edge": "1.0.13",
43
42
  "crypto-js": "^4.1.1"
44
43
  },
45
44
  "devDependencies": {
@@ -60,7 +59,7 @@
60
59
  "prettier": "^3.0.0",
61
60
  "rimraf": "^5.0.0",
62
61
  "ts-jest": "^29.1.0",
63
- "typedoc": "0.24.8",
62
+ "typedoc": "0.25.0",
64
63
  "typescript": "5.1.6"
65
64
  }
66
65
  }