Conversation
Contributor
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
Version bump from 7.71.0 to 7.72.0 incorporating Convex runtime support and API key validation functionality.
Changes:
- Updated version across
package.json,package-lock.json, andsrc/workos.ts - Refreshed test snapshots to reflect new User-Agent version string
- All version references properly synchronized
Confidence Score: 5/5
- This PR is safe to merge with no risk
- Straightforward version bump with consistent updates across all necessary files - no logic changes, security issues, or functional modifications
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| package.json | 5/5 | Version bumped from 7.71.0 to 7.72.0, no issues found |
| package-lock.json | 5/5 | Lock file updated to match package.json version bump, no issues found |
| src/workos.ts | 5/5 | VERSION constant updated to 7.72.0, properly synchronized with package.json |
| src/sso/snapshots/sso.spec.ts.snap | 5/5 | Test snapshots updated to reflect new User-Agent version string, no issues found |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant Pkg as package.json
participant Lock as package-lock.json
participant Src as src/workos.ts
participant Test as Test Snapshots
participant NPM as NPM Registry
Dev->>Pkg: Bump version 7.71.0 → 7.72.0
Dev->>Lock: Update version references
Dev->>Src: Update VERSION constant
Dev->>Test: Update User-Agent snapshots
Note over Pkg,Test: All version references synchronized
Dev->>NPM: Publish @workos-inc/node@7.72.0
Note over NPM: Includes PR #1372 (convex export)<br/>& PR #1373 (validateApiKey)
2 files reviewed, no comments
nicknisi
approved these changes
Oct 28, 2025
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.
Version bump that includes:
apiKeys.validateApiKeymethod #1373