File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog of ` @reason-react-native/netinfo `
2
2
3
- ## 5.6.1
3
+ ## 5.9.0 - 2020-11-06
4
+
5
+ - 5.9.0 compat
6
+
7
+ ## 5.6.1 - 2020-11-06
4
8
5
9
rescript 8.2 compat
6
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @reason-react-native/netinfo" ,
3
- "version" : " 5.6.1 " ,
3
+ "version" : " 5.9.0 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
7
7
"peerDependencies" : {
8
- "@react-native-community/netinfo" : " ^5.6 .0"
8
+ "@react-native-community/netinfo" : " ^5.9 .0"
9
9
},
10
10
"repository" : " https://github.com/reason-react-native/netinfo.git" ,
11
11
"author" : " sgny (https://github.com/sgny)" ,
Original file line number Diff line number Diff line change @@ -62,9 +62,11 @@ type details = {
62
62
.
63
63
"isConnectionExpensive": bool ,
64
64
"ssid": Js . Nullable . t (string ),
65
+ "bssid": Js . Nullable . t (string ),
65
66
"strength": Js . Nullable . t (int ),
66
67
"ipAddress": Js . Nullable . t (string ),
67
68
"subnet": Js . Nullable . t (string ),
69
+ "frequency": Js . Nullable . t (float ),
68
70
"cellularGeneration": Js . Nullable . t (netInfoCellularGeneration ),
69
71
"carrier": Js . Nullable . t (string ),
70
72
};
Original file line number Diff line number Diff line change @@ -62,9 +62,11 @@ type details = {
62
62
.
63
63
"isConnectionExpensive": bool ,
64
64
"ssid": Js . Nullable . t (string ),
65
+ "bssid": Js . Nullable . t (string ),
65
66
"strength": Js . Nullable . t (int ),
66
67
"ipAddress": Js . Nullable . t (string ),
67
68
"subnet": Js . Nullable . t (string ),
69
+ "frequency": Js . Nullable . t (float ),
68
70
"cellularGeneration": Js . Nullable . t (netInfoCellularGeneration ),
69
71
"carrier": Js . Nullable . t (string ),
70
72
};
You can’t perform that action at this time.
0 commit comments