File tree 7 files changed +336
-366
lines changed
lowcoder-cli-template-typescript
7 files changed +336
-366
lines changed Original file line number Diff line number Diff line change 37
37
uses : borales/actions-yarn@v4.2.0
38
38
with :
39
39
cmd : install
40
- dir : client/packages/lowcoder-comps
40
+ dir : client/packages/lowcoder-cli
41
41
42
42
- name : Publish
43
43
if : steps.check.outputs.changed == 'true'
Original file line number Diff line number Diff line change 46
46
"jest-canvas-mock" : " ^2.5.2" ,
47
47
"jest-environment-jsdom" : " ^29.5.0" ,
48
48
"lint-staged" : " ^13.0.1" ,
49
- "lowcoder-cli" : " workspace:^" ,
50
49
"mq-polyfill" : " ^1.1.8" ,
51
50
"prettier" : " ^3.1.0" ,
51
+ "raheel-lc-cli" : " workspace:^" ,
52
52
"rimraf" : " ^3.0.2" ,
53
53
"rollup" : " ^2.79.0" ,
54
54
"shelljs" : " ^0.8.5" ,
Original file line number Diff line number Diff line change 17
17
}
18
18
},
19
19
"devDependencies" : {
20
- "lowcoder-cli" : " workspace:^" ,
21
20
"lowcoder-sdk" : " workspace:^" ,
21
+ "raheel-lc-cli" : " workspace:^" ,
22
22
"typescript" : " ^4.8.4" ,
23
23
"vite" : " ^4.3.9"
24
24
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raheel-lc-cli" ,
3
3
"description" : " CLI tool used to start build publish lowcoder components" ,
4
- "version" : " 0.0.29 " ,
4
+ "version" : " 0.0.28 " ,
5
5
"license" : " MIT" ,
6
6
"bin" : " ./index.js" ,
7
7
"type" : " module" ,
Original file line number Diff line number Diff line change 16
16
"big.js" : " ^6.2.1" ,
17
17
"echarts-extension-gmap" : " ^1.6.0" ,
18
18
"echarts-wordcloud" : " ^2.1.0" ,
19
- "lowcoder-cli" : " workspace:^" ,
20
19
"lowcoder-sdk" : " workspace:^" ,
21
20
"mermaid" : " ^10.6.1" ,
21
+ "raheel-lc-cli" : " workspace:^" ,
22
22
"react" : " ^18.2.0" ,
23
23
"react-dom" : " ^18.2.0" ,
24
24
"typescript" : " 4.8.4"
Original file line number Diff line number Diff line change 32
32
"devDependencies" : {
33
33
"@types/react" : " ^18.2.45" ,
34
34
"@types/react-dom" : " ^18.2.18" ,
35
- "lowcoder-cli" : " workspace:^" ,
36
35
"lowcoder-sdk" : " workspace:^" ,
36
+ "raheel-lc-cli" : " workspace:^" ,
37
37
"typescript" : " 4.8.4" ,
38
38
"vite" : " ^4.3.9"
39
39
}
You can’t perform that action at this time.
0 commit comments