@openfeature/flagd-provider 0.6.0 → 0.7.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/README.md CHANGED
@@ -1,6 +1,4 @@
1
- # Server-side JavaScript flagd Provider for OpenFeature
2
-
3
- ![Experimental](https://img.shields.io/badge/experimental-breaking%20changes%20allowed-yellow)
1
+ # Server-side flagd Provider
4
2
 
5
3
  Flagd is a simple daemon for evaluating feature flags.
6
4
  It is designed to conform to OpenFeature schema for flag definitions.
@@ -12,6 +10,12 @@ This repository and package provides the client code for interacting with it via
12
10
  $ npm install @openfeature/flagd-provider
13
11
  ```
14
12
 
13
+ Required peer dependencies
14
+
15
+ ```
16
+ $ npm install @openfeature/js-sdk
17
+ ```
18
+
15
19
  ## Usage
16
20
 
17
21
  The `FlagdProvider` supports multiple configuration options that determine now the SDK communicates with flagd.