Closed erights closed 10 months ago
Should I downgrade to
fix(exo): ...
IMO Yes
Besides some typing and comment nits, LGTM. Please downgrade the "breaking" conventional commit down to a regular fix given that no release has been made since the feature was introduced.
Done
closes: #XXXX refs: #1902
Description
At https://github.com/endojs/endo/pull/1902#issuecomment-1874451253 @mhofman rightly points out
This PR fixes that oversight.
Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations
Upgrade Considerations
I flagged this PR with a
fix(exo)!: ...
because this fix is not a compat change from #1902. OTOH, it is unlikely that anyone is using the #1902 API yet, in which case this PR is a compat change from the prior endo state. The last endo release was before #1902, so this PR is also a compat change from the last release.Should I downgrade to
fix(exo): ...
?