dsh-feishu-auth 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/docs/release.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ dsh web --no-open --host 0.0.0.0 --port 3080 --trusted-host <你的隧道域名>
|
|
|
48
48
|
|
|
49
49
|
装完后 profile 的 `dsh.profile.bundles` 会多一行,启动日志出现 `飞书登录已挂载` 和 `网关自检通过` 就绪。
|
|
50
50
|
|
|
51
|
-
>
|
|
51
|
+
> 想跑本地源码(要改代码、或离线环境)?手工放一份仓库到 `~/.dsh/plugins/dsh-feishu-auth/`,再照 [AGENTS.md 的安装与激活](AGENTS.md#安装与激活) 在 profile 里插一行。tarball 离线安装用 `dsh plugin ... add ./dsh-feishu-auth-0.1.0.tgz`。
|
|
52
52
|
|
|
53
53
|
权限(scope)不用申请,`open_id`、`union_id`、`tenant_key`、姓名直接可读。
|
|
54
54
|
|
package/docs/release.md
CHANGED
|
@@ -62,7 +62,9 @@ git push --follow-tags
|
|
|
62
62
|
|
|
63
63
|
配成 stage-only 后,该 workflow 发起的 `npm publish` 会被 registry 拒绝,只有 `npm stage publish` 被接受。
|
|
64
64
|
|
|
65
|
-
###
|
|
65
|
+
### 首次发布(已完成:0.1.0 于 2026-09-13 手工发布)
|
|
66
|
+
|
|
67
|
+
`stage` 不支持全新包,所以建包这一次必须手工做,之后一律走上面的 staged 流程。
|
|
66
68
|
|
|
67
69
|
```bash
|
|
68
70
|
cd ~/.dsh/plugins/dsh-feishu-auth
|
|
@@ -77,7 +79,7 @@ npm publish --access public --registry https://registry.npmjs.org
|
|
|
77
79
|
|
|
78
80
|
`npm stage` 需要 npm CLI ≥ 11.15,本机是 11.6.2,所以本机要用 `npx npm@latest stage ...`;`ci.yml` 与 `release.yml` 里都显式 `npm install -g npm@latest`,不受 runner 自带版本影响。
|
|
79
81
|
|
|
80
|
-
包名 `dsh-feishu-auth`
|
|
82
|
+
包名 `dsh-feishu-auth` 已发布(`0.1.0`,2026-09-13;此前查官方 registry 为 404 即未占用)。此后发版一律走 staged 流程,账号需保持 2FA 开启。
|
|
81
83
|
|
|
82
84
|
## 依赖维护
|
|
83
85
|
|