patch
Fix findPackageInMonorepo to check root package.json first, enabling analysis of repos where the main package is at the root (like zod)
Every release, straight from the changesets. Newest first.
Fix findPackageInMonorepo to check root package.json first, enabling analysis of repos where the main package is at the root (like zod)
Fix monorepo package detection for pnpm workspaces by parsing pnpm-workspace.yaml
Use improved entry point detection in generate command. When using --cwd, the CLI now correctly resolves .d.ts paths to source files and supports more project structures.
Fix entry point detection to prefer .ts source files over .d.ts declarations. Scanning repos with types field pointing to .d.ts now correctly resolves to source files like src/index.ts.
OpenPkg Spec Builder Improvements
New Features
extends and implements clausesexport namespace X { ... }tsType for complex typeskind: "external" stubs[key: string]: T patternsrest: truex is string and asserts x returnsdiscriminator: { propertyName } for tagged unionsexport { X as Y }CLI Changes
--no-external-types to --skip-resolve across all commands--skip-resolve to report and scan commandsnode_modules not foundBug Fixes