Skip to content

Conversation

@hexedpackets
Copy link
Contributor

Description

This should fix an error publishing to npm

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@hexedpackets hexedpackets requested a review from a team as a code owner December 30, 2025 15:58
@hexedpackets hexedpackets requested a review from tribble December 30, 2025 15:58
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 30, 2025

Greptile Summary

Updated the repository.url field in package.json from git+https://github.com/workos-inc/workos-node.git to https://github.com/workos-inc/workos-node to fix an npm publishing error.

  • Changed repository URL format to match npm's expected standard format
  • Removed git+ prefix and .git suffix from the URL
  • This is a metadata-only change that doesn't affect package functionality

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a trivial metadata-only change that updates the repository URL format in package.json to fix an npm publishing error. The change has no impact on code functionality, dependencies, or runtime behavior.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Updated repository URL format from git+https scheme to standard https format for npm compatibility

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Git as Git Repository
    participant NPM as NPM Registry
    participant PJ as package.json

    Dev->>PJ: Update repository.url format
    Note over PJ: Change from git+https://...git<br/>to https://...
    Dev->>Git: Commit changes
    Git->>NPM: Publish package
    NPM->>PJ: Validate package.json metadata
    Note over NPM: Accepts standard https format
    NPM-->>Git: Publishing succeeds
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@hexedpackets hexedpackets merged commit 960fd92 into main Dec 30, 2025
7 checks passed
@hexedpackets hexedpackets deleted the package-url branch December 30, 2025 16:20
@greptile-apps greptile-apps bot mentioned this pull request Dec 30, 2025
gcarvelli added a commit that referenced this pull request Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants