This is a type-only change. We migrated from a collection of self-maintained build scripts with esbuild to using tsup. This altered the way type declarations were structured in the compiled package.
If you did not import from a path under the package you should not see any change with this release.
If you imported types from `"sanity-image/some-path", though, you will need to update your imports to drop the path.
Full Changelog: v1.0.2...v1.1.0