@flopflip/adapter-utilities
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @flopflip/adapter-utilities | ||
## 1.0.2 | ||
### Patch Changes | ||
- Updated dependencies [[`57c90be`](https://github.com/tdeekens/flopflip/commit/57c90be8517cea797b0d89ece686cd66cd65e38e)]: | ||
- @flopflip/types@4.1.0 | ||
## 1.0.1 | ||
@@ -4,0 +11,0 @@ |
import type { TFlag, TFlagName } from '@flopflip/types'; | ||
declare const normalizeFlag: (flagName: TFlagName, flagValue?: string | boolean | undefined) => TFlag; | ||
declare const normalizeFlag: (flagName: TFlagName, flagValue?: string | number | boolean | Record<string, unknown> | unknown[] | undefined) => TFlag; | ||
export default normalizeFlag; |
{ | ||
"name": "@flopflip/adapter-utilities", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Adapter utilities for flipflop", | ||
@@ -31,3 +31,3 @@ "main": "dist/flopflip-adapter-utilities.cjs.js", | ||
"dependencies": { | ||
"@flopflip/types": "4.0.1", | ||
"@flopflip/types": "4.1.0", | ||
"@babel/runtime": "7.12.5", | ||
@@ -34,0 +34,0 @@ "lodash": "4.17.20", |
11346
+ Added@flopflip/types@4.1.0(transitive)
- Removed@flopflip/types@4.0.1(transitive)
Updated@flopflip/types@4.1.0