vue-data-ui-cli 3.9.22 → 3.10.0
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/index.js +9 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -487,6 +487,14 @@ const supportedComponents = {
|
|
|
487
487
|
configType: 'VueUiGeoConfig',
|
|
488
488
|
slots: ['source']
|
|
489
489
|
},
|
|
490
|
+
VueUiBump: {
|
|
491
|
+
key: 'vue_ui_bump',
|
|
492
|
+
link: 'vue-ui-bump',
|
|
493
|
+
datasetType: 'VueUiBumpDatasetItem',
|
|
494
|
+
isDatasetArray: true,
|
|
495
|
+
configType: 'VueUiBumpConfig',
|
|
496
|
+
slots: ['source']
|
|
497
|
+
},
|
|
490
498
|
};
|
|
491
499
|
|
|
492
500
|
(function displayBanner() {
|
|
@@ -500,7 +508,7 @@ const supportedComponents = {
|
|
|
500
508
|
})()
|
|
501
509
|
|
|
502
510
|
program
|
|
503
|
-
.version('3.
|
|
511
|
+
.version('3.10.0')
|
|
504
512
|
.description('CLI to generate Vue Data UI component boilerplates')
|
|
505
513
|
.action(async () => {
|
|
506
514
|
const answers = await inquirer.prompt([
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-data-ui-cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
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": "^3.
|
|
37
|
+
"vue-data-ui": "^3.10.0",
|
|
38
38
|
"vue": "^3.5.14"
|
|
39
39
|
}
|
|
40
40
|
}
|