fix: update package name references #200
Open
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.
Description
Updated all documentation references from the package names (
@adobe/commerce-events-sdkand@adobe/commerce-events-collectors) to the current package names (@adobe/magento-storefront-events-sdkand@adobe/magento-storefront-event-collector).The packages were attempted to be renamed at some point, but the documentation still contained mixed references to both the old and new package names, which could cause confusion for users trying to install or reference these packages.
Related Issue
N/A - Documentation cleanup to fix inconsistent package naming
Motivation and Context
The codebase had inconsistent package name references:
package.jsonfiles used the correct@adobe/magento-storefront-*naming@adobe/commerce-events-*) and new namesThis change ensures all documentation consistently uses the current official package names.
How Has This Been Tested?
commerce-events-collectorsandcommerce-events-sdkhave been removed using grepTypes of changes
Checklist
Files Changed
packages/storefront-events-collector/README.mdpackages/storefront-events-sdk/README.mdpackages/storefront-events-collector/package.json