mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Rename server->core (#638)
This commit is contained in:
parent
c81148a0cc
commit
21fba832d1
112 changed files with 150 additions and 129 deletions
|
|
@ -19,7 +19,7 @@
|
|||
"typecheck": "tsc --noEmit",
|
||||
"prerelease:version": "node ../../scripts/bind_package_version.js",
|
||||
"prerelease:deps": "node ../../scripts/bind_package_dependencies.js",
|
||||
"prepublishOnly": "npm publish --workspace=@gemini-code/server",
|
||||
"prepublishOnly": "npm publish --workspace=@gemini-code/core",
|
||||
"prepack": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"sandboxImageUri": "gemini-cli-sandbox"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gemini-code/server": "0.1.0",
|
||||
"@gemini-code/core": "0.1.0",
|
||||
"diff": "^7.0.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"highlight.js": "^11.11.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue