@bytescale/upload-widget-vue
Advanced tools
Comparing version 4.2.2 to 4.3.0
{ | ||
"name": "@bytescale/upload-widget-vue", | ||
"version": "4.2.2", | ||
"version": "4.3.0", | ||
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
@@ -78,3 +78,3 @@ "description": "Vue File Upload UI Widget โ Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐ Comes with Cloud Storage ๐", | ||
"dependencies": { | ||
"@bytescale/upload-widget": "^4.6.0" | ||
"@bytescale/upload-widget": "^4.9.0" | ||
}, | ||
@@ -81,0 +81,0 @@ "devDependencies": { |
@@ -183,2 +183,4 @@ <h1 align="center"> | ||
accountId: "FW251aX", // Bytescale account the file was uploaded to. | ||
editedFile: undefined, // Edited file (for image crops). Same structure as below. | ||
@@ -185,0 +187,0 @@ |
47333
537