@launchdarkly/akamai-server-base-sdk 0.1.0 → 0.2.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
@@ -2,6 +2,14 @@
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
+ ## [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
+
7
+
8
+ ### Features
9
+
10
+ * Exported typescript types for Akamai SDK ([e7be20c](https://github.com/launchdarkly/js-core/commit/e7be20caa2f13abecf12a29ddc46a45a59fc7b5c))
11
+ * Exported typescript types for Akamai SDK ([#135](https://github.com/launchdarkly/js-core/issues/135)) ([01da2a9](https://github.com/launchdarkly/js-core/commit/01da2a9abd203ed171497c92eab8abd0f9aa81c2))
12
+
5
13
  ## 0.1.0 (2023-06-02)
6
14
 
7
15
 
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # LaunchDarkly Akamai SDK
1
+ # LaunchDarkly Akamai Base SDK
2
2
 
3
- [![NPM][sdk-akamai-npm-badge]][sdk-akamai-npm-link]
4
- [![Actions Status][sdk-akamai-ci-badge]][sdk-akamai-ci]
5
- [![Documentation][sdk-akamai-ghp-badge]][sdk-akamai-ghp-link]
6
- [![NPM][sdk-akamai-dm-badge]][sdk-akamai-npm-link]
7
- [![NPM][sdk-akamai-dt-badge]][sdk-akamai-npm-link]
3
+ [![NPM][sdk-akamai-base-npm-badge]][sdk-akamai-base-npm-link]
4
+ [![Actions Status][sdk-akamai-base-ci-badge]][sdk-akamai-base-ci]
5
+ [![Documentation][sdk-akamai-base-ghp-badge]][sdk-akamai-base-ghp-link]
6
+ [![NPM][sdk-akamai-base-dm-badge]][sdk-akamai-base-npm-link]
7
+ [![NPM][sdk-akamai-base-dt-badge]][sdk-akamai-base-npm-link]
8
8
 
9
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.
10
10
 
11
- For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/akamai).
11
+ For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/edge/akamai).
12
12
 
13
13
  ## Install
14
14
 
@@ -44,3 +44,13 @@ yarn test
44
44
  - [docs.launchdarkly.com](https://docs.launchdarkly.com/ 'LaunchDarkly Documentation') for our documentation and SDK reference guides
45
45
  - [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ 'LaunchDarkly API Documentation') for our API documentation
46
46
  - [blog.launchdarkly.com](https://blog.launchdarkly.com/ 'LaunchDarkly Blog Documentation') for the latest product updates
47
+
48
+ [sdk-akamai-base-ci-badge]: https://github.com/launchdarkly/js-core/actions/workflows/akamai-base.yml/badge.svg
49
+ [sdk-akamai-base-ci]: https://github.com/launchdarkly/js-core/actions/workflows/akamai-base.yml
50
+ [sdk-akamai-base-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/akamai-server-base-sdk.svg?style=flat-square
51
+ [sdk-akamai-base-npm-link]: https://www.npmjs.com/package/@launchdarkly/akamai-server-base-sdk
52
+ [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/
54
+ [sdk-akamai-base-dm-badge]: https://img.shields.io/npm/dm/@launchdarkly/akamai-server-base-sdk.svg?style=flat-square
55
+ [sdk-akamai-base-dt-badge]: https://img.shields.io/npm/dt/@launchdarkly/akamai-server-base-sdk.svg?style=flat-square
56
+ [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+