File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
1010pluginVersion = 2.4.6
1111
1212# MPP Unified Version (mpp-core, mpp-ui, mpp-server)
13- mppVersion = 0.3.0
13+ mppVersion = 0.3.1
1414
1515# Supported IDEs: idea, pycharm
1616baseIDE =idea
Original file line number Diff line number Diff line change 11{
22 "name" : " @autodev/cli" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " AutoDev CLI - Terminal UI for AI-powered development assistant" ,
55 "type" : " module" ,
66 "bin" : {
77 "autodev" : " ./dist/jsMain/typescript/index.js"
88 },
99 "scripts" : {
1010 "build:kotlin" : " cd .. && ./gradlew :mpp-core:assembleJsPackage" ,
11+ "build:kotlin-deps" : " cd ../mpp-core/build/packages/js && npm install --ignore-scripts" ,
1112 "build:ts" : " cd .. && ./gradlew :mpp-ui:compileKotlinJs && cd mpp-ui && tsc && chmod +x dist/jsMain/typescript/index.js" ,
12- "build" : " npm run build:kotlin && npm run build:ts" ,
13+ "build" : " npm run build:kotlin && npm run build:kotlin-deps && npm run build: ts" ,
1314 "dev" : " tsc --watch" ,
1415 "start" : " node dist/jsMain/typescript/index.js" ,
1516 "code" : " node dist/jsMain/typescript/index.js code" ,
You can’t perform that action at this time.
0 commit comments