Skip to content

correct repo link #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

correct repo link #3

wants to merge 1 commit into from

Conversation

gugu
Copy link
Member

@gugu gugu commented Jul 29, 2025

No description provided.

@gugu gugu requested review from Copilot and nrjinua July 29, 2025 16:49
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR corrects the repository URL in package.json and makes several package configuration updates.

  • Updates the repository URL from client-browser.git to browser-sdk.git
  • Increments version from 1.0.0 to 1.0.1
  • Removes peerDependencies section and updates minimum Node.js version

"engines": {
"node": ">=14"
"node": ">=18"
Copy link
Preview

Copilot AI Jul 29, 2025

Choose a reason for hiding this comment

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

Increasing the minimum Node.js version from 14 to 18 is a breaking change that should be accompanied by a major version bump (2.0.0) rather than a patch version bump (1.0.1), as this could break compatibility for users running Node.js 14-17.

Copilot uses AI. Check for mistakes.

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.

1 participant