@types/web-app-manifest
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,4 +6,4 @@ // Type definitions for non-npm package web-app-manifest 1.0 | ||
export type TextDirectionType = 'ltr' | 'rtl' | 'auto'; | ||
export type DisplayModeType = 'fullscreen' | 'standalone' | 'minimal-ui' | 'browser'; | ||
export type TextDirectionType = "ltr" | "rtl" | "auto"; | ||
export type DisplayModeType = "fullscreen" | "standalone" | "minimal-ui" | "browser"; | ||
@@ -257,3 +257,12 @@ /** | ||
*/ | ||
orientation?: "any" | "landscape" | "landscape-primary" | "landscape-secondary" | "natural" | "portrait" | "portrait-primary" | "portrait-secondary" | undefined; | ||
orientation?: | ||
| "any" | ||
| "landscape" | ||
| "landscape-primary" | ||
| "landscape-secondary" | ||
| "natural" | ||
| "portrait" | ||
| "portrait-primary" | ||
| "portrait-secondary" | ||
| undefined; | ||
@@ -260,0 +269,0 @@ /** |
{ | ||
"name": "@types/web-app-manifest", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript definitions for web-app-manifest", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-app-manifest", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ce6e963ecd79f4f28bb6da77d7b0168fef5ef2214819fc518b9fd8d3648036d8", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "5d3c27ba4b4ec66375f7fa9678724cdac53db5a20585e4984a36b00c6c316720", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 26 Jun 2023 17:32:37 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13509
283