File tree Expand file tree Collapse file tree 7 files changed +23
-4
lines changed
auth-services/src/login-server/src Expand file tree Collapse file tree 7 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @lit-protocol/lit-client ' : major
3+ ' @lit-protocol/networks ' : major
4+ ---
5+
6+ feat(payment): add Ledge contract ABIs
Original file line number Diff line number Diff line change 2222 " all-memes-hang" ,
2323 " bitter-nights-create" ,
2424 " bitter-sloths-pick" ,
25+ " brown-houses-matter" ,
2526 " chatty-poets-grow" ,
2627 " chilly-rice-stand" ,
2728 " cuddly-comics-take" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ export const createLitLoginServer = (
133133 stateStore . set ( state , {
134134 appRedirect,
135135 caller,
136- timeoutId,
136+ timeoutId : timeoutId as unknown as NodeJS . Timeout ,
137137 } ) ;
138138 } catch ( err ) {
139139 set . headers = {
@@ -273,7 +273,7 @@ export const createLitLoginServer = (
273273 stateStore . set ( state , {
274274 appRedirect,
275275 caller,
276- timeoutId,
276+ timeoutId : timeoutId as unknown as NodeJS . Timeout ,
277277 } ) ;
278278 } catch ( err ) {
279279 set . headers = {
Original file line number Diff line number Diff line change 11# @lit-protocol/lit-client
22
3+ ## 8.0.0-alpha.16
4+
5+ ### Major Changes
6+
7+ - feat(payment): add Ledge contract ABIs
8+
39## 8.0.0-alpha.15
410
511### Major Changes
Original file line number Diff line number Diff line change 2121 "tags" : [
2222 " universal"
2323 ],
24- "version" : " 8.0.0-alpha.15 " ,
24+ "version" : " 8.0.0-alpha.16 " ,
2525 "main" : " ./dist/index.js" ,
2626 "typings" : " ./src/index.d.ts" ,
2727 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11# @lit-protocol/networks
22
3+ ## 8.0.0-alpha.20
4+
5+ ### Major Changes
6+
7+ - feat(payment): add Ledge contract ABIs
8+
39## 8.0.0-alpha.19
410
511### Major Changes
Original file line number Diff line number Diff line change 3535 "tags" : [
3636 " universal"
3737 ],
38- "version" : " 8.0.0-alpha.19 " ,
38+ "version" : " 8.0.0-alpha.20 " ,
3939 "main" : " ./dist/index.js" ,
4040 "typings" : " ./src/index.d.ts" ,
4141 "types" : " ./dist/index.d.ts"
You can’t perform that action at this time.
0 commit comments