Skip to content
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

Deno "dial" API changed #1

Closed
stephdin opened this issue Jan 17, 2020 · 3 comments
Closed

Deno "dial" API changed #1

stephdin opened this issue Jan 17, 2020 · 3 comments

Comments

@stephdin
Copy link

The API for Deno.dail has changed (denoland/deno#3000)
According to https://deno.land/typedoc/interfaces/deno.dialoptions.html there is now a DialOptions object.

// smtp.ts:20:41
this._conn = await Deno.dial({
    hostname: config.host,
    port: config.port,
    transport: "tcp"
});

i can open a PR if you want :)

@manyuanrong
Copy link
Owner

Of course, but I hope to change the READE.md and CI configuration together

@omarhoro
Copy link

@manyuanrong greeting. Are you planning to update your package, because it is not usable for now, unfortunately

@manyuanrong
Copy link
Owner

Closed by: https://github.com/manyuanrong/deno-smtp/releases/tag/v0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants