@flun/webauthn-browser 2.0.6 → 2.0.7

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # 变更日志
2
- ## [2.0.6] - 2026-05-02 15:40
3
- ### 优化:
4
- - 内部一些优化;
2
+ ## [2.0.7] - 2026-05-04 11:59
3
+ ### 修复:
4
+ - 修复了package.json文件中关于包的描述字段错误的问题;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flun/webauthn-browser",
3
- "version": "2.0.6",
4
- "decjsion": "WebAuthn 前端库,提供简单易用的接口来处理 WebAuthn 认证流程,支持 Passkeys 和 FIDO2 标准;",
3
+ "version": "2.0.7",
4
+ "description": "WebAuthn 前端库,提供简单易用的接口来处理 WebAuthn 认证流程,支持 Passkeys 和 FIDO2 标准;",
5
5
  "keywords": [
6
6
  "typescript",
7
7
  "webauthn",