nuxt-charts 2.1.5-test.0 → 2.2.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/dist/module.json +2 -2
- package/dist/module.mjs +1 -1
- package/package.json +14 -16
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-charts",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Nuxt module for vue-chrts (legacy Unovis engine)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,20 +16,8 @@
|
|
|
16
16
|
"files": [
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
|
-
"scripts": {
|
|
20
|
-
"prepack": "nuxt-module-build build",
|
|
21
|
-
"dev": "nuxi dev playground",
|
|
22
|
-
"build": "nuxi build playground",
|
|
23
|
-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
24
|
-
"release": "pnpm run prepack && commit-and-tag-version && pnpm publish",
|
|
25
|
-
"lint": "eslint .",
|
|
26
|
-
"typecheck": "pnpm run test:types",
|
|
27
|
-
"test": "vitest run",
|
|
28
|
-
"test:watch": "vitest watch",
|
|
29
|
-
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
|
|
30
|
-
},
|
|
31
19
|
"dependencies": {
|
|
32
|
-
"vue-chrts": "2.2.0
|
|
20
|
+
"vue-chrts": "2.2.0"
|
|
33
21
|
},
|
|
34
22
|
"devDependencies": {
|
|
35
23
|
"@nuxt/devtools": "^3.1.1",
|
|
@@ -50,5 +38,15 @@
|
|
|
50
38
|
"vitest": "^4.0.18",
|
|
51
39
|
"vue-tsc": "^3.2.4"
|
|
52
40
|
},
|
|
53
|
-
"
|
|
54
|
-
|
|
41
|
+
"scripts": {
|
|
42
|
+
"dev": "nuxi dev playground",
|
|
43
|
+
"build": "nuxi build playground",
|
|
44
|
+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
45
|
+
"release": "pnpm run prepack && commit-and-tag-version && pnpm publish",
|
|
46
|
+
"lint": "eslint .",
|
|
47
|
+
"typecheck": "pnpm run test:types",
|
|
48
|
+
"test": "vitest run",
|
|
49
|
+
"test:watch": "vitest watch",
|
|
50
|
+
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
|
|
51
|
+
}
|
|
52
|
+
}
|