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,