@jsreport/jsreport-scripts
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -9,3 +9,3 @@ /*! | ||
reporter.documentStore.registerEntityType('ScriptType', { | ||
content: { type: 'Edm.String', document: { extension: 'js' } }, | ||
content: { type: 'Edm.String', document: { main: true, extension: 'js' } }, | ||
name: { type: 'Edm.String' }, | ||
@@ -12,0 +12,0 @@ scope: { type: 'Edm.String', schema: { enum: ['template', 'global', 'folder'] } }, |
{ | ||
"name": "@jsreport/jsreport-scripts", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "jsreport extension capable of running custom javascript functions during the rendering process", | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@jsreport/jsreport-assets": "3.5.0", | ||
"@jsreport/jsreport-core": "3.9.0", | ||
"@jsreport/jsreport-assets": "3.6.0", | ||
"@jsreport/jsreport-core": "3.10.0", | ||
"@jsreport/jsreport-jsrender": "3.0.0", | ||
@@ -36,0 +36,0 @@ "@jsreport/studio-dev": "3.2.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
96086