@nowarajs/totp 1.1.8 โ†’ 1.1.10

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 +0 -1
  2. package/package.json +18 -13
package/README.md CHANGED
@@ -36,7 +36,6 @@
36
36
  - ๐Ÿ“ **Flexible Digits**: Support for 6-8 digit codes
37
37
  - โฐ **Time Window**: Configurable time periods and verification windows
38
38
  - ๐ŸŽฏ **Base32 Encoding**: Built-in Base32 encoding/decoding utilities
39
- - ๐Ÿงช **Type Safe**: Full TypeScript support with comprehensive type definitions
40
39
 
41
40
  ## ๐Ÿ”ง Installation
42
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nowarajs/totp",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
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",
@@ -22,17 +22,17 @@
22
22
  "test": "bun test --coverage"
23
23
  },
24
24
  "devDependencies": {
25
- "@eslint/js": "^9.36.0",
26
- "@nowarajs/error": "^1.3.2",
25
+ "@eslint/js": "^9.37.0",
26
+ "@nowarajs/error": "^1.3.5",
27
27
  "@stylistic/eslint-plugin": "^5.4.0",
28
- "@types/bun": "^1.2.22",
29
- "eslint": "^9.36.0",
28
+ "@types/bun": "^1.3.0",
29
+ "eslint": "^9.37.0",
30
30
  "globals": "^16.4.0",
31
- "typescript-eslint": "^8.44.1",
32
- "typescript": "^5.9.2"
31
+ "typescript-eslint": "^8.46.1",
32
+ "typescript": "^5.9.3"
33
33
  },
34
34
  "peerDependencies": {
35
- "@nowarajs/error": "^1.3.1"
35
+ "@nowarajs/error": "^1.3.5"
36
36
  },
37
37
  "exports": {
38
38
  "./enums": "./dist/enums/index.js",
@@ -71,19 +71,24 @@
71
71
  "semver": "patch"
72
72
  },
73
73
  "chore": {
74
- "title": "๐Ÿฆ‰ Chore"
74
+ "title": "๐Ÿฆ‰ Chore",
75
+ "semver": "patch"
75
76
  },
76
77
  "examples": {
77
- "title": "๐Ÿ€ Examples"
78
+ "title": "๐Ÿ€ Examples",
79
+ "semver": "patch"
78
80
  },
79
81
  "test": {
80
- "title": "๐Ÿงช Tests"
82
+ "title": "๐Ÿงช Tests",
83
+ "semver": "patch"
81
84
  },
82
85
  "style": {
83
- "title": "๐ŸŽจ Styles"
86
+ "title": "๐ŸŽจ Styles",
87
+ "semver": "patch"
84
88
  },
85
89
  "ci": {
86
- "title": "๐Ÿค– CI"
90
+ "title": "๐Ÿค– CI",
91
+ "semver": "patch"
87
92
  }
88
93
  },
89
94
  "templates": {