File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ const Flagsmith = class {
261261 analyticsInterval : NodeJS . Timer | null = null
262262 api : string | null = null
263263 cacheFlags = false
264- ts : number | null = null
264+ ts ? : number
265265 enableAnalytics = false
266266 enableLogs = false
267267 evaluationContext : EvaluationContext = { }
Original file line number Diff line number Diff line change 11{
22 "name" : " flagsmith" ,
3- "version" : " 9.0.4 " ,
3+ "version" : " 9.0.5 " ,
44 "description" : " Feature flagging to support continuous development" ,
55 "main" : " ./index.js" ,
66 "module" : " ./index.mjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-flagsmith" ,
3- "version" : " 9.0.4 " ,
3+ "version" : " 9.0.5 " ,
44 "description" : " Feature flagging to support continuous development" ,
55 "main" : " ./index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments