From 972d68b87ea46247ac9acd91b655e71d70a8b6fd Mon Sep 17 00:00:00 2001 From: abearxiong Date: Fri, 30 Jan 2026 21:25:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B3=200.0.10=EF=BC=8C=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=A1=B9=20ws=20=E7=9A=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ba4c5a2..51e1e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/cnb", - "version": "0.0.8", + "version": "0.0.10", "description": "", "main": "index.js", "scripts": { @@ -25,8 +25,7 @@ "@types/bun": "^1.3.8", "@types/node": "^25.1.0", "@types/ws": "^8.18.1", - "dotenv": "^17.2.3", - "ws": "npm:@kevisual/ws" + "dotenv": "^17.2.3" }, "publishConfig": { "access": "public" @@ -37,6 +36,7 @@ "@kevisual/use-config": "^1.0.28", "es-toolkit": "^1.44.0", "nanoid": "^5.1.6", + "ws": "npm:@kevisual/ws", "zod": "^4.3.6" }, "exports": {