@openfeature/server-sdk 1.6.3 → 1.7.0
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 +5 -5
- package/dist/cjs/index.js +78 -617
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/index.js +80 -571
- package/dist/esm/index.js.map +4 -4
- package/dist/types.d.ts +65 -629
- package/package.json +9 -10
package/README.md
CHANGED
|
@@ -16,12 +16,12 @@
|
|
|
16
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
|
<!-- x-release-please-start-version -->
|
|
19
|
-
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.
|
|
20
|
-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.
|
|
19
|
+
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.7.0">
|
|
20
|
+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.0&color=blue&style=for-the-badge" />
|
|
21
21
|
</a>
|
|
22
22
|
<!-- x-release-please-end -->
|
|
23
23
|
<br/>
|
|
24
|
-
<a href="https://open-feature.github.io/js-sdk/modules/
|
|
24
|
+
<a href="https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk.html">
|
|
25
25
|
<img alt="API Reference" src="https://img.shields.io/badge/reference-teal?logo=javascript&logoColor=white" />
|
|
26
26
|
</a>
|
|
27
27
|
<a href="https://www.npmjs.com/package/@openfeature/server-sdk">
|
|
@@ -81,7 +81,7 @@ if (v2Enabled) {
|
|
|
81
81
|
|
|
82
82
|
### API Reference
|
|
83
83
|
|
|
84
|
-
See [here](https://open-feature.github.io/js-sdk/modules/
|
|
84
|
+
See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk.html) for the complete API documentation.
|
|
85
85
|
|
|
86
86
|
## 🌟 Features
|
|
87
87
|
|
|
@@ -312,4 +312,4 @@ export class MyHook implements Hook {
|
|
|
312
312
|
}
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
> Built a new hook? [Let us know](https://github.com/open-feature/openfeature.dev/issues/new?assignees=&labels=hook&projects=&template=document-hook.yaml&title=%5BHook%5D%3A+) so we can add it to the docs!
|
|
315
|
+
> Built a new hook? [Let us know](https://github.com/open-feature/openfeature.dev/issues/new?assignees=&labels=hook&projects=&template=document-hook.yaml&title=%5BHook%5D%3A+) so we can add it to the docs!
|