v0.1.2
Fixes
- Generate valid TypeScript index bindings when controller tags such as Import or Export become reserved words after camel-casing.
- Preserve existing controller filenames such as import.ts and export.ts for consumer compatibility.
- Declare tslib as a runtime dependency so clean tarball consumers can load the package.
Verification
- Frozen install, full tests, TypeScript build, package dry-run, and clean-consumer tarball smoke passed.
- The npm registry tarball was downloaded again, its integrity matched the published metadata, and the Import/Export fixture typechecked with zero diagnostics.
Full Changelog: v0.1.1...v0.1.2