Commit 96a275d Mukul Mehta
authored
1 parent 8d11d68 commit 96a275d Copy full SHA for 96a275d
File tree 5 files changed +19
-8
lines changed
5 files changed +19
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' mexit ' : patch
3
+ ' mexit-webapp ' : patch
4
+ ---
5
+
6
+ Dwindle bump version; Screenshot action works now
Original file line number Diff line number Diff line change 18
18
"@tippyjs/react" : " ^4.2.6" ,
19
19
"@vespaiach/axios-fetch-adapter" : " ^0.1.1" ,
20
20
"@webcomponents/custom-elements" : " 1.5.0" ,
21
- "@workduck-io/dwindle" : " ^0.0.23 " ,
21
+ "@workduck-io/dwindle" : " ^0.0.24 " ,
22
22
"@workduck-io/mex-components" : " ^0.0.17" ,
23
23
"@workduck-io/tinykeys" : " ^1.5.0" ,
24
24
"chrome-extension-async" : " ^3.4.1" ,
Original file line number Diff line number Diff line change 26
26
"@sentry/react" : " ^6.17.4" ,
27
27
"@sentry/tracing" : " ^6.17.4" ,
28
28
"@tippyjs/react" : " ^4.2.6" ,
29
- "@workduck-io/dwindle" : " ^0.0.23 " ,
29
+ "@workduck-io/dwindle" : " ^0.0.24 " ,
30
30
"@workduck-io/flexsearch" : " ^0.7.22" ,
31
31
"@workduck-io/mex-components" : " ^0.0.17" ,
32
32
"@workduck-io/tinykeys" : " ^1.5.0" ,
Original file line number Diff line number Diff line change @@ -88,8 +88,13 @@ export default function Chotu() {
88
88
return
89
89
} ,
90
90
uploadImageToS3Dwindle ( base64string : string ) {
91
- return new Promise ( ( resolve ) => {
92
- resolve ( uploadImageToS3 ( base64string , { giveCloudFrontURL : true } ) )
91
+ return new Promise < string > ( ( resolve , reject ) => {
92
+ try {
93
+ const val = uploadImageToS3 ( base64string , { giveCloudFrontURL : true , parseBase64String : true } )
94
+ resolve ( val )
95
+ } catch ( error ) {
96
+ reject ( error )
97
+ }
93
98
} )
94
99
}
95
100
}
Original file line number Diff line number Diff line change 5882
5882
resolved "https://registry.yarnpkg.com/@webcomponents/custom-elements/-/custom-elements-1.5.0.tgz#7d07ff4979312dda167cc0a2b7586e76dc1cf6ab"
5883
5883
integrity sha512-c+7jPQCs9h/BYVcZ2Kna/3tsl3A/9EyXfvWjp5RiTDm1OpTcbZaCa1z4RNcTe/hUtXaqn64JjNW1yrWT+rZ8gg==
5884
5884
5885
- "@workduck-io/dwindle@^0.0.23 ":
5886
- version "0.0.23 "
5887
- resolved "https://npm.pkg.github.com/download/@workduck-io/dwindle/0.0.23/86ec8b63ccece0b318aefa0786690ffa59fd7b2f#86ec8b63ccece0b318aefa0786690ffa59fd7b2f "
5888
- integrity sha512-oJiFB4xUK6Fhj4OnPgdoKEZVZJ9TOsUEdaFbvYGyCqDLZzYx2ZupyNR67eO87nNUxrzHJN8ajKFqFGS+ZLImcQ ==
5885
+ "@workduck-io/dwindle@^0.0.24 ":
5886
+ version "0.0.24 "
5887
+ resolved "https://npm.pkg.github.com/download/@workduck-io/dwindle/0.0.24/81337aad4265efff359d74fa1bb76a703143997b#81337aad4265efff359d74fa1bb76a703143997b "
5888
+ integrity sha512-3RigfTnSetrYapFcGyyJQmb3VOF1UcuSh+il6qNB44gVCpKhqkOzGvwS3RxEasJI6w0wtQ/95DahgfH/7V2wjQ ==
5889
5889
dependencies:
5890
5890
"@aws-sdk/client-cognito-identity" "^3.17.0"
5891
5891
"@aws-sdk/client-s3" "^3.17.0"
You can’t perform that action at this time.
0 commit comments