Skip to content

Commit f4185d7

Browse files
jonathannorristhomaspoignant
authored andcommitted
chore: mark multi-provider packages as deprecated (#1395)
Signed-off-by: Jonathan Norris <[email protected]> Signed-off-by: Thomas Poignant <[email protected]>
1 parent d71947f commit f4185d7

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

libs/providers/multi-provider-web/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenFeature Multi-Provider
22

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+
35
The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature web SDK.
46
When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine
57
the final result. Different evaluation strategies can be defined to control which providers get evaluated and which result is used.

libs/providers/multi-provider-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@openfeature/multi-provider-web",
33
"version": "0.0.3",
44
"license": "Apache-2.0",
5+
"deprecated": "This package is deprecated. The Multi-Provider is now included in @openfeature/web-sdk. Please migrate to use the SDK directly.",
56
"main": "./src/index.js",
67
"typings": "./src/index.d.ts",
78
"scripts": {

libs/providers/multi-provider/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenFeature Multi-Provider
22

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+
35
The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature server SDK.
46
When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine
57
the final result. Different evaluation strategies can be defined to control which providers get evaluated and which result is used.

libs/providers/multi-provider/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@openfeature/multi-provider",
33
"version": "0.1.2",
44
"license": "Apache-2.0",
5+
"deprecated": "This package is deprecated. The Multi-Provider is now included in @openfeature/server-sdk. Please migrate to use the SDK directly.",
56
"main": "./src/index.js",
67
"typings": "./src/index.d.ts",
78
"scripts": {

0 commit comments

Comments
 (0)