@nowarajs/totp 1.1.11 → 1.1.12

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -210,6 +210,5 @@ Distributed under the MIT License. See [LICENSE](./LICENSE) for more information
210
210
 
211
211
  ## 📧 Contact
212
212
 
213
+ - Mail: [nowarajs@pm.me](mailto:nowarajs@pm.me)
213
214
  - GitHub: [NowaraJS](https://github.com/NowaraJS)
214
- - Package: [@nowarajs/totp](https://www.npmjs.com/package/@nowarajs/totp)
215
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nowarajs/totp",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "author": "NowaraJS",
5
5
  "description": "A comprehensive Time-based One-Time Password (TOTP) and HMAC-based One-Time Password (HOTP)",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@eslint/js": "^9.38.0",
26
- "@nowarajs/error": "^1.3.7",
26
+ "@nowarajs/error": "^1.3.8",
27
27
  "@stylistic/eslint-plugin": "^5.5.0",
28
28
  "@types/bun": "^1.3.0",
29
29
  "eslint": "^9.38.0",
@@ -32,7 +32,7 @@
32
32
  "typescript": "^5.9.3"
33
33
  },
34
34
  "peerDependencies": {
35
- "@nowarajs/error": "^1.3.7"
35
+ "@nowarajs/error": "^1.3.8"
36
36
  },
37
37
  "exports": {
38
38
  "./enums": "./dist/enums/index.js",