We have a kibana plugin generated in version 7.0.1 we want to migrate it to 7.10.2 version . We have some doubts:-
- Will it possible to directly migrate that plugin to version 7.10.2 or we need to take intermediate step ?
- As there are lot of changes in the plugin folder structure and the files available in older version are in .js format now the files are in .ts format so we need to modify our files to .ts format or older files directly can be supported as is ?
- Previously node_modules folder created under plugin folder but now it is not created so if we want to add dependencies for the plugin so how it can be handle under node modules.
There is not much information available for older version migration so could you please help us in above queries ?
Thanks