dwyl / aws-sdk-mock

:rainbow: AWSomocks for Javascript/Node.js aws-sdk tested, documented & maintained. Contributions welcome!
Apache License 2.0
1.09k stars 107 forks source link

[PR] Fixing typescript path not resolving #404

Closed LuchoTurtle closed 1 month ago

LuchoTurtle commented 1 month ago

fixes #403

I'm running npm pack and npx publint to check if the package is publishable.

I've made some changes to to the tsconfig.json so the proper files are uploaded and the types and main fields from package.json are pointing to the right path.

LuchoTurtle commented 1 month ago

@nelsonic I've published the version already (6.0.1) and checking the code seems like the files are properly working now.

Can you double-check and merge when possible?