vue-data-ui-cli 0.0.1 → 0.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 +2 -2
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Vue Data UI CLI
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/vue-data-ui-cli)](https://github.com/graphieros/vue-data-ui-cli)
4
+ [![GitHub issues](https://img.shields.io/github/issues/graphieros/vue-data-ui-cli)](https://github.com/graphieros/vue-data-ui-cli/issues)
5
+ [![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/graphieros/vue-data-ui-cli?tab=MIT-1-ov-file#readme)
6
+
3
7
  A CLI tool to generate Vue Data UI chart component boilerplates.
4
8
 
5
9
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-data-ui-cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "description": "A CLI tool to generate Vue Data UI chart component boilerplates",
6
6
  "main": "index.js",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "prettier": "^3.4.2",
32
- "vue-data-ui": "^2.4.45",
32
+ "vue-data-ui": "^2.4.47",
33
33
  "vue": "^3.5.13"
34
34
  }
35
35
  }