From c8c2f28f9008989f8035da5e78c262b326707065 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 22 五月 2025 17:04:39 +0800 Subject: [PATCH] Merge branch 'dev-ui' of http://120.26.58.240:8888/r/LifePaymentFront into dev-ui --- packages/core-vue/package.json | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/core-vue/package.json b/packages/core-vue/package.json index 925ee2d..2563a65 100644 --- a/packages/core-vue/package.json +++ b/packages/core-vue/package.json @@ -2,12 +2,14 @@ "name": "@life-payment/core-vue", "main": "src/index.ts", "module": "./src/index.ts", - "types": "./dist/types/index.d.ts", - "version": "0.0.1", + "source": "./src/index.ts", + "version": "0.0.4", "scripts": { "dev": "modern dev", "build": "modern build", - "build:watch": "modern build -w" + "build:watch": "modern build -w", + "release": "pnpm build && release-it --config ../../.release-it.json --git.tagName='core-vue/v${version}'", + "release-patch": "pnpm release -- patch" }, "files": [ "dist" -- Gitblit v1.9.1