aws-sdk-mock icon indicating copy to clipboard operation
aws-sdk-mock copied to clipboard

Broken v6.1.0 release

Open Eomm opened this issue 1 year ago • 0 comments

Hello, I'm facing the issue:

17:58:03 Cannot find module 'traverse'
17:58:03 Require stack:
17:58:03 - /mnt/project/node_modules/aws-sdk-mock/dist/index.js

The traverse module has been replaced at:

  • https://github.com/dwyl/aws-sdk-mock/commit/b6fdd98624ba906cb71d72ff8f1401147af98292

But the npm released version is not compiled correctly:

https://www.npmjs.com/package/aws-sdk-mock?activeTab=code

image

If I check the compiled version locally, the correct build looks like:

image

Eomm avatar Jul 30 '24 16:07 Eomm