chore(release): cli 1.3.13(npm publish issue #2 KBDB_BASE_URL 注入修復)

deploy 不只 git——self-hosted 用戶裝 npm 套件,修復要 publish 才到用戶手上。
自動 patch bump 1.3.12→1.3.13 + CHANGELOG 記錄(同 local-deploy.sh §6 邏輯)。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
uncle6me-web
2026-06-24 12:35:50 +08:00
parent ba00b98038
commit b090695414
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# arcrun CLI Changelog # arcrun CLI Changelog
## 1.3.13 — 2026-06-24
- Merge: fix self-hosted KBDB_BASE_URL injection (issue #2)
## 1.3.12 — 2026-06-15 ## 1.3.12 — 2026-06-15
- fix(kbdb): cypher proxy 補 /kbdb/entries CRUD + report_feedback 改打 /entries - fix(kbdb): cypher proxy 補 /kbdb/entries CRUD + report_feedback 改打 /entries
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "arcrun", "name": "arcrun",
"version": "1.3.12", "version": "1.3.13",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "arcrun", "name": "arcrun",
"version": "1.3.12", "version": "1.3.13",
"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.12", "version": "1.3.13",
"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"