Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libs/providers/multi-provider-web/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# OpenFeature Multi-Provider

> **⚠️ 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).

The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature web SDK.
When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine
the final result. Different evaluation strategies can be defined to control which providers get evaluated and which result is used.
Expand Down
1 change: 1 addition & 0 deletions libs/providers/multi-provider-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@openfeature/multi-provider-web",
"version": "0.0.3",
"license": "Apache-2.0",
"deprecated": "This package is deprecated. The Multi-Provider is now included in @openfeature/web-sdk. Please migrate to use the SDK directly.",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions libs/providers/multi-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# OpenFeature Multi-Provider

> **⚠️ 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).

The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature server SDK.
When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine
the final result. Different evaluation strategies can be defined to control which providers get evaluated and which result is used.
Expand Down
1 change: 1 addition & 0 deletions libs/providers/multi-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@openfeature/multi-provider",
"version": "0.1.2",
"license": "Apache-2.0",
"deprecated": "This package is deprecated. The Multi-Provider is now included in @openfeature/server-sdk. Please migrate to use the SDK directly.",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"scripts": {
Expand Down