File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- v18
1+ v20
Original file line number Diff line number Diff line change 22
33This document contain all the breaking changes and migrations guidelines for adapting your code to the new version.
44
5+ ## Upgraded Node to v20
6+ We upgraded required node version from 18 to 20 to stay up to date with relevant environment.
7+
58## Removed deprecated ` interpreter ` option from ` ProcessorOptions `
69
710The deprecated ` interpreter ` option has been removed from ` ProcessorOptions ` . You should now use the ` jsonSchema ` option instead.
Original file line number Diff line number Diff line change 88 "url" : " https://github.com/asyncapi/modelina/issues"
99 },
1010 "engines" : {
11- "node" : " >=18 "
11+ "node" : " >=20 "
1212 },
1313 "repository" : {
1414 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments