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,
    Andrew

    jsreport 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 do

    npm i jsreport-docx@2.4.0 --save
    


  • Understood. Thank you for the reply, and sorry for the confusion.

    Andrew


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.