@jsreport/jsreport-core 3.11.0 → 3.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -378,6 +378,7 @@ class MainReporter extends Reporter {
378
378
  req.context.id = req.context.rootId
379
379
  req.context.reportCounter = ++reportCounter
380
380
  req.context.startTimestamp = new Date().getTime()
381
+ req.options = Object.assign({}, req.options)
381
382
 
382
383
  let worker
383
384
  let workerAborted
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsreport/jsreport-core",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "description": "javascript based business reporting",
5
5
  "keywords": [
6
6
  "report",