@uppy/thumbnail-generator
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -112,2 +112,3 @@ "use strict"; | ||
}; | ||
this.i18nInit(); | ||
@@ -405,2 +406,2 @@ if (this.opts.lazy && this.opts.waitForThumbnailsBeforeUpload) { | ||
}, _class.VERSION = "2.0.1", _temp); | ||
}, _class.VERSION = "2.0.2", _temp); |
{ | ||
"name": "@uppy/thumbnail-generator", | ||
"description": "Uppy plugin that generates small previews of images to show on your upload UI.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "d69043aacc2c9d31813e0fabc4b0ca3f4a760d2a" | ||
"gitHead": "246eafc51a7ed6a1f534629454e1f78cd6f507c1" | ||
} |
@@ -38,2 +38,3 @@ const { UIPlugin } = require('@uppy/core') | ||
this.opts = { ...defaultOptions, ...opts } | ||
this.i18nInit() | ||
@@ -40,0 +41,0 @@ if (this.opts.lazy && this.opts.waitForThumbnailsBeforeUpload) { |
Sorry, the diff of this file is not supported yet
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
70490
1193