@jsreport/jsreport-assets
Advanced tools
Comparing version 3.2.0 to 3.3.0
{ | ||
"name": "@jsreport/jsreport-assets", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "jsreport extension embedding static assets like fonts or helpers into the templates", | ||
@@ -44,8 +44,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@jsreport/jsreport-core": "3.3.0", | ||
"@jsreport/jsreport-express": "3.2.1", | ||
"@jsreport/jsreport-core": "3.4.0", | ||
"@jsreport/jsreport-express": "3.3.0", | ||
"@jsreport/jsreport-handlebars": "3.0.0", | ||
"@jsreport/jsreport-jsrender": "3.0.0", | ||
"@jsreport/jsreport-scripts": "3.1.0", | ||
"@jsreport/studio-dev": "3.0.1", | ||
"@jsreport/jsreport-scripts": "3.2.0", | ||
"@jsreport/studio-dev": "3.1.0", | ||
"binary-extensions": "1.12.0", | ||
@@ -52,0 +52,0 @@ "mocha": "8.2.1", |
@@ -11,2 +11,6 @@ # @jsreport/jsreport-assets | ||
### 3.3.0 | ||
fix studio usage of old property `scope`, new one: `sharedHelpersScope` | ||
### 3.0.1 | ||
@@ -13,0 +17,0 @@ |
@@ -12,3 +12,3 @@ import AssetEditor from './AssetEditor.js' | ||
onNew: (options) => Studio.openModal(NewAssetModal, options), | ||
referenceAttributes: ['isSharedHelper', 'scope'], | ||
referenceAttributes: ['isSharedHelper', 'sharedHelpersScope'], | ||
entityTreePosition: 700 | ||
@@ -15,0 +15,0 @@ }) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
222052
34