nuxt-charts 0.1.0-beta.3 → 0.1.0-beta.4

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/dist/module.json +1 -1
  2. package/package.json +2 -3
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.0-beta.3",
7
+ "version": "0.1.0-beta.4",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-charts",
3
- "version": "0.1.0-beta.3",
3
+ "version": "0.1.0-beta.4",
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
  "dev:build": "nuxi build playground",
22
22
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
23
- "release": "npm run lint && npm run test && npm run prepack && npx changelogen --release && npm publish && git push --follow-tags",
23
+ "release": "npm run lint && npm run prepack && npm publish && git push --follow-tags",
24
24
  "lint": "eslint .",
25
25
  "test": "vitest run",
26
26
  "test:watch": "vitest watch",
@@ -28,7 +28,6 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@nuxt/kit": "^3.11.1",
31
- "@unovis/vue": "^1.5.1",
32
31
  "vue-chrts": "0.1.0"
33
32
  },
34
33
  "devDependencies": {