NPM Scope Change for Open edX Packages

As a part of NPM Ownership · Issue #23 · openedx/axim-engineering · GitHub we will be moving many packages from the edx npm scope to the openedx NPM scope. As packages move we’ll update dependent packages in the openedx github org. Packages outside the openedx org should also update to the new locations.

To generally inform people of those changes, we’ll be making updates to this thread when we move a packages so others can follow along with the change and make it in their private repos if necessary.

The @edx/brand-openedx package has been moved to @openedx/brand-openedx.

Any references to @edx/brand-openedx should be updated with a reference to @openedx/brand-openedx@^1.2.2 in package.json files.

The @edx/paragon package has been moved to @openedx/paragon

Any references to @edx/paragon should be updated to at least "@openedx/paragon": "^21.5.7"