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": {