@launchdarkly/akamai-server-base-sdk 0.2.0 → 0.3.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 +21 -0
- package/README.md +2 -0
- package/dist/esm/bundle.es.js +4 -4
- package/dist/esm/bundle.es.js.map +1 -1
- package/dist/esm/package.json +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
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 ^0.1.0 to ^0.1.1
|
|
10
|
+
* @launchdarkly/js-server-sdk-common bumped from ^1.0.2 to ^1.0.3
|
|
11
|
+
|
|
12
|
+
## [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)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* Release beta version of Akamai SDKs ([#155](https://github.com/launchdarkly/js-core/issues/155)) ([aa8158c](https://github.com/launchdarkly/js-core/commit/aa8158cbf16a9abf681438341b52dc1f640c5c40))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* The following workspace dependencies were updated
|
|
23
|
+
* dependencies
|
|
24
|
+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.1.1 to ^0.2.0
|
|
25
|
+
|
|
5
26
|
## [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)
|
|
6
27
|
|
|
7
28
|
|
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).
|