@jsreport/jsreport-cli 4.0.2 → 4.0.3

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,6 +7,10 @@ See http://jsreport.net/learn/cli for documentation
7
7
 
8
8
  ## Changelog
9
9
 
10
+ ### 4.0.3
11
+
12
+ - update nodejs-client to fix audit
13
+
10
14
  ### 4.0.2
11
15
 
12
16
  - update nodejs-client to fix npm audit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsreport/jsreport-cli",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "Command line interface for jsreport",
5
5
  "keywords": [
6
6
  "jsreport",
@@ -50,7 +50,7 @@
50
50
  "test:watch": "mocha --recursive \"./test/*.spec.js\" \"./test/commands/**/*.spec.js\" --timeout 28000 --exit --watch"
51
51
  },
52
52
  "dependencies": {
53
- "@jsreport/nodejs-client": "4.0.1",
53
+ "@jsreport/nodejs-client": "4.0.2",
54
54
  "chalk": "2.4.2",
55
55
  "cliui": "7.0.4",
56
56
  "inquirer": "8.2.0",
@@ -70,9 +70,9 @@
70
70
  "yargs": "17.3.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@jsreport/jsreport-authentication": "4.0.1",
74
- "@jsreport/jsreport-core": "4.1.0",
75
- "@jsreport/jsreport-express": "4.0.1",
73
+ "@jsreport/jsreport-authentication": "4.1.0",
74
+ "@jsreport/jsreport-core": "4.2.1",
75
+ "@jsreport/jsreport-express": "4.1.0",
76
76
  "@jsreport/jsreport-fs-store": "4.0.1",
77
77
  "@jsreport/jsreport-handlebars": "4.0.1",
78
78
  "cross-env": "5.2.1",