@jsreport/jsreport-cli 3.2.0 → 3.2.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.
@@ -143,10 +143,7 @@ exports.handler = async (argv) => {
143
143
  type: 'confirm',
144
144
  name: 'createExamples',
145
145
  message: 'Would you like that we create some default examples for you?',
146
- default: true,
147
- when: (answers) => {
148
- return answers.store === 'fs' || answers.store.indexOf('fs') === 0
149
- }
146
+ default: true
150
147
  }
151
148
  ]
152
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsreport/jsreport-cli",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Command line interface for jsreport",
5
5
  "keywords": [
6
6
  "jsreport",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@jsreport/jsreport-authentication": "3.3.1",
74
- "@jsreport/jsreport-core": "3.6.0",
74
+ "@jsreport/jsreport-core": "3.6.1",
75
75
  "@jsreport/jsreport-express": "3.4.1",
76
76
  "@jsreport/jsreport-fs-store": "3.2.1",
77
77
  "@jsreport/jsreport-handlebars": "3.1.0",