From 1a47cc65dcee8567ad87f266615d34d6d46db9a9 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Sun, 22 Mar 2026 14:09:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=200.1.7=EF=BC=8C=E6=B7=BB=E5=8A=A0=20app=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=88=B0=20RemoteApp=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- src/commander.ts | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eade401..cd80c41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "@kevisual/router", - "version": "0.1.6", + "version": "0.1.7", "description": "", "type": "module", "main": "./dist/router.js", @@ -27,11 +27,11 @@ "@kevisual/dts": "^0.0.4", "@kevisual/js-filter": "^0.0.6", "@kevisual/local-proxy": "^0.0.8", - "@kevisual/query": "^0.0.53", + "@kevisual/query": "^0.0.55", "@kevisual/remote-app": "^0.0.7", "@kevisual/use-config": "^1.0.30", "@opencode-ai/plugin": "^1.2.27", - "@types/bun": "^1.3.10", + "@types/bun": "^1.3.11", "@types/crypto-js": "^4.2.2", "@types/node": "^25.5.0", "@types/send": "^1.2.1", diff --git a/src/commander.ts b/src/commander.ts index f4fa9a6..7a33298 100644 --- a/src/commander.ts +++ b/src/commander.ts @@ -143,6 +143,7 @@ export const parse = async (opts: { if (opts.remote) { const { token, username, id } = opts.remote; const remoteApp = new RemoteApp({ + app, token, username, id,