@launchdarkly/cloudflare-server-sdk 0.0.3 → 0.0.4
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 +7 -0
- package/README.md +11 -3
- package/dist/cjs/package.json +1 -1
- package/dist/esm/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,13 @@ All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be docum
|
|
|
8
8
|
* dependencies
|
|
9
9
|
* @launchdarkly/js-server-sdk-common-edge bumped from 0.0.2 to 0.0.3
|
|
10
10
|
|
|
11
|
+
## [0.0.4](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v0.0.3...cloudflare-server-sdk-v0.0.4) (2023-04-26)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* Improve readme. ([50d8556](https://github.com/launchdarkly/js-core/commit/50d85561c5f7577e1ecdc64f919d753c5df66b39))
|
|
17
|
+
|
|
11
18
|
## [0.0.2](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v0.0.1...cloudflare-server-sdk-v0.0.2) (2023-04-20)
|
|
12
19
|
|
|
13
20
|
|
package/README.md
CHANGED
|
@@ -2,11 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
[![NPM][sdk-cloudflare-npm-badge]][sdk-cloudflare-npm-link]
|
|
4
4
|
[![Actions Status][sdk-cloudflare-ci-badge]][sdk-cloudflare-ci]
|
|
5
|
-
[![Documentation]
|
|
5
|
+
[![Documentation][sdk-cloudflare-ghp-badge]][sdk-cloudflare-ghp-link]
|
|
6
|
+
[![NPM][sdk-cloudflare-dm-badge]][sdk-cloudflare-npm-link]
|
|
7
|
+
[![NPM][sdk-cloudflare-dt-badge]][sdk-cloudflare-npm-link]
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
The LaunchDarkly Cloudflare SDK is designed primarily for use in multi-user Cloudflare workers. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.
|
|
8
10
|
|
|
9
|
-
For more information, see the [
|
|
11
|
+
For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/cloudflare).
|
|
12
|
+
|
|
13
|
+
This SDK is a beta version and should not be considered ready for production use while this message is visible.
|
|
10
14
|
|
|
11
15
|
## Install
|
|
12
16
|
|
|
@@ -75,3 +79,7 @@ yarn test
|
|
|
75
79
|
[sdk-cloudflare-ci]: https://github.com/launchdarkly/js-core/actions/workflows/cloudflare.yml
|
|
76
80
|
[sdk-cloudflare-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/cloudflare-server-sdk.svg?style=flat-square
|
|
77
81
|
[sdk-cloudflare-npm-link]: https://www.npmjs.com/package/@launchdarkly/cloudflare-server-sdk
|
|
82
|
+
[sdk-cloudflare-ghp-badge]: https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8
|
|
83
|
+
[sdk-cloudflare-ghp-link]: https://launchdarkly.github.io/js-core/packages/sdk/cloudflare/docs/
|
|
84
|
+
[sdk-cloudflare-dm-badge]: https://img.shields.io/npm/dm/@launchdarkly/cloudflare-server-sdk.svg?style=flat-square
|
|
85
|
+
[sdk-cloudflare-dt-badge]: https://img.shields.io/npm/dt/@launchdarkly/cloudflare-server-sdk.svg?style=flat-square
|
package/dist/cjs/package.json
CHANGED
package/dist/esm/package.json
CHANGED