vue3-beak-ui-framework 1.2.70 → 1.2.72
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/{date-C0ipXik-.js → date-BmiyK8SI.js} +1 -1
- package/dist/{index-DnmPPrM8.js → index-32nyGll2.js} +1 -1
- package/dist/{index-CxqA86n3.js → index-DNYCOXK9.js} +9280 -9252
- package/dist/{index.es-oaR1E833.js → index.es-BvfGhug3.js} +2 -2
- package/dist/{jspdf.es.min-CdT9solw.js → jspdf.es.min-CvPJUM3C.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/vue3-beak-ui-framework-lib.es.js +1 -1
- package/dist/vue3-beak-ui-framework-lib.umd.js +118 -118
- package/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue3-beak-ui-framework",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.72",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"dev": "vite",
|
|
23
23
|
"dev:force": "vite --force",
|
|
24
24
|
"build": "vue-tsc --noEmit && vite build",
|
|
25
|
-
"preview": "vite preview"
|
|
25
|
+
"preview": "vite preview",
|
|
26
|
+
"test": "vitest run",
|
|
27
|
+
"test:watch": "vitest"
|
|
26
28
|
},
|
|
27
29
|
"dependencies": {
|
|
28
30
|
"-": "^0.0.1",
|
|
@@ -95,6 +97,7 @@
|
|
|
95
97
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
96
98
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
97
99
|
"@vue/compiler-sfc": "^3.4.33",
|
|
100
|
+
"@vue/test-utils": "^2.4.11",
|
|
98
101
|
"eslint": "^8.26.0",
|
|
99
102
|
"eslint-config-prettier": "^8.5.0",
|
|
100
103
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
@@ -103,6 +106,7 @@
|
|
|
103
106
|
"eslint-plugin-prettier": "^4.2.1",
|
|
104
107
|
"eslint-plugin-promise": "^6.1.1",
|
|
105
108
|
"eslint-plugin-vue": "^9.6.0",
|
|
109
|
+
"happy-dom": "^20.10.2",
|
|
106
110
|
"path": "^0.12.7",
|
|
107
111
|
"prettier": "^2.7.1",
|
|
108
112
|
"sass": "^1.55.0",
|
|
@@ -112,6 +116,7 @@
|
|
|
112
116
|
"vite-imagetools": "^4.0.11",
|
|
113
117
|
"vite-plugin-pages": "^0.32.4",
|
|
114
118
|
"vite-plugin-purge-icons": "^0.9.1",
|
|
119
|
+
"vitest": "^3.2.6",
|
|
115
120
|
"vue-i18n": "^11.1.1",
|
|
116
121
|
"vue-router": "^4.5.0",
|
|
117
122
|
"vue-tsc": "^0.40.4"
|