The fix in 3.1.2 (7301c3e) introduces a bug affecting filenames with dots other than the .ts extension, like some codebases use to distinguish between classes extending from certain core interfaces, e.g. my-example.handler.ts. The generator now strips from the first dot, and so goes looking for dist/my-example/index.d.ts instead of dist/my-example.handler.d.ts
The fix in 3.1.2 (7301c3e) introduces a bug affecting filenames with dots other than the
.tsextension, like some codebases use to distinguish between classes extending from certain core interfaces, e.g.my-example.handler.ts. The generator now strips from the first dot, and so goes looking fordist/my-example/index.d.tsinstead ofdist/my-example.handler.d.ts