chore(release): 1.2.1

This commit is contained in:
2026-03-26 08:56:15 +08:00
parent 154c4c1a51
commit 7ff223fa32
6 changed files with 115 additions and 13 deletions
+25 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@r-utils/vue3",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"description": "Vue3 工具",
"type": "module",
@@ -22,6 +22,23 @@
"publishConfig": {
"registry": "http://npm.nps.yunvip123.cn"
},
"author": {
"name": "CodiceFabbrica",
"email": "randy1924@163.com",
"url": "https://gitee.com/codice_fabbrica"
},
"homepage": "https://gitee.com/codice_fabbrica/r-util-js",
"repository": {
"url": "https://gitee.com/codice_fabbrica/r-util-js.git",
"type": "git"
},
"bugs": {
"url": "https://gitee.com/codice_fabbrica/r-util-js/issues"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=10.0.0"
},
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
@@ -36,7 +53,12 @@
"vue": "^3.3.0"
},
"devDependencies": {
"vue": "^3.3.0"
"vite": "catalog:",
"vite-plugin-dts": "catalog:",
"vue": "^3.5.13"
},
"packageManager": "pnpm@8.15.6"
"packageManager": "pnpm@10.32.1",
"dependencies": {
"@r-utils/common": "workspace:^"
}
}