File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ const Flagsmith = class {
261
261
analyticsInterval : NodeJS . Timer | null = null
262
262
api : string | null = null
263
263
cacheFlags = false
264
- ts : number | null = null
264
+ ts ? : number
265
265
enableAnalytics = false
266
266
enableLogs = false
267
267
evaluationContext : EvaluationContext = { }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flagsmith" ,
3
- "version" : " 9.0.4 " ,
3
+ "version" : " 9.0.5 " ,
4
4
"description" : " Feature flagging to support continuous development" ,
5
5
"main" : " ./index.js" ,
6
6
"module" : " ./index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-flagsmith" ,
3
- "version" : " 9.0.4 " ,
3
+ "version" : " 9.0.5 " ,
4
4
"description" : " Feature flagging to support continuous development" ,
5
5
"main" : " ./index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments