Skip to content

Commit 862a82a

Browse files
committed
Upgrade to latest Bytescale Upload Widget
1 parent aa30c9b commit 862a82a

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ The callbacks receive a `Array<UploadWidgetResult>`:
157157
fileUrl: "https://upcdn.io/FW25...", // URL to use when serving this file.
158158
filePath: "/uploads/example.jpg", // File path (we recommend saving this to your database).
159159

160+
accountId: "FW251aX", // Bytescale account the file was uploaded to.
161+
160162
editedFile: undefined, // Edited file (for image crops). Same structure as below.
161163

162164
originalFile: {

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react": ">=16.3.0"
7575
},
7676
"dependencies": {
77-
"@bytescale/upload-widget": "^4.8.0",
77+
"@bytescale/upload-widget": "^4.9.0",
7878
"lodash.isequal": "^4.5.0"
7979
},
8080
"devDependencies": {

0 commit comments

Comments
 (0)