@tinkoff/user-agent 0.8.173 → 0.8.177

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,7 +58,8 @@ const CHROMIUM_BASED_BROWSERS = [
58
58
  'android browser',
59
59
  'yandex',
60
60
  'blink',
61
- 'vivaldi' /* , 'chrome webview', 'opera', 'samsung' */,
61
+ 'vivaldi',
62
+ 'duckduckgo',
62
63
  ];
63
64
  const DEVICE_TYPES = {
64
65
  mobile: DeviceType.mobile,
@@ -62,7 +62,8 @@ const CHROMIUM_BASED_BROWSERS = [
62
62
  'android browser',
63
63
  'yandex',
64
64
  'blink',
65
- 'vivaldi' /* , 'chrome webview', 'opera', 'samsung' */,
65
+ 'vivaldi',
66
+ 'duckduckgo',
66
67
  ];
67
68
  const DEVICE_TYPES = {
68
69
  mobile: constants.DeviceType.mobile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinkoff/user-agent",
3
- "version": "0.8.173",
3
+ "version": "0.8.177",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -22,14 +22,14 @@
22
22
  "@tinkoff/utils": "^2.1.2",
23
23
  "browserslist": "^4.28.1",
24
24
  "tslib": "^2.4.0",
25
- "ua-parser-js": "0.7.31"
25
+ "ua-parser-js": "0.7.33"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/ua-parser-js": "^0.7.33",
29
29
  "user-agent-data-types": "^0.3.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tramvai/cli": "6.79.16",
32
+ "@tramvai/cli": "6.79.20",
33
33
  "@types/ua-parser-js": "^0.7.33"
34
34
  },
35
35
  "license": "Apache-2.0"