From 5905283d17f431a15397f951f3511d4c29718921 Mon Sep 17 00:00:00 2001 From: pofider Date: Fri, 12 Jul 2019 17:32:50 +0200 Subject: [PATCH] add missing recipes --- Dockerfile | 10 +++++++--- playground.reporter.json | 6 +++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f33e0e7..bd64e40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,10 +29,14 @@ RUN npm install jsreport-ejs@2.1.0 \ jsreport-electron-pdf@3.0.0 \ jsreport-wkhtmltopdf@2.1.0 \ jsreport-fop-pdf@2.1.0 \ - jsreport-docx@2.0.1 \ - jsreport-pptx@0.1.2 \ + jsreport-docx@2.0.2 \ + jsreport-pptx@0.1.3 \ jsreport-pdf-sign@0.1.1 \ - jsreport-static-pdf@0.2.0 + jsreport-static-pdf@0.2.0 \ + jsreport-phantom-image@2.0.1 \ + jsreport-html-to-text@2.0.2 \ + jsreport-docxtemplater@1.0.0 \ + jsreport-html-embedded-in-docx@2.0.0 RUN npm cache clean -f && \ diff --git a/playground.reporter.json b/playground.reporter.json index 9682d97..0270382 100644 --- a/playground.reporter.json +++ b/playground.reporter.json @@ -5,11 +5,15 @@ }, "recipes": { "phantom-pdf": "jsreport-phantom-pdf", + "phantom-image": "jsreport-phantom-image", "electron-pdf": "jsreport-electron-pdf", "wkhtmltopdf": "jsreport-wkhtmltopdf", "fop-pdf": "jsreport-fop-pdf", "docx": "jsreport-docx", "pptx": "jsreport-pptx", - "static-pdf": "jsreport-static-pdf" + "static-pdf": "jsreport-static-pdf", + "html-to-text": "jsreport-html-to-text", + "html-embedded-in-docx": "jsreport-html-embedded-in-docx", + "docxtemplater": "jsreport-docxtemplater" } }