vue-data-ui-cli 1.4.5 → 1.4.6

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -460,7 +460,7 @@ const supportedComponents = {
460
460
  })()
461
461
 
462
462
  program
463
- .version('1.4.5')
463
+ .version('1.4.6')
464
464
  .description('CLI to generate Vue Data UI component boilerplates')
465
465
  .action(async () => {
466
466
  const answers = await inquirer.prompt([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-data-ui-cli",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "private": false,
5
5
  "description": "A CLI tool to generate Vue Data UI chart component boilerplates",
6
6
  "main": "index.js",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "peerDependencies": {
36
36
  "prettier": "^3.4.2",
37
- "vue-data-ui": "^2.9.5",
37
+ "vue-data-ui": "^2.9.6",
38
38
  "vue": "^3.5.14"
39
39
  }
40
40
  }