tada5hi / typeorm-extension

This library provides utitlites to create & drop the database, seed the database and apply URL query parameter(s).
https://typeorm-extension.tada5hi.net
MIT License
209 stars 34 forks source link

Feature: Move from pascal-case package to change-case package #1071

Open lamngockhuong opened 1 month ago

lamngockhuong commented 1 month ago

Is your feature request related to a problem? Please describe.

https://www.npmjs.com/package/pascal-case This package has been deprecated. The author suggested moving to the change-case package

Describe the solution you'd like

Describe alternatives you've considered

N/A

Additional context

N/A

tada5hi commented 1 month ago

good catch. The only problem with moving to change-case is, that is esm only. However, since we want to support both commonjs and esm modules, this is unfortunately not possible.