@iswangh/element-plus-kit-form 0.1.1 → 0.1.2
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/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iswangh/element-plus-kit-form",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"description": "Element Plus Kit 表单组件包",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"sideEffects": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"vue": "^3.5.23"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@iswangh/element-plus-kit-core": "0.1.
|
|
34
|
+
"@iswangh/element-plus-kit-core": "0.1.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@element-plus/icons-vue": "^2.3.2",
|
|
@@ -50,6 +50,9 @@
|
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "vite build",
|
|
52
52
|
"dev": "vite build --watch",
|
|
53
|
-
"type-check": "vue-tsc --noEmit"
|
|
53
|
+
"type-check": "vue-tsc --noEmit",
|
|
54
|
+
"version:patch": "pnpm version patch --no-git-tag-version",
|
|
55
|
+
"version:minor": "pnpm version minor --no-git-tag-version",
|
|
56
|
+
"version:major": "pnpm version major --no-git-tag-version"
|
|
54
57
|
}
|
|
55
58
|
}
|