chore: 更新版本号至 0.1.7,添加 app 参数到 RemoteApp,并升级依赖

This commit is contained in:
xiongxiao
2026-03-22 14:09:53 +08:00
committed by cnb
parent 3ce92c8ffc
commit 1a47cc65dc
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://json.schemastore.org/package", "$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router", "name": "@kevisual/router",
"version": "0.1.6", "version": "0.1.7",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/router.js", "main": "./dist/router.js",
@@ -27,11 +27,11 @@
"@kevisual/dts": "^0.0.4", "@kevisual/dts": "^0.0.4",
"@kevisual/js-filter": "^0.0.6", "@kevisual/js-filter": "^0.0.6",
"@kevisual/local-proxy": "^0.0.8", "@kevisual/local-proxy": "^0.0.8",
"@kevisual/query": "^0.0.53", "@kevisual/query": "^0.0.55",
"@kevisual/remote-app": "^0.0.7", "@kevisual/remote-app": "^0.0.7",
"@kevisual/use-config": "^1.0.30", "@kevisual/use-config": "^1.0.30",
"@opencode-ai/plugin": "^1.2.27", "@opencode-ai/plugin": "^1.2.27",
"@types/bun": "^1.3.10", "@types/bun": "^1.3.11",
"@types/crypto-js": "^4.2.2", "@types/crypto-js": "^4.2.2",
"@types/node": "^25.5.0", "@types/node": "^25.5.0",
"@types/send": "^1.2.1", "@types/send": "^1.2.1",

View File

@@ -143,6 +143,7 @@ export const parse = async (opts: {
if (opts.remote) { if (opts.remote) {
const { token, username, id } = opts.remote; const { token, username, id } = opts.remote;
const remoteApp = new RemoteApp({ const remoteApp = new RemoteApp({
app,
token, token,
username, username,
id, id,