Commit 35b52b2
authored
chore: bump @authorizerdev/authorizer-js to 3.3.0-rc.4 (#68)
Two breaking changes landed between rc.3 and rc.4:
- #48 removed is_multi_factor_auth_enabled from SignUpRequest (security
fix - closed a bypass of the server's MFA-on-by-default policy)
- #50 flattened .webhooks()/.emailTemplates()/.verificationRequests()
pagination params (PaginatedRequest -> PaginationRequest directly)
Neither touches this package: it never sets is_multi_factor_auth_enabled
on signup, and never imports AuthorizerAdmin or calls any of the three
affected methods (grepped, confirmed zero matches both before and after
the bump). tsc --noEmit and build both clean.1 parent 28dd5d3 commit 35b52b2
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments