···11----
22-'@atcute/identity-resolver': patch
33----
44-55-use `manual` redirect instead of `error`
66-77-apparently Cloudflare Workers doesn't think it makes sense for edge runtimes to support it, but how
88-exactly? who knows.
99-1010-```
1111-TypeError: Invalid redirect value, must be one of "follow" or "manual" ("error" won't be implemented since it does not make sense at the edge; use "manual" and check the response status code).
1212-```
+13
packages/identity/identity-resolver/CHANGELOG.md
···11# @atcute/identity-resolver
2233+## 1.1.3
44+55+### Patch Changes
66+77+- 876c776: use `manual` redirect instead of `error`
88+99+ apparently Cloudflare Workers doesn't think it makes sense for edge runtimes to support it, but
1010+ how exactly? who knows.
1111+1212+ ```
1313+ TypeError: Invalid redirect value, must be one of "follow" or "manual" ("error" won't be implemented since it does not make sense at the edge; use "manual" and check the response status code).
1414+ ```
1515+316## 1.1.2
417518### Patch Changes