You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/providers/multi-provider-web/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# OpenFeature Multi-Provider
2
2
3
+
> **⚠️ DEPRECATED**: This package is deprecated. The Multi-Provider is now included in `@openfeature/web-sdk`. Please migrate to use the SDK directly. See [Multi-Provider in @openfeature/web-sdk](https://github.com/open-feature/js-sdk/blob/main/packages/web/README.md#multi-provider).
4
+
3
5
The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature web SDK.
4
6
When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine
5
7
the final result. Different evaluation strategies can be defined to control which providers get evaluated and which result is used.
Copy file name to clipboardExpand all lines: libs/providers/multi-provider/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# OpenFeature Multi-Provider
2
2
3
+
> **⚠️ DEPRECATED**: This package is deprecated. The Multi-Provider is now included in `@openfeature/server-sdk`. Please migrate to use the SDK directly. See [Multi-Provider in @openfeature/server-sdk](https://github.com/open-feature/js-sdk/blob/main/packages/server/README.md#multi-provider).
4
+
3
5
The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature server SDK.
4
6
When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine
5
7
the final result. Different evaluation strategies can be defined to control which providers get evaluated and which result is used.
0 commit comments