@launchdarkly/akamai-server-base-sdk 2.0.1 → 2.0.3

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,26 @@
2
2
 
3
3
  All notable changes to the LaunchDarkly SDK for Akamai Workers will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
4
4
 
5
+ ### Dependencies
6
+
7
+ * The following workspace dependencies were updated
8
+ * dependencies
9
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.2 to ^1.0.3
10
+ * @launchdarkly/js-server-sdk-common bumped from ^2.0.2 to ^2.1.0
11
+
12
+ ## [2.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.1...akamai-server-base-sdk-v2.0.2) (2023-11-01)
13
+
14
+ ### Bug Fixes
15
+
16
+ * Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.1 to ^1.0.2
23
+ * @launchdarkly/js-server-sdk-common bumped from ^2.0.1 to ^2.0.2
24
+
5
25
  ## [2.0.1](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.0...akamai-server-base-sdk-v2.0.1) (2023-10-16)
6
26
 
7
27
  ### Bug Fixes