ourzora / zora-protocol

Monorepo for Zora Protocol (contracts & sdks)
MIT License
133 stars 85 forks source link

@zoralabs/protocol-sdk incorrect typescript types in package.json #396

Closed stephancill closed 10 months ago

stephancill commented 10 months ago

The typescript types for the @zoralabs/protocol-sdk package are not detected because types in the package.json file is pointing to ./dist/index.d.ts, which doesn't exist - it should be "types": "./dist/src/index.d.ts"

oveddan commented 10 months ago

thx for catching this, taking a look

oveddan commented 10 months ago

fix will go out in the next release on npm