@launchdarkly/akamai-server-base-sdk 0.4.3 → 1.0.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 CHANGED
@@ -16,6 +16,20 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
16
16
  * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.3 to ^0.2.4
17
17
  * @launchdarkly/js-server-sdk-common bumped from ^1.0.4 to ^1.0.5
18
18
 
19
+ ### Dependencies
20
+
21
+ * The following workspace dependencies were updated
22
+ * dependencies
23
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.4 to ^0.2.5
24
+ * @launchdarkly/js-server-sdk-common bumped from ^1.0.5 to ^1.0.6
25
+
26
+ ## [1.0.0](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.4.4...akamai-server-base-sdk-v1.0.0) (2023-07-05)
27
+
28
+
29
+ ### Features
30
+
31
+ * Release v1.0.0 of Akamai SDKs ([#196](https://github.com/launchdarkly/js-core/issues/196)) ([7f8c827](https://github.com/launchdarkly/js-core/commit/7f8c827c71ac7744b88dc849325e95db8144892f))
32
+
19
33
  ## [0.4.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.4.1...akamai-server-base-sdk-v0.4.2) (2023-06-23)
20
34
 
21
35
 
package/README.md CHANGED
@@ -6,8 +6,6 @@
6
6
  [![NPM][sdk-akamai-base-dm-badge]][sdk-akamai-base-npm-link]
7
7
  [![NPM][sdk-akamai-base-dt-badge]][sdk-akamai-base-npm-link]
8
8
 
9
- > This library is a beta version and should not be considered ready for production use while this message is visible.
10
-
11
9
  The LaunchDarkly Akamai SDK is designed primarily for use in Akamai Edgeworkers. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.
12
10
 
13
11
  For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/edge/akamai).