Skip to content

Commit

Permalink
Change type of formFactor back to array
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Sep 8, 2023
1 parent 9fe4b63 commit 5eafe44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -21,7 +21,7 @@ interface UADataValues {
readonly platform?: string;
readonly architecture?: string;
readonly bitness?: string;
readonly formFactor?: string;
readonly formFactor?: string[];
readonly model?: string;
readonly platformVersion?: string;
/** @deprecated in favour of fullVersionList */
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "user-agent-data-types",
"version": "0.4.1",
"version": "0.4.2",
"description": "Type definition for navigator.userAgentData",
"keywords": [
"user-agent",
Expand Down

0 comments on commit 5eafe44

Please sign in to comment.