From c2c51c27940b95eb66dd952c75550f0a133d9dad Mon Sep 17 00:00:00 2001 From: Ty Potter Date: Fri, 14 Mar 2025 09:58:09 -0600 Subject: [PATCH 1/2] set configuration requestor --- src/client/eppo-client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/eppo-client.ts b/src/client/eppo-client.ts index a8f3a5d..9c641de 100644 --- a/src/client/eppo-client.ts +++ b/src/client/eppo-client.ts @@ -350,6 +350,7 @@ export default class EppoClient { this.banditVariationConfigurationStore ?? null, this.banditModelConfigurationStore ?? null, ); + this.configurationRequestor = configurationRequestor; const pollingCallback = async () => { if (await configurationRequestor.isFlagConfigExpired()) { From 0ae8d4520ebe47368eca44e0980997e3aa567bf6 Mon Sep 17 00:00:00 2001 From: Ty Potter Date: Fri, 14 Mar 2025 09:58:29 -0600 Subject: [PATCH 2/2] bump patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b150c68..9f48415 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eppo/js-client-sdk-common", - "version": "4.14.1", + "version": "4.14.2", "description": "Common library for Eppo JavaScript SDKs (web, react native, and node)", "main": "dist/index.js", "files": [