From 33780e2280739de0f43113bdea51219520159aca Mon Sep 17 00:00:00 2001 From: tore-statsig <74584483+tore-statsig@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:00:01 -0700 Subject: [PATCH] [release] 5.25.1 - fix: support timeout in flush() and remove private attributes from gcir (#480) ### Fixes - make flush(timeout) respect the timeout applied https://github.com/statsig-io/node-js-server-sdk/issues/49 - remove private attributes from the user returned in `getClientInitializeResponse` >Included In This Release >- 7bdbd1322983b7166b3c6364a94034af3f6145e3 tore-statsig > - fix: strip private attributes from bootstrap user (#479) >- 4c6c6c480bafb944271dcc63f1afd9cef5f07e0b tore-statsig > - fix: flush with timeout not respected by retries (#478) --------- Co-authored-by: statsig-kong[bot] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec3f42d..c19b77b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statsig-node", - "version": "5.25.0", + "version": "5.25.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "statsig-node", - "version": "5.25.0", + "version": "5.25.1", "license": "ISC", "dependencies": { "ip3country": "^5.0.0", diff --git a/package.json b/package.json index 5dca897..bb95064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statsig-node", - "version": "5.25.0", + "version": "5.25.1", "description": "Statsig Node.js SDK for usage in multi-user server environments.", "main": "dist/index.js", "scripts": {