File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @lemoncloud/lemon-web-core" ,
33 "version" : " 1.0.12" ,
4- "description" : " Shared library for LEMONCLOUD" ,
4+ "description" : " Core Web-based Library for signing request at LEMONCLOUD" ,
55 "repository" : " lemoncloud-io/lemon-web-core" ,
66 "exports" : " ./dist/index.js" ,
77 "types" : " ./dist/index.d.ts" ,
130130 "aws-sdk" : " ^2.1630.0" ,
131131 "axios" : " ^1.7.2" ,
132132 "crypto-js" : " ^4.2.0"
133+ },
134+ "peerDependencies" : {
135+ "aws-sdk" : " ^2.1630.0" ,
136+ "axios" : " ^1.7.2" ,
137+ "crypto-js" : " ^4.2.0"
133138 }
134139}
Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ export class AWSWebCore implements WebCoreService {
257257 ) ;
258258 const refreshToken = {
259259 ...response . data ,
260+ identityToken : response . data . identityToken || cached . identityToken ,
260261 identityPoolId : cached . identityPoolId ,
261262 } ;
262263 this . logger . info ( 'success to refresh token' ) ;
You can’t perform that action at this time.
0 commit comments