@foldspace-fe/casdoor-next-auth-kit 0.1.17 → 0.1.18

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.
@@ -66,7 +66,7 @@ npx @foldspace-fe/casdoor-next-auth-kit@latest check
66
66
 
67
67
  如果宿主项目使用的是本地 `file:` 依赖或工作区链接,先在本仓库执行 `pnpm build`,再回到宿主项目执行 `pnpm install` 或 `npx @foldspace-fe/casdoor-next-auth-kit@latest update`,否则可能看到旧产物。
68
68
 
69
- 仓库发布到 npm 时使用 GitHub Actions Trusted Publisher / OIDC,不再依赖 `NPM_TOKEN`;CI 里需要保留 `id-token: write`,并让 `npm publish` 直接走受信发布流程。正式发布默认打到 `latest`,不要把 `next` 当作主版本标签。
69
+ 仓库发布到 npm 时使用 GitHub Actions Trusted Publisher / OIDC,不再依赖 `NPM_TOKEN`;CI 里需要保留 `id-token: write`,并让 `npm publish` 直接走受信发布流程。正式发布默认打到 `latest`,并且 CI 要自动把 `next` 同步到同一个最新发布版本,让两个标签都代表当前稳定版。
70
70
 
71
71
  ## 套件提供的功能
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foldspace-fe/casdoor-next-auth-kit",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {