@openfeature/flagd-provider 0.11.1 → 0.13.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/README.md CHANGED
@@ -33,7 +33,7 @@ Options can be defined in the constructor or as environment variables. Construct
33
33
  | port | FLAGD_PORT | number | 8013 | |
34
34
  | tls | FLAGD_TLS | boolean | false | |
35
35
  | socketPath | FLAGD_SOCKET_PATH | string | - | |
36
- | resolverType | FLAGD_SOURCE_RESOLVER | string | rpc | rpc, in-process |
36
+ | resolverType | FLAGD_RESOLVER | string | rpc | rpc, in-process |
37
37
  | offlineFlagSourcePath | FLAGD_OFFLINE_FLAG_SOURCE_PATH | string | - | |
38
38
  | selector | FLAGD_SOURCE_SELECTOR | string | - | |
39
39
  | cache | FLAGD_CACHE | string | lru | lru, disabled |