ua-browser 1.4.0 → 1.4.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ua-browser",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "uaBrowser - Browser, OS, engine and device detection from user agent strings. Supports Node.js. Zero dependencies.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -68,7 +68,7 @@
68
68
  "test:coverage": "vitest run --coverage",
69
69
  "lint": "eslint src --ext .ts",
70
70
  "typecheck": "tsc -p tsconfig.build.json --noEmit",
71
- "docs:dev": "pnpm build && vitepress dev docs --host 0.0.0.0",
71
+ "docs:dev": "pnpm build && vitepress dev docs --host 0.0.0.0 --port 61199",
72
72
  "docs:build": "pnpm build && vitepress build docs",
73
73
  "docs:preview": "vitepress preview docs"
74
74
  }