Skip to content

Add Repo & Issue Reference to NPM - #87

Open
bh2smith wants to merge 1 commit into
aboutcircles:devfrom
bh2smith:repo-reference
Open

Add Repo & Issue Reference to NPM#87
bh2smith wants to merge 1 commit into
aboutcircles:devfrom
bh2smith:repo-reference

Conversation

@bh2smith

Copy link
Copy Markdown

There is currently no reference to the github from NPM (see for example www.npmjs.com/package/@circles-sdk/pathfinder). This PR introduces these.

@shrn-werk
shrn-werk requested review from Copilot and jaensen and removed request for Copilot June 16, 2025 12:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 repository field pointing to the monorepo URL
  • Introduce a bugs field 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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants