[BB2-1244] Publish Node Js SDK - set version to 1.0.1#42
Merged
Conversation
ajshred
approved these changes
Dec 19, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JIRA Ticket:
BB2-1244
User Story or Bug Summary:
Purpose: Node SDK to be published on NPM (https://www.npmjs.com/)
AC
What Does This PR Do?
Publish Node Js SDK to BB2 NPM registry does not require any changes to the artifacts in this repo, however, due to that we published a version 1.0.0 (reverted), and npm policy does not allow re-publish a package with same version, we need to officially publish the SDK at 1.0.1
What Should Reviewers Watch For?
Verify that the SDK builds to 1.0.1
e.g. npm pack will produce a tar ball with name :
cms-bluebutton-sdk-1.0.1.tgz
Also check that BB2 NPM registry has the sdk published at version 1.0.1
If you're reviewing this PR, please check these things, in particular:
What Security Implications Does This PR Have?
Submitters should complete the following questionnaire:
What Needs to Be Merged and Deployed Before this PR?
This PR cannot be either merged or deployed until the following pre-requisite changes have been fully deployed:
I have gone through and verified that...:
READMEupdates and changelog / release notes entries.TODOand/orFIXMEcomments, which include a JIRA ticket ID for any items that require urgent attention.