Skip to content

Commit 239ad76

Browse files
committed
chore(deps): bump mppVersion to 0.3.1 in gradle.properties
Update the MPP unified version to 0.3.1 for dependency management.
1 parent 668ebf0 commit 239ad76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
1010
pluginVersion = 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
1616
baseIDE=idea

mpp-ui/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
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",

0 commit comments

Comments
 (0)