@jsreport/jsreport-localization
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -40,3 +40,4 @@ const fs = require('fs').promises | ||
const localizationDataPath = path.posix.join(folder, `${language || 'en'}.json`) | ||
const resolvedValue = await proxy.folders.resolveEntityFromPath(localizationDataPath, 'assets', { currentPath: proxy.currentPath }) | ||
const resolvedCurrentDirectoryPath = await proxy.currentDirectoryPath() | ||
const resolvedValue = await proxy.folders.resolveEntityFromPath(localizationDataPath, 'assets', { currentPath: resolvedCurrentDirectoryPath }) | ||
@@ -43,0 +44,0 @@ if (!resolvedValue) { |
{ | ||
"name": "@jsreport/jsreport-localization", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "jsreport extension adding localize helper", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"handlebars": "4.7.7", | ||
"@jsreport/jsreport-assets": "3.1.0", | ||
"@jsreport/jsreport-core": "3.2.0", | ||
"@jsreport/jsreport-components": "3.1.0", | ||
"@jsreport/jsreport-assets": "3.2.0", | ||
"@jsreport/jsreport-core": "3.3.0", | ||
"@jsreport/jsreport-components": "3.2.0", | ||
"@jsreport/jsreport-handlebars": "3.0.0", | ||
@@ -41,0 +41,0 @@ "@jsreport/studio-dev": "3.0.1", |
19883
272