File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 "@ali/ide-workspace-edit" : " 1.33.0" ,
6666 "@ali/kaitian-textmate-languages" : " ^2.2.0" ,
6767 "@alipay/alex-cli" : " 0.5.5" ,
68+ "@alipay/alex-code-api" : " 0.5.5" ,
6869 "@alipay/alex-core" : " 0.5.5" ,
6970 "@alipay/alex-shared" : " 0.5.5" ,
7071 "@alipay/alex-code-service" : " 0.5.5" ,
Original file line number Diff line number Diff line change 1- describe ( 'code-hosting ' , ( ) => {
1+ describe ( 'code-api ' , ( ) => {
22 it ( 'example' , ( ) => {
33 expect ( 1 + 1 ) . toBe ( 2 ) ;
44 } ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @alipay/alex-code-api" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.5.5 " ,
44 "description" : " @alipay/alex-code-api" ,
55 "main" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
1919 "lockfile" : " enable"
2020 },
2121 "dependencies" : {
22- "@alipay/alex-core" : " 0.5.2" ,
23- "@alipay/alex-shared" : " 0.5.2"
22+ "@alipay/alex-core" : " 0.5.5" ,
23+ "@alipay/alex-code-service" : " 0.5.5" ,
24+ "@alipay/alex-shared" : " 0.5.5"
2425 }
2526}
Original file line number Diff line number Diff line change 1313 "path" : " ./code-service/tsconfig.build.json"
1414 },
1515 {
16- "path" : " ./alex /tsconfig.build.json"
16+ "path" : " ./i18n /tsconfig.build.json"
1717 },
1818 {
19- "path" : " ./i18n /tsconfig.build.json"
19+ "path" : " ./code-api /tsconfig.build.json"
2020 },
2121 {
22- "path" : " ./code-hosting /tsconfig.build.json"
23- }
22+ "path" : " ./alex /tsconfig.build.json"
23+ },
2424 ],
2525 "files" : [],
2626 "include" : []
You can’t perform that action at this time.
0 commit comments