Skip to content

Commit 6f287ae

Browse files
gjtorikianclaude
andauthored
chore: bump @workos/oagen to ^0.15.0 (#77)
oagen 0.13/0.14/0.15 ship the rename-detection passes that downgrade type/enum renames from breaking to soft-risk in compat reports (workos/oagen #49, #51, #53). Until this bump, downstream consumers that pull oagen-emitters still resolve to oagen 0.12.0 nested under node_modules/@workos/oagen-emitters/node_modules — so the new extractor + differ logic never runs and breaking-changes reports stay unchanged from pre-0.13 behaviour. Verified: workos/openapi-spec#17 currently shows breaking=11 because oagen-emitters is pinned to ^0.12.0; after this bump and an oagen-emitters release, the same diff drops to breaking=0 across all five languages (validated locally by re-extracting + re-diffing each SDK with oagen 0.15.0). All 399 tests pass. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a423b13 commit 6f287ae

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"node": ">=24.10.0"
5555
},
5656
"dependencies": {
57-
"@workos/oagen": "^0.12.0"
57+
"@workos/oagen": "^0.15.0"
5858
}
5959
}

0 commit comments

Comments
 (0)