expf-sigma-node.js 3.2.10 → 3.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/sigma.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expf-sigma-node.js",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.11",
|
|
4
4
|
"description": "expf-sigma-node.js lets you manage features flags and remote config across web, server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.",
|
|
5
5
|
"main": "public/sigma.js",
|
|
6
6
|
"keywords": [
|
package/public/sigma.js
CHANGED
|
@@ -1139,7 +1139,7 @@ function generateFilteredList(array, name) {
|
|
|
1139
1139
|
}
|
|
1140
1140
|
|
|
1141
1141
|
// package.json
|
|
1142
|
-
var version = "3.2.
|
|
1142
|
+
var version = "3.2.11";
|
|
1143
1143
|
|
|
1144
1144
|
// src/helpers/sdkVersion.js
|
|
1145
1145
|
var sdkVersion = version;
|
|
@@ -1523,7 +1523,7 @@ var Sigma = class {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
if (sigmaDataLs.experiments[i]["name"] === experimentName && !experiment) {
|
|
1525
1525
|
splitById = this.getSplitById(sigmaDataLs.experiments[i]);
|
|
1526
|
-
forcedUser = checkForcedList(sigmaDataLs.experiments[i].forced_user_list,
|
|
1526
|
+
forcedUser = checkForcedList(sigmaDataLs.experiments[i].forced_user_list, splitById);
|
|
1527
1527
|
groupName = this.findUserInForcedGroup(sigmaDataLs.experiments[i]);
|
|
1528
1528
|
experiment = this.experimentDefinition(sigmaDataLs.experiments[i], groupName);
|
|
1529
1529
|
break;
|