-
-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathrelease.config.json
More file actions
34 lines (34 loc) · 1.27 KB
/
release.config.json
File metadata and controls
34 lines (34 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"groups": {
"packages": [
"@otplib/core",
"@otplib/hotp",
"@otplib/totp",
"@otplib/uri",
"@otplib/plugin-base32-alt",
"@otplib/plugin-base32-scure",
"@otplib/plugin-crypto-noble",
"@otplib/plugin-crypto-node",
"@otplib/plugin-crypto-web",
"@otplib/preset-v11",
"@otplib/v12-adapter",
"otplib",
"otplib-cli"
]
},
"bundleSize": {
"@otplib/core": { "limit": "6 KB" },
"@otplib/hotp": { "limit": "2 KB", "nsLimit": "10 KB" },
"@otplib/totp": { "limit": "2.5 KB", "nsLimit": "12 KB" },
"@otplib/uri": { "limit": "2.5 KB", "nsLimit": "8 KB" },
"@otplib/plugin-crypto-node": { "limit": "1 KB", "nsLimit": "7 KB" },
"@otplib/plugin-crypto-noble": { "limit": "1 KB", "nsLimit": "7 KB" },
"@otplib/plugin-crypto-web": { "limit": "1.5 KB", "nsLimit": "7 KB" },
"@otplib/plugin-base32-scure": { "limit": "1 KB", "nsLimit": "6.5 KB" },
"@otplib/plugin-base32-alt": { "limit": "1 KB", "nsLimit": "6.5 KB" },
"otplib": { "limit": "2.5 KB", "nsLimit": "16 KB" },
"@otplib/preset-v11": { "limit": "2.5 KB", "nsLimit": "16 KB" },
"@otplib/v12-adapter": { "limit": "3.5 KB", "nsLimit": "17 KB" },
"otplib-cli": { "ext": [".cjs"], "limit": "13 KB", "nsLimit": "29 KB" }
}
}