@appannie/ab-testing
Advanced tools
Comparing version 1.1.5 to 1.2.0
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.2.0 (2021-05-19) | ||
**Note:** Version bump only for package @appannie/ab-testing | ||
### 1.1.5 (2021-05-03) | ||
@@ -8,0 +16,0 @@ |
@@ -33,3 +33,4 @@ declare type ForceInclude = { | ||
getCohort: (experimentName: string) => string; | ||
hasExperiment: (experimentName: string) => boolean; | ||
} | ||
export default Experiments; |
@@ -48,2 +48,3 @@ "use strict"; | ||
}; | ||
this.hasExperiment = (experimentName) => !!this.config[experimentName]; | ||
this.config = {}; | ||
@@ -50,0 +51,0 @@ this.userId = userId; |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
}, | ||
"gitHead": "8df380403d80787764e58018cc7d2bd5a4193760" | ||
"gitHead": "20870324a161b3a926ed9ddd8bf12350157ea1bc" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21201
94