From 5db3b4a51ba2861ada2c898c909a9f802eda907a Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 29 Jan 2026 13:34:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(cnb-env):=20=E6=B7=BB=E5=8A=A0=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=99=BB=E5=BD=95=E7=8A=B6=E6=80=81=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=EF=BC=8C=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B3=200.0.7=EF=BC=8C=E7=A7=BB=E9=99=A4=E6=97=A7=E7=9A=84?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=A3=80=E6=9F=A5=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/routes/{user => cnb-env}/check.ts | 0 agent/routes/index.ts | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename agent/routes/{user => cnb-env}/check.ts (100%) diff --git a/agent/routes/user/check.ts b/agent/routes/cnb-env/check.ts similarity index 100% rename from agent/routes/user/check.ts rename to agent/routes/cnb-env/check.ts diff --git a/agent/routes/index.ts b/agent/routes/index.ts index 24bd28b..d976f8b 100644 --- a/agent/routes/index.ts +++ b/agent/routes/index.ts @@ -1,5 +1,5 @@ import { app, appId } from '../app.ts'; -import './user/check.ts' +import './cnb-env/check.ts' import './repo/index.ts' import './workspace/index.ts' import './call/index.ts' diff --git a/package.json b/package.json index d7865b9..6f082c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/cnb", - "version": "0.0.6", + "version": "0.0.7", "description": "", "main": "index.js", "scripts": {