chore(release): cli 1.3.8 版本檔同步

This commit is contained in:
uncle6me-web
2026-06-13 14:55:08 +08:00
parent b778086f4a
commit e5b1ce5420
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# arcrun CLI Changelog # arcrun CLI Changelog
## 1.3.8 — 2026-06-13
- perf(self-hosted): acr update 共享一次 install 取代 23 個 worker 各裝 324MB
## 1.3.7 — 2026-06-13 ## 1.3.7 — 2026-06-13
- feat(self-hosted): acr update 內容指紋跳過未變動 worker(22 個沒變的不再白跑)+ --force 強制全部重部 - feat(self-hosted): acr update 內容指紋跳過未變動 worker(22 個沒變的不再白跑)+ --force 強制全部重部
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "arcrun", "name": "arcrun",
"version": "1.3.7", "version": "1.3.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "arcrun", "name": "arcrun",
"version": "1.3.7", "version": "1.3.8",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^5.3.0", "chalk": "^5.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "arcrun", "name": "arcrun",
"version": "1.3.7", "version": "1.3.8",
"description": "AI Workflow CLI for arcrun — self-host WASM-based AI workflows on your own Cloudflare", "description": "AI Workflow CLI for arcrun — self-host WASM-based AI workflows on your own Cloudflare",
"bin": { "bin": {
"acr": "dist/index.js" "acr": "dist/index.js"