expf-sigma-node.js 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/sigma.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expf-sigma-node.js",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
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
@@ -6368,7 +6368,7 @@ var Sigma = class {
6368
6368
  this.cache.set(sigmaExperiments, result.slice(0, -1));
6369
6369
  return result.slice(0, -1);
6370
6370
  }
6371
- return false;
6371
+ return null;
6372
6372
  }
6373
6373
  findUserInForcedGroup(experiment) {
6374
6374
  let groupName = false;