sanity-io / image-url

Tools to generate image urls from Sanity content
https://www.sanity.io/docs/presenting-images#mY9Be3Ph
MIT License
67 stars 23 forks source link

Typedefs not published on npm #1

Closed mshick closed 5 years ago

mshick commented 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.

❯ 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/ 
rexxars commented 5 years ago

Thanks for reporting, looks like we had forgotten to publish the new version. 0.140.13 should be out now with type definitions!