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

2.0.2 Release #54

Closed
wants to merge 3 commits into from
Closed

2.0.2 Release #54

wants to merge 3 commits into from

Conversation

rgomezp
Copy link
Contributor

@rgomezp rgomezp commented Nov 9, 2021

Update package

  • Fixes functions that weren't returning promises.
  • Convert file to TS, compiled via prepare npm publish lifecycle function

Fixes #53

@@ -8,7 +8,7 @@ import url from 'rollup-plugin-url';
import pkg from './package.json';

export default {
input: './index.js',
input: './index.ts',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the rollup.config.js broken? It changed from .js to .ts no file extensions were renamed in this PR

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@@ -0,0 +1,25 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did this file come from? Or how was it generated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Came from here (the original version before the 2 release).

resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8":
version "7.15.8"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What operation was run to update this lock file?

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

Successfully merging this pull request may close these issues.

logoutEmail() should probably return a promise
2 participants