@openfeature/react-sdk 0.0.2-experimental → 0.0.3-experimental

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -12,8 +12,8 @@
12
12
  <!-- x-hide-in-docs-end -->
13
13
  <!-- The 'github-badges' class is used in the docs -->
14
14
  <p align="center" class="github-badges">
15
- <a href="https://github.com/open-feature/spec/tree/v0.6.0">
16
- <img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.6.0&color=yellow&style=for-the-badge" />
15
+ <a href="https://github.com/open-feature/spec/releases/tag/v0.7.0">
16
+ <img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
17
17
  </a>
18
18
  <br/>
19
19
  <a href="https://codecov.io/gh/open-feature/js-sdk">
@@ -22,7 +22,7 @@
22
22
  </p>
23
23
  <!-- x-hide-in-docs-start -->
24
24
 
25
- [OpenFeature](https://openfeature.dev) is an open standard that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.
25
+ [OpenFeature](https://openfeature.dev) is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.
26
26
 
27
27
  🧪 This is SDK is experimental.
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfeature/react-sdk",
3
- "version": "0.0.2-experimental",
3
+ "version": "0.0.3-experimental",
4
4
  "description": "OpenFeature React SDK",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "files": [
@@ -47,12 +47,12 @@
47
47
  },
48
48
  "homepage": "https://github.com/open-feature/js-sdk#readme",
49
49
  "peerDependencies": {
50
- "@openfeature/core": "0.0.16",
50
+ "@openfeature/core": "0.0.18",
51
51
  "@openfeature/web-sdk": ">=0.4.0",
52
52
  "react": ">=18.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@openfeature/core": "0.0.16",
55
+ "@openfeature/core": "0.0.18",
56
56
  "@openfeature/web-sdk": "*"
57
57
  }
58
58
  }