@launchdarkly/akamai-server-base-sdk 0.2.1 → 0.3.1

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
@@ -9,6 +9,35 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
9
9
  * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.1.0 to ^0.1.1
10
10
  * @launchdarkly/js-server-sdk-common bumped from ^1.0.2 to ^1.0.3
11
11
 
12
+ ## [0.3.1](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.3.0...akamai-server-base-sdk-v0.3.1) (2023-06-13)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * Update readme links for Akamai SDKs ([#157](https://github.com/launchdarkly/js-core/issues/157)) ([8a138c1](https://github.com/launchdarkly/js-core/commit/8a138c169cc33c1e155c1d3643a73ce55d16b902))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.0 to ^0.2.1
25
+ * @launchdarkly/js-server-sdk-common bumped from ^1.0.3 to ^1.0.4
26
+
27
+ ## [0.3.0](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.2.1...akamai-server-base-sdk-v0.3.0) (2023-06-09)
28
+
29
+
30
+ ### Features
31
+
32
+ * Release beta version of Akamai SDKs ([#155](https://github.com/launchdarkly/js-core/issues/155)) ([aa8158c](https://github.com/launchdarkly/js-core/commit/aa8158cbf16a9abf681438341b52dc1f640c5c40))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * The following workspace dependencies were updated
38
+ * dependencies
39
+ * @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.1.1 to ^0.2.0
40
+
12
41
  ## [0.2.0](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.1.0...akamai-server-base-sdk-v0.2.0) (2023-06-06)
13
42
 
14
43
 
package/README.md CHANGED
@@ -6,6 +6,8 @@
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
+
9
11
  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.
10
12
 
11
13
  For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/edge/akamai).
@@ -50,7 +52,7 @@ yarn test
50
52
  [sdk-akamai-base-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/akamai-server-base-sdk.svg?style=flat-square
51
53
  [sdk-akamai-base-npm-link]: https://www.npmjs.com/package/@launchdarkly/akamai-server-base-sdk
52
54
  [sdk-akamai-base-ghp-badge]: https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8
53
- [sdk-akamai-base-ghp-link]: https://launchdarkly.github.io/js-core/packages/sdk/akamai/docs/
55
+ [sdk-akamai-base-ghp-link]: https://launchdarkly.github.io/js-core/packages/sdk/akamai-base/docs/
54
56
  [sdk-akamai-base-dm-badge]: https://img.shields.io/npm/dm/@launchdarkly/akamai-server-base-sdk.svg?style=flat-square
55
57
  [sdk-akamai-base-dt-badge]: https://img.shields.io/npm/dt/@launchdarkly/akamai-server-base-sdk.svg?style=flat-square
56
58
  [package-sdk-akamai-base-issues]: https://github.com/launchdarkly/js-core/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+sdk%2Fakamai-base%22+