Skip to content

Proposal to change npm module name to 'cloudevents' #242

Closed
@lance

Description

@lance

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.

  1. 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."
  2. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/discussionIssues that need to be decided/debated/discussedtype/questionFurther information is requestedversion/3.xIssues related to the 3.0 release of this library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions