@flun/webauthn-browser 2.0.5 → 2.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # 变更日志
2
- ## [2.0.5] - 2026-05-01 22:19
3
- ### 紧急修复:
4
- - 修复发布出去后 "scripts" 字段的值是 null 的问题;
2
+ ## [2.0.6] - 2026-05-02 15:40
3
+ ### 优化:
4
+ - 内部一些优化;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flun/webauthn-browser",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "decjsion": "WebAuthn 前端库,提供简单易用的接口来处理 WebAuthn 认证流程,支持 Passkeys 和 FIDO2 标准;",
5
5
  "keywords": [
6
6
  "typescript",