@otplib/plugin-crypto-node 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 +3 -3
package/README.md CHANGED
@@ -52,7 +52,7 @@ const crypto = new NodeCryptoPlugin();
52
52
  const base32 = new ScureBase32Plugin();
53
53
 
54
54
  const token = await generate({
55
- secret: "JBSWY3DPEHPK3PXP",
55
+ secret: "GEZDGNBVGY3TQOJQGEZDGNBVGY",
56
56
  algorithm: "sha256",
57
57
  crypto,
58
58
  base32,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otplib/plugin-crypto-node",
3
- "version": "13.1.1",
3
+ "version": "13.2.0",
4
4
  "description": "Node.js crypto module adapter for otplib",
5
5
  "license": "MIT",
6
6
  "author": "Gerald Yeo <support@yeojz.dev>",
@@ -44,12 +44,12 @@
44
44
  ],
45
45
  "dependencies": {
46
46
  "@noble/hashes": "^2.0.1",
47
- "@otplib/core": "13.1.1"
47
+ "@otplib/core": "13.2.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "tsup": "^8.0.1",
51
51
  "typescript": "^5.3.3",
52
- "vitest": "^4.0.16"
52
+ "vitest": "^4.0.18"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"