bcherny/json-schema-to-typescript

The current engines.node is not matched with the dependency @bcherny/json-schema-ref-parser 10.0.5-fork

hung-cybo opened this issue · 0 comments

Thank you for the great package.

Could someone help me to confirm the below question related to the engines.node from v11.0.3 and later (from v11.0.5)?

My question is:
The current engines.node is not matched with the dependency @bcherny/json-schema-ref-parser v10.0.5-fork, isn't it?

v11.0.3: Nodejs version is ">=12"
v11.0.5: Nodejs version should be ">=16" (***)

If so, It'll be good if the engines.node from v11.0.5 is up to date to ">=16"

Details

In v11.0.3, the dependency is @bcherny/json-schema-ref-parser v9.0.9. In this version, Nodejs 14 works normally.

From v11.0.5, this dependency is updated to [@bcherny/json-schema-ref-parser v10.0.5-fork], and now It requires Nodejs version ">=16"

Root case: there is a breaking change from @APIDevTools/json-schema-ref-parser, ref: this

Thank you.