Skip to content

Commit 82e9ba7

Browse files
committed
Commit Data Update
1 parent 1ec6308 commit 82e9ba7

24 files changed

Lines changed: 4319 additions & 3173 deletions

bin/update-models.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ const models = [
4444
hasCarrier: true,
4545
needsDeviceConstants: true,
4646
},
47-
{name: 'WP'},
47+
{
48+
name: 'WP',
49+
needsDeviceConstants: true,
50+
},
4851
];
4952

5053
const request = require('request');

data/applications-browsers.js

Lines changed: 270 additions & 228 deletions
Large diffs are not rendered by default.

data/applications-others.js

Lines changed: 159 additions & 130 deletions
Large diffs are not rendered by default.

data/browsers-chrome.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module.exports = {
6666
'60.0.3112': 'stable',
6767
'61.0.3163': 'stable',
6868
'62.0.3202': 'stable',
69+
'63.0.3239': 'stable',
6970
},
7071
MOBILE: {
7172
'16.0.912': 'beta',

0 commit comments

Comments
 (0)