Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v8.8.0 (2026-03-03)

- Adds `IAddressVerificationFieldError` Typescript interface, replacing `IFieldError` on `Verification`
- Adds missing `suggestion` property to `IFieldError`
- Removes unused dependencies, bumps remaining

## v8.7.0 (2026-02-25)

- Adds generic `makeApiCall` function
Expand Down
10 changes: 1 addition & 9 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@
// Only fail the audit if there are critical vulnerabilities.
"critical": true,
// Can't update ESLint yet because we must support Node 16
"allowlist": [
"GHSA-p5wg-g6qr-c7cg",
"GHSA-2g4f-4pwh-qvx6",
"GHSA-3ppc-4f35-3m26",
"GHSA-mw96-cpmx-2vgc",
"GHSA-23c5-xmqv-rm74",
"GHSA-5c6j-r48x-rmvq",
"GHSA-7r86-cg39-jmmj",
],
"allowlist": ["GHSA-3ppc-4f35-3m26", "GHSA-23c5-xmqv-rm74", "GHSA-7r86-cg39-jmmj"],
}
Loading