update version to 2.x.x

This commit is contained in:
Phi 2025-08-22 16:42:28 -07:00
parent d5d7acbd9c
commit 238ef9fe0e

View File

@ -1,7 +1,7 @@
{ {
"title": "UAParser.js", "title": "UAParser.js",
"name": "@amplitude/ua-parser-js", "name": "@amplitude/ua-parser-js",
"version": "0.7.33", "version": "2.0.4",
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)", "author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment", "description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment",
"keywords": [ "keywords": [
@ -198,5 +198,8 @@
"type": "paypal", "type": "paypal",
"url": "https://paypal.me/faisalman" "url": "https://paypal.me/faisalman"
} }
] ],
"dependencies": {
"ua-parser-js": "^2.0.4"
}
} }