@otplib/plugin-base32-scure 13.2.1 → 13.3.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 +3 -3
package/README.md CHANGED
@@ -197,4 +197,4 @@ Full documentation available at [otplib.yeojz.dev](https://otplib.yeojz.dev):
197
197
 
198
198
  ## License
199
199
 
200
- [MIT](./LICENSE) © 2026 Gerald Yeo
200
+ [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otplib/plugin-base32-scure",
3
- "version": "13.2.1",
3
+ "version": "13.3.0",
4
4
  "description": "Base32 plugin for otplib using @scure/base",
5
5
  "license": "MIT",
6
6
  "author": "Gerald Yeo <support@yeojz.dev>",
@@ -43,10 +43,10 @@
43
43
  ],
44
44
  "dependencies": {
45
45
  "@scure/base": "^2.0.0",
46
- "@otplib/core": "13.2.1"
46
+ "@otplib/core": "13.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@types/node": "^25.0.10",
49
+ "@types/node": "^25.2.3",
50
50
  "tsup": "^8.5.1",
51
51
  "typescript": "^5.9.3",
52
52
  "vitest": "^4.0.18"