@otplib/plugin-crypto-web 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 +4 -4
package/README.md CHANGED
@@ -113,4 +113,4 @@ Full documentation available at [otplib.yeojz.dev](https://otplib.yeojz.dev):
113
113
 
114
114
  ## License
115
115
 
116
- [MIT](./LICENSE) © 2026 Gerald Yeo
116
+ [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otplib/plugin-crypto-web",
3
- "version": "13.2.1",
3
+ "version": "13.3.0",
4
4
  "description": "Web Crypto API adapter for otplib",
5
5
  "license": "MIT",
6
6
  "author": "Gerald Yeo <support@yeojz.dev>",
@@ -44,11 +44,11 @@
44
44
  "LICENSE"
45
45
  ],
46
46
  "dependencies": {
47
- "@otplib/core": "13.2.1"
47
+ "@otplib/core": "13.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "tsup": "^8.0.1",
51
- "typescript": "^5.3.3",
50
+ "tsup": "^8.5.1",
51
+ "typescript": "^5.9.3",
52
52
  "vitest": "^4.0.18"
53
53
  },
54
54
  "publishConfig": {