@uppy/thumbnail-generator
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -467,2 +467,2 @@ var _class, _temp; | ||
return ThumbnailGenerator; | ||
}(Plugin), _class.VERSION = "1.7.0", _temp); | ||
}(Plugin), _class.VERSION = "1.7.1", _temp); |
{ | ||
"name": "@uppy/thumbnail-generator", | ||
"description": "Uppy plugin that generates small previews of images to show on your upload UI.", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^3.2.4", | ||
"@uppy/utils": "^3.2.5", | ||
"exifr": "^5.0.2", | ||
@@ -33,3 +33,3 @@ "math-log2": "^1.0.1" | ||
}, | ||
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498" | ||
"gitHead": "3ff9ab042f3d22c8efd528de91b4179b0cc4b909" | ||
} |
@@ -6,4 +6,8 @@ import Uppy = require('@uppy/core') | ||
interface ThumbnailGeneratorOptions extends Uppy.PluginOptions { | ||
thumbnailWidth?: number | ||
locale?: ThumbnailGeneratorLocale | ||
thumbnailWidth?: number, | ||
thumbnailHeight?: number, | ||
thumbnailType?: string, | ||
waitForThumbnailsBeforeUpload?: boolean, | ||
lazy?: boolean, | ||
locale?: ThumbnailGeneratorLocale, | ||
} | ||
@@ -10,0 +14,0 @@ } |
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
74677
1223
Updated@uppy/utils@^3.2.5