Skip to content

Commit 35b52b2

Browse files
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

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"typescript": "^5.7.2"
9292
},
9393
"dependencies": {
94-
"@authorizerdev/authorizer-js": "^3.3.0-rc.3",
94+
"@authorizerdev/authorizer-js": "^3.3.0-rc.4",
9595
"@storybook/preset-scss": "^1.0.3",
9696
"validator": "^13.11.0"
9797
}

0 commit comments

Comments
 (0)