File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<div align =" center " >
2- <h1 >Lit Protocol Javascript/Typescript SDK V6.5 .x</h1 >
2+ <h1 >Lit Protocol Javascript/Typescript SDK V7.x .x</h1 >
33
44<img src =" https://i.ibb.co/p2xfzK1/Screenshot-2022-11-15-at-09-56-57.png " >
55<br />
@@ -88,7 +88,8 @@ If you're a tech-savvy user and wish to utilize only specific submodules that ou
8888
8989| Version | Link |
9090| ---------------- | -------------------------------------------------------- |
91- | V6 (Beta) | [ 6.x.x docs] ( https://v6-api-doc-lit-js-sdk.vercel.app/ ) |
91+ | V7 (Beta) | [ 7.x.x docs] ( https://v7-api-doc-lit-js-sdk.vercel.app/ ) |
92+ | V6 | [ 6.x.x docs] ( https://v6-api-doc-lit-js-sdk.vercel.app/ ) |
9293| V5 (** Current** ) | [ 5.x.x docs] ( https://v3.api-docs.getlit.dev/ ) |
9394| V2 | [ 2.x.x docs] ( http://docs.lit-js-sdk-v2.litprotocol.com/ ) |
9495
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import inquirer from 'inquirer';
1717const VERCEL_PROJECT = {
1818 V5 : 'prj_Xq6tl0JfFOmWlCLlMkh0B5rzFHoK' ,
1919 V6 : 'prj_Ed96nvLrMCQgjVN252BmnHD1kRy4' ,
20+ V7 : 'prj_87TpDb44hK5zKtny2fjcLcyND73Q' ,
2021} ;
2122
2223const args = getArgs ( ) ;
@@ -40,6 +41,7 @@ async function selectProject() {
4041 choices : [
4142 { name : 'V5' , value : VERCEL_PROJECT . V5 } ,
4243 { name : 'V6' , value : VERCEL_PROJECT . V6 } ,
44+ { name : 'V7' , value : VERCEL_PROJECT . V7 } ,
4345 ] ,
4446 } ,
4547 ] ) ;
You can’t perform that action at this time.
0 commit comments