@openfeature/server-sdk
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -593,3 +593,3 @@ import EventEmitter from 'events'; | ||
type Hook = BaseHook<FlagValue, Promise<EvaluationContext | Promise<void>> | EvaluationContext | void, Promise<void> | void>; | ||
type Hook = BaseHook<FlagValue, Promise<EvaluationContext | void> | EvaluationContext | void, Promise<void> | void>; | ||
@@ -596,0 +596,0 @@ interface FlagEvaluationOptions { |
{ | ||
"name": "@openfeature/server-sdk", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "OpenFeature SDK for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -19,4 +19,4 @@ <!-- markdownlint-disable MD033 --> | ||
<!-- x-release-please-start-version --> | ||
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.7.4"> | ||
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.4&color=blue&style=for-the-badge" /> | ||
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.7.5"> | ||
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.5&color=blue&style=for-the-badge" /> | ||
</a> | ||
@@ -23,0 +23,0 @@ <!-- x-release-please-end --> |
180070