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] Removing "type: module" and bundling .mjs files. #416

Closed LuchoTurtle closed 1 month ago

LuchoTurtle commented 1 month ago

fixes #411

Removes the "type": "module" frompackage.jsonand subsequently bundles the project into.jsand.mjsfiles (cjsandesm, respectively), accommodating Javascript projects that areCommonJS`-based.

LuchoTurtle commented 1 month ago

@nelsonic please approve. After approval, I'll publish the new 6.0.2 version and merge this into the main branch.

nelsonic commented 1 month ago

Derp. Was too excited and merged. 🙃 Please publish with the latest SDK: https://github.com/dwyl/aws-sdk-mock/pull/417