JSReport 2.6.1 release: jsreport-docx dependency not latest
-
Hi guys,
Is there a reason the 2.6.1 release does not include the 2.4.0 jsreport-docx version? Or just missed?
Thanks in advance,
Andrewjsreport package.json:
{ "name": "jsreport", "version": "2.6.1" ... ... "dependencies": { ... ... "jsreport-docx": "2.3.1", ... ... }
-
The jsreport@2.6.1 was released before jsreport-docx@2.4.0.
The next jsreport release will get the deps updated.
Until then you can donpm i jsreport-docx@2.4.0 --save
-
Understood. Thank you for the reply, and sorry for the confusion.
Andrew