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

v1.0.0 is empty #39

Closed
agoldis opened this issue Oct 1, 2020 · 5 comments
Closed

v1.0.0 is empty #39

agoldis opened this issue Oct 1, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@agoldis
Copy link

agoldis commented Oct 1, 2020

Expected Behavior

npm module should contain ... the module

Current Behavior

there's no code in the module

Possible Solution

release the code together with the module

Steps to Reproduce

$ yarn add @amplitude/node
$ cd node_modules/@amplitude/node
$ cat package.json | grep index
  "main": "dist/index.js",
  "module": "esm/index.js",
  "types": "dist/index.d.ts",
$ ls dist/index.js esm/index.js dist/index.d.ts
ls: dist/index.d.ts: No such file or directory
ls: dist/index.js: No such file or directory
ls: esm/index.js: No such file or directory

Environment

  • SDK Version: 1.0.0
  • Node version: v10.22.1
@agoldis agoldis added the bug Something isn't working label Oct 1, 2020
@kelvin-lu
Copy link
Contributor

Hi @agoldis ! thanks for flagging. We've identified this as an issue with a recent compilation change. We're looking to release a minor patch soon :)

@agoldis
Copy link
Author

agoldis commented Oct 1, 2020

That was quick... Good luck!

@ZoharBergman
Copy link

Hi @kelvin-lu, I see that you merged a fix but the types and utils packages are still missing
image

@kelvin-lu
Copy link
Contributor

Hi @ZoharBergman !

I deployed a hotfix last night and discovered this as well - we're hoping to get this resolved asap, but while more of our engineers are active.

Thank you for reaching out and for your patience - we'll update this asap once we have a new patch out.

@kelvin-lu
Copy link
Contributor

Apologies for the inconvenience - v1.0.2 is now ready for usage on all @amplitude/node+type+utils.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants