In [release 1.9.3](https://github.com/paulmillr/noble-curves/compare/1.9.2...1.9.3#diff-8fc4014b2866fc40fa99787bd77bd16b059ff367f2cab703571e4fccd9f6eebeR225), in [commit `0e13ac35`](https://github.com/paulmillr/noble-curves/commit/0e13ac35278087f911b7f9028b7ceb8b380be5ff#diff-8fc4014b2866fc40fa99787bd77bd16b059ff367f2cab703571e4fccd9f6eebeR249), `abstract/weierstrass/ProjConstructor` was inadvertently renamed to `ProjConstuctor` (note an `r` is missing): ``` error TS2724: '"@noble/curves/abstract/weierstrass"' has no exported member named 'ProjConstructor'. Did you mean 'ProjConstuctor'? ```