@flun/webauthn-browser 2.0.2 → 2.0.4

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 +53 -52
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # 变更日志
2
- ## [2.0.2] - 2026-04-30 13:40
3
- ### 新包名应用成功通知:
4
- - 新包名版本号将延续旧包;
2
+ ## [2.0.4] - 2026-05-01 20:26
3
+ ### 优化:
4
+ - 内部一些细节优化;
package/package.json CHANGED
@@ -1,52 +1,53 @@
1
- {
2
- "name": "@flun/webauthn-browser",
3
- "version": "2.0.2",
4
- "decjsion": "WebAuthn 前端库,提供简单易用的接口来处理 WebAuthn 认证流程,支持 Passkeys 和 FIDO2 标准;",
5
- "keywords": [
6
- "typescript",
7
- "webauthn",
8
- "passkeys",
9
- "fido",
10
- "umd"
11
- ],
12
- "main": "./index.js",
13
- "module": "./index.js",
14
- "exports": {
15
- ".": "./index.js"
16
- },
17
- "unpkg": "dist/index.js",
18
- "author": "flun <cn@flun.top>",
19
- "publishConfig": {
20
- "access": "public"
21
- },
22
- "type": "module",
23
- "types": "./index.d.ts",
24
- "files": [
25
- "index.js",
26
- "index.d.ts",
27
- "dist/",
28
- "helpers/",
29
- "methods/",
30
- "types/",
31
- "LICENSE",
32
- "README.md",
33
- "CHANGELOG.md"
34
- ],
35
- "repository": {
36
- "type": "git",
37
- "url": "git+https://github.com/flunGit/webauthn-browser.git"
38
- },
39
- "homepage": "https://www.npmjs.com/package/@flun/webauthn-browser#readme",
40
- "bugs": {
41
- "url": "https://github.com/flunGit/webauthn-browser/issues"
42
- },
43
- "license": "ISC",
44
- "dependencies": {},
45
- "engines": {
46
- "node": ">=22.12.0",
47
- "npm": ">=10.0.0"
48
- },
49
- "devDependencies": {
50
- "@types/node": "^20.9.0"
51
- }
52
- }
1
+ {
2
+ "name": "@flun/webauthn-browser",
3
+ "version": "2.0.4",
4
+ "decjsion": "WebAuthn 前端库,提供简单易用的接口来处理 WebAuthn 认证流程,支持 Passkeys 和 FIDO2 标准;",
5
+ "keywords": [
6
+ "typescript",
7
+ "webauthn",
8
+ "passkeys",
9
+ "fido",
10
+ "umd"
11
+ ],
12
+ "main": "./index.js",
13
+ "module": "./index.js",
14
+ "exports": {
15
+ ".": "./index.js"
16
+ },
17
+ "unpkg": "dist/index.js",
18
+ "author": "flun <cn@flun.top>",
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "type": "module",
23
+ "types": "./index.d.ts",
24
+ "files": [
25
+ "index.js",
26
+ "index.d.ts",
27
+ "dist/",
28
+ "helpers/",
29
+ "methods/",
30
+ "types/",
31
+ "LICENSE",
32
+ "README.md",
33
+ "CHANGELOG.md"
34
+ ],
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/flunGit/webauthn-browser.git"
38
+ },
39
+ "homepage": "https://www.npmjs.com/package/@flun/webauthn-browser#readme",
40
+ "bugs": {
41
+ "url": "https://github.com/flunGit/webauthn-browser/issues"
42
+ },
43
+ "license": "ISC",
44
+ "dependencies": {},
45
+ "engines": {
46
+ "node": ">=22.12.0",
47
+ "npm": ">=10.0.0"
48
+ },
49
+ "devDependencies": {
50
+ "@types/node": "^20.9.0"
51
+ },
52
+ "scripts": null
53
+ }