Add Repo & Issue Reference to NPM - #87
Open
bh2smith wants to merge 1 commit into
Open
Conversation
shrn-werk
requested review from
Copilot and
jaensen
and removed request for
Copilot
June 16, 2025 12:22
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds repository and issue tracker links to each package’s metadata so NPM displays the GitHub source and issues correctly.
- Introduce a
repositoryfield pointing to the monorepo URL - Introduce a
bugsfield pointing to the issues page
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/sdk/package.json | Add repository and bugs URLs |
| packages/profiles/package.json | Add repository and bugs URLs |
| packages/pathfinder/package.json | Add repository and bugs URLs |
| packages/data/package.json | Add repository and bugs URLs |
| packages/adapter/package.json | Add repository and bugs URLs |
| packages/adapter-safe/package.json | Add repository and bugs URLs |
| packages/adapter-safe-app/package.json | Add repository and bugs URLs |
| packages/adapter-ethers/package.json | Add repository and bugs URLs |
| packages/abi-v2/package.json | Add repository and bugs URLs |
| packages/abi-v1/package.json | Add repository and bugs URLs |
Comments suppressed due to low confidence (10)
packages/sdk/package.json:8
- Consider adding a "directory": "packages/sdk" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/profiles/package.json:8
- Consider adding a "directory": "packages/profiles" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/pathfinder/package.json:8
- Consider adding a "directory": "packages/pathfinder" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/data/package.json:8
- Consider adding a "directory": "packages/data" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/adapter/package.json:8
- Consider adding a "directory": "packages/adapter" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/adapter-safe/package.json:8
- Consider adding a "directory": "packages/adapter-safe" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/adapter-safe-app/package.json:8
- Consider adding a "directory": "packages/adapter-safe-app" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/adapter-ethers/package.json:8
- Consider adding a "directory": "packages/adapter-ethers" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/abi-v2/package.json:8
- Consider adding a "directory": "packages/abi-v2" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
packages/abi-v1/package.json:8
- Consider adding a "directory": "packages/abi-v1" field inside the repository object so NPM links directly to this subpackage within the monorepo.
"url": "https://github.com/aboutcircles/circles-sdk"
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.
There is currently no reference to the github from NPM (see for example www.npmjs.com/package/@circles-sdk/pathfinder). This PR introduces these.