-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exported interface Options not available in distributed types #38
Comments
I built the same target locally using |
@esetnik My mistake, package.json had no prepublish script. |
Looks good now! Thanks 👍 I believe the prepublish script should also perform a clean of the dist directory to avoid accidentally publishing old assets that aren't overwritten in the build step. |
…ocumentation (#15400) * use retry-as-promised types for retry options * prefer exact package version * move to production deps * unpin @types/retry-as-promised * import retry-as-promised * retry-as-promised typings re-exported * import and re-export Options from retry-as-promised after mickhansen/retry-as-promised#38 Co-authored-by: Rik Smale <[email protected]>
The v7.0.2 version contains
dist/index.d.ts
butinterface Options
is not exported. I have no idea why this is. Can you verify that the version available on npm was published correctly?The text was updated successfully, but these errors were encountered: