@jsreport/jsreport-pptx
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -24,5 +24,5 @@ const path = require('path') | ||
reporter.registerHelpersListeners.add(definition.name, (req) => { | ||
reporter.registerHelpersListeners.add(definition.name, () => { | ||
return helpersScript | ||
}) | ||
} |
{ | ||
"name": "@jsreport/jsreport-pptx", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "jsreport recipe rendering pptx files", | ||
@@ -41,4 +41,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@jsreport/jsreport-assets": "3.4.0", | ||
"@jsreport/jsreport-core": "3.5.0", | ||
"@jsreport/jsreport-assets": "3.4.2", | ||
"@jsreport/jsreport-core": "3.6.0", | ||
"@jsreport/jsreport-handlebars": "3.1.0", | ||
@@ -45,0 +45,0 @@ "@jsreport/studio-dev": "3.1.0", |
@@ -10,2 +10,6 @@ # @jsreport/jsreport-pptx | ||
### 3.2.1 | ||
- changes to enable caching of system helpers | ||
### 3.2.0 | ||
@@ -12,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54975
27