Commit 491b374
committed
fix: Status URL truncation and Updated Date parsing
- Fix parseMultipleFields to preserve colons in values (e.g., https:// URLs)
- Add 'Updated Date' to lastModified field patterns
- Rename package to @domaindetails/whois-parser (npm valid name)
- Bump version to 1.0.1
Before: "clientTransferProhibited https" (truncated)
After: "clientTransferProhibited https://icann.org/epp#clientTransferProhibited"1 parent 5b61595 commit 491b374
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
263 | 264 | | |
264 | 265 | | |
265 | 266 | | |
266 | | - | |
| 267 | + | |
267 | 268 | | |
268 | 269 | | |
0 commit comments