@jsreport/jsreport-core 3.11.1 → 3.11.2
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.
- package/README.md +4 -0
- package/lib/main/reporter.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -282,6 +282,10 @@ jsreport.documentStore.collection('templates')
|
|
|
282
282
|
|
|
283
283
|
## Changelog
|
|
284
284
|
|
|
285
|
+
### 3.11.1
|
|
286
|
+
|
|
287
|
+
- fix error when trying to read `req.options` on reporter main code when `enableRequestReportTimeout` is enabled
|
|
288
|
+
|
|
285
289
|
### 3.11.0
|
|
286
290
|
|
|
287
291
|
- log when worker returns bad res.content
|
package/lib/main/reporter.js
CHANGED