Closed stephancill closed 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"
@zoralabs/protocol-sdk
types
./dist/index.d.ts
"types": "./dist/src/index.d.ts"
thx for catching this, taking a look
fix will go out in the next release on npm
The typescript types for the
@zoralabs/protocol-sdk
package are not detected becausetypes
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"