@bytescale/upload-widget-jquery
Advanced tools
Comparing version 4.7.0 to 4.8.0
{ | ||
"name": "@bytescale/upload-widget-jquery", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
@@ -78,3 +78,3 @@ "description": "jQuery File Upload UI Widget โ Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐ Comes with Cloud Storage ๐", | ||
"dependencies": { | ||
"@bytescale/upload-widget": "^4.14.0" | ||
"@bytescale/upload-widget": "^4.17.0" | ||
}, | ||
@@ -81,0 +81,0 @@ "devDependencies": { |
@@ -245,4 +245,4 @@ <h1 align="center"> | ||
cropFilePath: image => { // Choose the file path used for JSON image crop files. | ||
const {filePath} = image // In: https://www.bytescale.com/docs/upload-api/types/FileDetails | ||
return `${filePath}.crop` // Out: https://www.bytescale.com/docs/upload-api/types/FilePathDefinition | ||
const {filePath} = image // In: https://www.bytescale.com/docs/types/UploadedFile | ||
return `${filePath}.crop` // Out: https://www.bytescale.com/docs/types/FilePathDefinition | ||
}, | ||
@@ -249,0 +249,0 @@ cropRatio: 4 / 3, // Width / Height. Undefined enables freeform (default). |
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
43496