Comparing version 3.1.1 to 3.1.2
@@ -92,6 +92,5 @@ /** | ||
[ _xbox + '|' + _ps, 'console' ], | ||
[ 'tv|smarttv|googletv|appletv|hbbtv|pov_tv|netcast.tv|webos.+large', 'tv' ], | ||
[ _castDetect, _chromecast ], | ||
[ _tablet + '|amazon-fireos|nexus (?=[^1-6])\\d{1,2}', _tablet ], | ||
[ 'aft[bsm]', _firetv ], | ||
[ 'tv|smarttv|googletv|appletv|hbbtv|pov_tv|netcast.tv|webos.+large|viera|aft[bsm]', 'tv' ], | ||
[ 'mozilla\\/5.0 \\(compatible; .+http:\\/\\/', 'bot' ], | ||
@@ -106,3 +105,3 @@ [ node, 'server' ] | ||
[ true, false ], | ||
[ 'crosswalk' ], | ||
[ 'crosswalk' ], | ||
[ 'vigour-' + _wrapper, _wrapper ], | ||
@@ -109,0 +108,0 @@ [ 'cordova' ], |
{ | ||
"name": "vigour-ua", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "lightweight ua parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# ua | ||
# vigour-ua | ||
<!-- VDOC.badges travis; npm; coveralls --> | ||
@@ -3,0 +3,0 @@ <!-- DON'T EDIT THIS SECTION (including comments), INSTEAD RE-RUN `vdoc` TO UPDATE --> |
@@ -83,3 +83,3 @@ 'use strict' | ||
platform: 'android', | ||
device: 'firetv' | ||
device: 'tv' | ||
}, t) | ||
@@ -93,3 +93,3 @@ }) | ||
platform: 'android', | ||
device: 'firetv' | ||
device: 'tv' | ||
}, t) | ||
@@ -96,0 +96,0 @@ }) |
@@ -138,1 +138,5 @@ | ||
] | ||
exports.tizenTv = [ | ||
'Mozilla/5.0 (Linux; Tizen 2.3) AppleWebKit/538.1 (KHTML, like Gecko)Version/2.3 TV Safari/538.1' | ||
] |
98114
488