fix: allow @workos-inc/node v10 as peer dependency#40
Conversation
WorkOS released v10 of the Node SDK; widening the peer range lets consumers adopt the new major without peer-dependency conflicts, while keeping support for existing v8 and v9 users.
Greptile SummaryThis PR widens the
Confidence Score: 3/5The peer dependency range is safely widened for consumers, but the library's own tests still run exclusively against v9 — if v10 introduced any breaking changes to the WorkOS constructor, auth response shape, or exported types, those would ship silently to consumers. The only changed file is package.json — the devDependency should be reviewed alongside the peer range change. Important Files Changed
|
Summary
@workos-inc/nodepeer dependency range from^8.0.0 || ^9.0.0to also include^10.0.0.c.f. #32
Test plan
npm installagainst @workos-inc/node v10 resolves without peer-dependency warningsnpm test)