We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1250f2 commit d30a1eaCopy full SHA for d30a1ea
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-data-ui",
3
"private": false,
4
- "version": "2.1.36",
+ "version": "2.1.37",
5
"type": "module",
6
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
"keywords": [
@@ -56,6 +56,7 @@
56
"files": [
57
"dist"
58
],
59
+ "types": "./dist/types/vue-data-ui.d.ts",
60
"main": "./dist/vue-data-ui.umd.cjs",
61
"module": "./dist/vue-data-ui.js",
62
"exports": {
0 commit comments