@types/web-app-manifest
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,4 +6,4 @@ // Type definitions for non-npm package web-app-manifest 1.0 | ||
type TextDirectionType = 'ltr' | 'rtl' | 'auto'; | ||
type DisplayModeType = 'fullscreen' | 'standalone' | 'minimal-ui' | 'browser'; | ||
export type TextDirectionType = 'ltr' | 'rtl' | 'auto'; | ||
export type DisplayModeType = 'fullscreen' | 'standalone' | 'minimal-ui' | 'browser'; | ||
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
interface ImageResource { | ||
export interface ImageResource { | ||
/** | ||
@@ -63,3 +63,3 @@ * The `src` member of an `ImageResource` is a URL from which a user agent can fetch the image's data. | ||
*/ | ||
interface Fingerprint { | ||
export interface Fingerprint { | ||
type?: string; | ||
@@ -74,3 +74,3 @@ value?: string; | ||
*/ | ||
interface ExternalApplicationResource { | ||
export interface ExternalApplicationResource { | ||
/** | ||
@@ -121,3 +121,3 @@ * The `platform` member represents the platform to which a containing object applies. | ||
*/ | ||
interface ShortcutItem { | ||
export interface ShortcutItem { | ||
/** | ||
@@ -170,3 +170,3 @@ * The `name` member of a `ShortcutItem` is a `string` that represents the name of the shortcut as it is usually | ||
*/ | ||
interface WebAppManifest { | ||
export interface WebAppManifest { | ||
/** | ||
@@ -173,0 +173,0 @@ * The `dir` member specifies the base direction for the directionality-capable members of the manifest. |
{ | ||
"name": "@types/web-app-manifest", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for web-app-manifest", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "22e50d8658c508bb33ac53dc233fa95a6ea9a31fd52904855c4bbeff72bc3ff2", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "b67cce011cb92ce51deb00e1230f51ae2ac903ed9fdd58bacfc088b208cea74f", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 21 May 2020 20:08:59 GMT | ||
* Last updated: Mon, 17 May 2021 08:31:23 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
12558