@jsreport/jsreport-core 4.7.0 → 4.7.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.
- package/README.md +11 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -282,6 +282,17 @@ jsreport.documentStore.collection('templates')
|
|
|
282
282
|
|
|
283
283
|
## Changelog
|
|
284
284
|
|
|
285
|
+
### 4.7.1
|
|
286
|
+
|
|
287
|
+
- update @jsreport/ses to 1.4.0 to fix audit
|
|
288
|
+
|
|
289
|
+
### 4.7.0
|
|
290
|
+
|
|
291
|
+
- update deps to fix npm audit
|
|
292
|
+
- expose methods to create temporary files in jsreport-proxy
|
|
293
|
+
- add support for taking nested errors from error.cause
|
|
294
|
+
- add worker id to worker creation
|
|
295
|
+
|
|
285
296
|
### 4.6.1
|
|
286
297
|
|
|
287
298
|
- clear profiles canceling check interval during reporter close
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsreport/jsreport-core",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.1",
|
|
4
4
|
"description": "javascript based business reporting",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"report",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@jsreport/mingo": "2.4.1",
|
|
45
45
|
"@jsreport/reap": "0.1.0",
|
|
46
46
|
"@jsreport/serializator": "1.0.1",
|
|
47
|
-
"@jsreport/ses": "1.
|
|
47
|
+
"@jsreport/ses": "1.3.0",
|
|
48
48
|
"ajv": "6.12.6",
|
|
49
49
|
"app-root-path": "3.0.0",
|
|
50
50
|
"bytes": "3.1.2",
|