From 381c97332e567a1b95a9a5220275461d0ae3f74e Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 28 三月 2025 17:30:37 +0800
Subject: [PATCH] fix: 四期需求

---
 packages/core/package.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/core/package.json b/packages/core/package.json
index a4d05d0..c00f875 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -2,7 +2,8 @@
   "name": "@life-payment/core",
   "main": "src/index.ts",
   "module": "./src/index.ts",
-  "version": "0.0.1",
+  "source": "./src/index.ts",
+  "version": "0.0.3",
   "scripts": {
     "dev": "modern dev",
     "build": "modern build",

--
Gitblit v1.9.1