devlato / async-wait-until

Waits for an expectation to be truthy. A small library with a convenient API suitable for unit and integration testing
https://devlato.github.io/async-wait-until/
MIT License
75 stars 13 forks source link

[Bug Report] Latest release (2.0.10) is broken #29

Closed rossng closed 2 years ago

rossng commented 2 years ago

Describe the bug

The latest version of async-wait-until is broken - it contains no code assets.

image

To Reproduce Steps to reproduce the behavior:

  1. Update to async-wait-until@2.0.10
  2. See compiler/IDE error.

Expected behavior A clear and concise description of what you expected to happen.

N/A

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

ViktorMasnyi commented 2 years ago

Hi, I have issues with 2.0.10 either.

maicol07 commented 2 years ago

I confirm this issue too. The dist folder is missing: probably a mistake when publishing the new release to the npm registry?

eliteSchwein commented 2 years ago

i can confirm this issue too.

devlato commented 2 years ago

Thanks for reporting @rossng, @ViktorMasnyi, @maicol07, and @eliteSchwein! The fix will be released as 2.0.12 ASAP.

devlato commented 2 years ago

@rossng @ViktorMasnyi @maicol07 @eliteSchwein hey folks, the fix's just been published as 2.0.12.

rossng commented 2 years ago

Thanks @devlato!