nuxt-charts 0.2.3 → 0.2.5-test.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.
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3"
6
6
  },
7
- "version": "0.2.3",
7
+ "version": "0.2.5-test.1",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "unknown"
package/dist/module.mjs CHANGED
@@ -7,7 +7,9 @@ const resolveComponents = (config, filePath) => {
7
7
  "AreaStackedChart",
8
8
  "LineChart",
9
9
  "BarChart",
10
- "DonutChart"
10
+ "DonutChart",
11
+ "BubbleChart",
12
+ "Timeline"
11
13
  ];
12
14
  allComponents.forEach((component) => {
13
15
  if (typeof component === "string") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-charts",
3
- "version": "0.2.3",
3
+ "version": "0.2.5-test.1",
4
4
  "description": "Nuxt module for vue-chrts",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -20,7 +20,7 @@
20
20
  "dev": "nuxi dev playground",
21
21
  "build": "nuxi build playground",
22
22
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
23
- "release": "npm run prepack && commit-and-tag-version && npm publish",
23
+ "release": "pnpm run prepack && commit-and-tag-version && pnpm publish",
24
24
  "lint": "eslint .",
25
25
  "test": "vitest run",
26
26
  "test:watch": "vitest watch",
@@ -30,7 +30,7 @@
30
30
  "@nuxt/kit": "^3.17.7",
31
31
  "@unovis/ts": "^1.5.2",
32
32
  "@unovis/vue": "^1.5.2",
33
- "vue-chrts": "^0.2.2"
33
+ "vue-chrts": "0.2.5-test.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@nuxt/eslint": "^1.7.1",