Description
Since renaming the module has been an area of disagreement in this community, I propose we resolve this with a vote.
Currently the module is named cloudevents-sdk
, however Grant has proposed changing this to simply cloudevents
and has provided the cloudevents
namespace on NPM. We have an upcoming 3.0.0 release which would be the appropriate time to make this change if voted on and approved.
Because there is no way to just change a module name and have things "just work", changing the name of the module would be a breaking change, requiring users to modify their existing package.json files. There are a couple of things that would need to happen in addition to simply renaming and publishing the module to npm.
- Deprecate all current versions with a warning so that when they are installed by existing projects.
npm deprecate [email protected] "WARNING: This module has been renamed to 'cloudevents'. Please install it instead. See https://cloudevents/sdk-javascript for more information."
- Update README with this same information
For votes in favor of renaming, please react to this issue description with 👍. Those opposed, please react to this issue with 👎.
Only votes on the issue description itself are counted. Please use additional comments to discuss pros/cons/concerns/etc. Thanks!