Skip to content

Conversation

@stanleyphu
Copy link
Contributor

Description

Includes:

@stanleyphu stanleyphu requested a review from a team as a code owner January 7, 2026 23:36
@stanleyphu stanleyphu requested a review from mattgd January 7, 2026 23:36
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 7, 2026

Greptile Summary

Version bump to 7.81.0 releasing support for api_key.created and api_key.deleted webhook events.

  • Updated version from 7.80.0 to 7.81.0 in package.json, package-lock.json, and src/workos.ts
  • Updated test snapshots to reflect new User-Agent version string
  • All version references are consistent across the codebase

Confidence Score: 5/5

  • This PR is a safe version bump with no functional code changes - safe to merge.
  • Score of 5 reflects that this is a straightforward version bump PR with no logic changes. All version numbers are consistently updated across package.json, package-lock.json, the VERSION constant in workos.ts, and test snapshots.
  • No files require special attention - all changes are standard version bumps.

Important Files Changed

Filename Overview
package.json Version bump from 7.80.0 to 7.81.0 - standard release update with no issues.
package-lock.json Version bump from 7.80.0 to 7.81.0 - auto-generated lockfile update with no issues.
src/workos.ts VERSION constant updated from 7.80.0 to 7.81.0 - correctly synchronized with package.json.
src/sso/snapshots/sso.spec.ts.snap Test snapshots updated with new User-Agent version string - reflects the version bump correctly.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant NPM as npm publish
    participant SDK as WorkOS Node SDK

    Dev->>NPM: Bump version to 7.81.0
    NPM->>SDK: Update package.json
    NPM->>SDK: Update package-lock.json
    Dev->>SDK: Update VERSION constant
    Dev->>SDK: Update test snapshots
    SDK->>SDK: User-Agent: workos-node/7.81.0/fetch
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.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@stanleyphu stanleyphu merged commit 730eabd into main Jan 7, 2026
7 checks passed
@stanleyphu stanleyphu deleted the v7.81.0 branch January 7, 2026 23:58
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