intercom / intercom-node

Node.js bindings for the Intercom API
https://developers.intercom.com
Other
366 stars 116 forks source link

Latest release 3.2.0 on npm contains no code #338

Closed carlmw closed 1 year ago

carlmw commented 1 year ago

Please use the following template to submit your issue. Following this template will allow us to quickly investigate and help you with your issue. Please be aware that issues which do not conform to this template may be closed.

For feature requests please contact us at team@intercom.io

Version info

Expected behavior

The intercom-client package can be imported as in previous versions

Actual behavior

The intercom-client package contains no code

Steps to reproduce

  1. Go here https://www.npmjs.com/package/intercom-client?activeTab=explore
  2. Click dist in the tree
  3. The directory only contains package.json and no index.js

Logs

vevepeter commented 1 year ago

Same issue here. Looks like downgrading to v3.1.5 is the only viable option.

SeanHealy33 commented 1 year ago

Hello @vevepeter & @carlmw thank you for the issue report.

Apologies for the bad release of 3.2.0, I've now released 3.2.1 which contains the payloads as expected.

NPM does not allow you to update a release after the fact so I've done a patch on 3.2.0 instead.

As of 3.2.1 dist now contains the files as expected: Screenshot 2022-12-14 at 18 49 45