@otplib/plugin-base32-scure 13.1.1 → 13.2.0

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -181,7 +181,7 @@ function validateAndDecode(input: string): Uint8Array | null {
181
181
  }
182
182
  }
183
183
 
184
- const valid = validateAndDecode("JBSWY3DPEHPK3PXP");
184
+ const valid = validateAndDecode("GEZDGNBVGY3TQOJQGEZDGNBVGY");
185
185
  const invalid = validateAndDecode("invalid@base32!");
186
186
  ```
187
187
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otplib/plugin-base32-scure",
3
- "version": "13.1.1",
3
+ "version": "13.2.0",
4
4
  "description": "Base32 plugin for otplib using @scure/base",
5
5
  "license": "MIT",
6
6
  "author": "Gerald Yeo <support@yeojz.dev>",
@@ -43,13 +43,13 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "@scure/base": "^2.0.0",
46
- "@otplib/core": "13.1.1"
46
+ "@otplib/core": "13.2.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@types/node": "^25.0.6",
49
+ "@types/node": "^25.0.10",
50
50
  "tsup": "^8.5.1",
51
51
  "typescript": "^5.9.3",
52
- "vitest": "^4.0.16"
52
+ "vitest": "^4.0.18"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"