@openfeature/ofrep-web-provider 0.1.1 → 0.1.3
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,13 +7,13 @@ This provider is designed to use the [OpenFeature Remote Evaluation Protocol (OF
|
|
|
7
7
|
### npm
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
|
-
npm install @openfeature/ofrep-web
|
|
10
|
+
npm install @openfeature/ofrep-web-provider
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
### yarn
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
yarn add @openfeature/ofrep-web @openfeature/ofrep-core @openfeature/web-sdk
|
|
16
|
+
yarn add @openfeature/ofrep-web-provider @openfeature/ofrep-core @openfeature/web-sdk
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
> [!NOTE]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfeature/ofrep-web-provider",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0"
|
|
6
6
|
},
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@openfeature/web-sdk": ">=0.4.0",
|
|
15
|
-
"@openfeature/ofrep-core": "^0.1.
|
|
15
|
+
"@openfeature/ofrep-core": "^0.1.4"
|
|
16
16
|
},
|
|
17
17
|
"exports": {
|
|
18
18
|
"./package.json": "./package.json",
|