Closed mshick closed 5 years ago
I'm not seeing the type definitions installed with this package. Based on the package.json I'd expect them in lib/. This is what I see.
lib/
❯ ls -l total 136 -rw-r--r-- 1 mshick staff 8603 Oct 26 1985 builder.js -rw-r--r-- 1 mshick staff 9099 Oct 26 1985 builder.js.map -rw-r--r-- 1 mshick staff 1877 Oct 26 1985 parseAssetId.js -rw-r--r-- 1 mshick staff 1699 Oct 26 1985 parseAssetId.js.map -rw-r--r-- 1 mshick staff 2525 Oct 26 1985 parseSource.js -rw-r--r-- 1 mshick staff 4595 Oct 26 1985 parseSource.js.map -rw-r--r-- 1 mshick staff 7695 Oct 26 1985 urlForImage.js -rw-r--r-- 1 mshick staff 13186 Oct 26 1985 urlForImage.js.map ...@sanity/image-url/lib/
Thanks for reporting, looks like we had forgotten to publish the new version. 0.140.13 should be out now with type definitions!
I'm not seeing the type definitions installed with this package. Based on the package.json I'd expect them in
lib/
. This is what I see.