@flopflip/types
Advanced tools
Comparing version 2.5.4 to 2.5.5
# @flopflip/types | ||
## 2.5.5 | ||
### Patch Changes | ||
- [`8f7e504`](https://github.com/tdeekens/flopflip/commit/8f7e504951cb2dcb6b86abaa4908d10314515860) [#1206](https://github.com/tdeekens/flopflip/pull/1206) Thanks [@tdeekens](https://github.com/tdeekens)! - feat(launchdarkly-adapter): add unsubcribe flag state | ||
## 2.5.4 | ||
@@ -4,0 +10,0 @@ |
@@ -138,2 +138,6 @@ /// <reference types="react" /> | ||
export declare type TOnStatusStateChangeCallback = (statusChange: Readonly<TAdapterStatusChange>) => void; | ||
export declare type TUpdateFlagsOptions = { | ||
lockFlags?: boolean; | ||
unsubscribeFlags?: boolean; | ||
}; | ||
export declare type TAdapterReconfigurationOptions = { | ||
@@ -140,0 +144,0 @@ shouldOverwrite?: boolean; |
{ | ||
"name": "@flopflip/types", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"description": "Type definitions for flipflop", | ||
@@ -5,0 +5,0 @@ "main": "dist/@flopflip-types.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32880
209