npm @cap-js/cds-typer 0.40.0
v0.40.0

4 hours ago

Added

Changed

  • output_d_ts_files now defaults to true and emits proper ambient .d.ts declaration files instead of merely renaming .ts output files. Plain .ts files are treated as source by TypeScript and other build tools, which caused them to be compiled and their .js output to silently overwrite the runtime module exports generated by cds-typer. Projects with strict tsconfig.json settings will benefit from this change, as .d.ts files do not require special handling in cds build or development scripts. Set to false to restore the old behaviour.

Deprecated

Removed

Fixed

  • Entities with name conflicts with any of their ancestors now have their aspect name generated properly again
  • Fixed sporadic [Object object] appearing in log output

Security

Don't miss a new cds-typer release

NewReleases is sending notifications on new releases.