From 0086aeced22c43494fdc666818fb8bfc8408fe03 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Tue, 27 Jan 2026 19:46:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20@kevisual/api=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=87=B3=200.0.28=EF=BC=8C=E6=B7=BB=E5=8A=A0=20query-?= =?UTF-8?q?secret=20=E6=A8=A1=E5=9D=97=E5=B9=B6=E6=9B=B4=E6=96=B0=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- query/query-secret/index.ts | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 query/query-secret/index.ts diff --git a/package.json b/package.json index 328ddaf..ea922bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/api", - "version": "0.0.27", + "version": "0.0.28", "description": "", "main": "mod.ts", "scripts": { @@ -45,6 +45,7 @@ "./login-node": "./query/query-login/query-login-node.ts", "./config": "./query/query-config/query-config.ts", "./proxy": "./query/query-proxy/index.ts", - "./query/**/*.ts": "./query/**/*.ts" + "./secret": "./query/query-secret/index.ts", + "./query/*": "./query/*" } } \ No newline at end of file diff --git a/query/query-secret/index.ts b/query/query-secret/index.ts new file mode 100644 index 0000000..be4c177 --- /dev/null +++ b/query/query-secret/index.ts @@ -0,0 +1 @@ +export * from './query-secret.ts' \ No newline at end of file