Skip to content

Move away from gitpkg.now.sh#17

Merged
brionmario merged 1 commit intoasgardeo:mainfrom
brionmario:main
Mar 17, 2026
Merged

Move away from gitpkg.now.sh#17
brionmario merged 1 commit intoasgardeo:mainfrom
brionmario:main

Conversation

@brionmario
Copy link
Member

Purpose

This pull request updates the way the @wso2/eslint-plugin and @wso2/prettier-config development dependencies are referenced across multiple package.json files. Instead of using the previous gitpkg.now.sh URLs, the dependencies now point directly to specific commits in the GitHub repository using the git+https format, which is a more standard and reliable method for installing packages from GitHub.

Dependency source updates:

  • Updated @wso2/eslint-plugin and @wso2/prettier-config in the root package.json to use the git+https://github.com/... syntax with a specific commit hash and path, replacing the old gitpkg.now.sh URLs.
  • Made the same update for these dependencies in examples/express-vetassist-mcp-server/package.json.
  • Applied the update in packages/mcp-express/package.json as well.
  • Updated the dependency references in packages/mcp-node/package.json to match the new format.

Related Issues

  • N/A

Related PRs

  • N/A

Checklist

  • Manual test round performed and verified.
  • Documentation provided.
  • Unit tests provided.

Security checks

@brionmario brionmario merged commit 9bbf536 into asgardeo:main Mar 17, 2026
4 checks passed
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