From 01cd3c6c87557b9dd97182599702037f5ddc1f59 Mon Sep 17 00:00:00 2001 From: Tiago Fonseca Date: Tue, 4 Mar 2025 15:56:28 -0300 Subject: [PATCH] fix: conflicting ts field type --- flagsmith-core.ts | 2 +- lib/flagsmith/package.json | 2 +- lib/react-native-flagsmith/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flagsmith-core.ts b/flagsmith-core.ts index 8d906977..93ef87c4 100644 --- a/flagsmith-core.ts +++ b/flagsmith-core.ts @@ -261,7 +261,7 @@ const Flagsmith = class { analyticsInterval: NodeJS.Timer | null= null api: string|null= null cacheFlags= false - ts: number|null= null + ts?: number enableAnalytics= false enableLogs= false evaluationContext: EvaluationContext= {} diff --git a/lib/flagsmith/package.json b/lib/flagsmith/package.json index 9ef032b3..b4f6bed1 100644 --- a/lib/flagsmith/package.json +++ b/lib/flagsmith/package.json @@ -1,6 +1,6 @@ { "name": "flagsmith", - "version": "9.0.4", + "version": "9.0.5", "description": "Feature flagging to support continuous development", "main": "./index.js", "module": "./index.mjs", diff --git a/lib/react-native-flagsmith/package.json b/lib/react-native-flagsmith/package.json index d4061276..74db1596 100644 --- a/lib/react-native-flagsmith/package.json +++ b/lib/react-native-flagsmith/package.json @@ -1,6 +1,6 @@ { "name": "react-native-flagsmith", - "version": "9.0.4", + "version": "9.0.5", "description": "Feature flagging to support continuous development", "main": "./index.js", "repository": {