Closed trajan0x closed 1 month ago
The changes involve the addition and modification of the "repository" field in the package.json
files across multiple packages within the project. Each update specifies the type of repository as "git," provides the GitHub URL, and indicates the directory path for the respective package. These adjustments improve the metadata associated with each package, facilitating easier access to the source code repository.
File Path | Change Summary |
---|---|
docs/bridge/package.json |
Added "repository": { "type": "git", "url": "git+https://github.com/synapsecns/sanguine", "directory": "docs/bridge" } |
packages/contracts-core/package.json |
Modified repository URL and added "directory": "packages/contracts-core" to the repository section. |
packages/contracts-rfq/package.json |
Added "repository": { "type": "git", "url": "git+https://github.com/synapsecns/sanguine", "directory": "packages/contracts-rfq" } |
packages/coverage-aggregator/package.json |
Added "repository": { "type": "git", "url": "git+https://github.com/synapsecns/sanguine", "directory": "packages/coverage-aggregator" } |
packages/explorer-ui/package.json |
Added "repository": { "type": "git", "url": "git+https://github.com/synapsecns/sanguine", "directory": "packages/explorer-ui" } |
packages/rest-api/package.json |
Added "repository": { "type": "git", "url": "git+https://github.com/synapsecns/sanguine", "directory": "packages/rest-api" } |
packages/sdk-router/package.json |
Modified repository URL and added "directory": "packages/sdk-router" to the repository section. |
packages/solidity-devops/package.json |
Modified repository URL and added "directory": "packages/solidity-devops" to the repository section. |
packages/synapse-constants/package.json |
Added "repository": { "type": "git", "url": "git+https://github.com/synapsecns/sanguine", "directory": "packages/synapse-constants" } |
packages/synapse-interface/package.json |
Added "repository": { "type": "git", "url": "git+https://github.com/synapsecns/sanguine", "directory": "packages/synapse-interface" } |
packages/widget/package.json |
Modified repository URL from "git+https://github.com/synapsecns/sanguine.git" to "git+https://github.com/synapsecns/sanguine" and added "directory": "packages/widget" |
sequenceDiagram
participant User
participant PackageManager
participant GitHub
User->>PackageManager: Request package metadata
PackageManager->>GitHub: Fetch repository information
GitHub-->>PackageManager: Return repository details
PackageManager-->>User: Provide package metadata with repository info
🐇 "In the code, a hop and a skip,
New paths for packages, a joyful trip.
With GitHub links shining bright,
Metadata now feels just right!
A rabbit's cheer for each new line,
Hop along, all will be fine!" 🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 41.35997%. Comparing base (
377a7fa
) to head (2656bb6
). Report is 143 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Description
add npm package metadata
Summary by CodeRabbit
New Features
Bug Fixes
.git
suffix for clarity and consistency across various packages.