@eppo/js-client-sdk-common
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -141,3 +141,3 @@ "use strict"; | ||
const holdoutShard = (0, shard_1.getShard)(`holdout-${subjectKey}`, subjectShards); | ||
const matchingHoldout = holdouts.find((holdout) => { | ||
const matchingHoldout = holdouts === null || holdouts === void 0 ? void 0 : holdouts.find((holdout) => { | ||
const { statusQuoShardRange, shippedShardRange } = holdout; | ||
@@ -144,0 +144,0 @@ if ((0, shard_1.isShardInRange)(holdoutShard, statusQuoShardRange)) { |
{ | ||
"name": "@eppo/js-client-sdk-common", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
306884