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