@featurevisor/sdk
Advanced tools
Comparing version 0.20.0 to 0.20.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.20.1](https://github.com/fahad19/featurevisor/compare/v0.20.0...v0.20.1) (2023-05-13) | ||
### Bug Fixes | ||
* remove duplicate redundant types ([#69](https://github.com/fahad19/featurevisor/issues/69)) ([9501802](https://github.com/fahad19/featurevisor/commit/95018028b9beed19af7ab98a12b30163fdd2434c)) | ||
# [0.20.0](https://github.com/fahad19/featurevisor/compare/v0.19.0...v0.20.0) (2023-05-13) | ||
@@ -8,0 +19,0 @@ |
@@ -11,3 +11,2 @@ import { Attributes, BucketValue, DatafileContent, Feature, FeatureKey, InitialFeatures, StickyFeatures, VariableType, VariableValue, VariationType, VariationValue } from "@featurevisor/types"; | ||
} | ||
export type Event = "ready" | "refresh" | "update" | "activation"; | ||
export interface InstanceOptions { | ||
@@ -14,0 +13,0 @@ configureBucketValue?: ConfigureBucketValue; |
{ | ||
"name": "@featurevisor/sdk", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"description": "Featurevisor SDK for Node.js and the browser", | ||
@@ -49,3 +49,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "5ff80372509757b26872509d74e33bedb93d543c" | ||
"gitHead": "33e3f3d03125c7ec72d837ed5285bcda7761be42" | ||
} |
@@ -43,8 +43,2 @@ import { | ||
export type Event = "ready" | "refresh" | "update" | "activation"; | ||
interface Listeners { | ||
[key: string]: Function[]; | ||
} | ||
export interface InstanceOptions { | ||
@@ -51,0 +45,0 @@ configureBucketValue?: ConfigureBucketValue; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
274047
3598