@uppy/thumbnail-generator
Advanced tools
Comparing version 4.0.2 to 4.1.0
# @uppy/thumbnail-generator | ||
## 4.1.0 | ||
Released: 2025-01-06 | ||
Included in: Uppy v4.11.0 | ||
- @uppy/angular,@uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572) | ||
## 4.0.2 | ||
@@ -4,0 +11,0 @@ |
@@ -8,7 +8,7 @@ import { UIPlugin } from '@uppy/core'; | ||
import { rotation } from 'exifr/dist/mini.esm.mjs'; | ||
import locale from "./locale.js"; | ||
import locale from './locale.js'; | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore We don't want TS to generate types for the package.json | ||
const packageJson = { | ||
"version": "4.0.2" | ||
"version": "4.1.0" | ||
}; | ||
@@ -15,0 +15,0 @@ /** |
{ | ||
"name": "@uppy/thumbnail-generator", | ||
"description": "Uppy plugin that generates small previews of images to show on your upload UI.", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.5", | ||
"@uppy/utils": "^6.1.0", | ||
"exifr": "^7.0.0" | ||
@@ -34,4 +34,4 @@ }, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.3.0" | ||
"@uppy/core": "^4.4.0" | ||
} | ||
} |
@@ -11,3 +11,3 @@ import { UIPlugin, Uppy, type UIPluginOptions } from '@uppy/core' | ||
import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile' | ||
import locale from './locale.ts' | ||
import locale from './locale.js' | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
@@ -14,0 +14,0 @@ // @ts-ignore We don't want TS to generate types for the package.json |
Sorry, the diff of this file is not supported yet
85733
Updated@uppy/utils@^6.1.0