From ee261f5c27f5e9744da6854f6d331c7c43e81513 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Fri, 23 Jan 2026 02:12:21 +0800 Subject: [PATCH] udpate --- package.json | 2 +- query/query-login/query-login-browser.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4e1c87..11f97df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/api", - "version": "0.0.25", + "version": "0.0.26", "description": "", "main": "mod.ts", "scripts": { diff --git a/query/query-login/query-login-browser.ts b/query/query-login/query-login-browser.ts index 2d131cb..34dcbbd 100644 --- a/query/query-login/query-login-browser.ts +++ b/query/query-login/query-login-browser.ts @@ -6,7 +6,7 @@ export class QueryLoginBrowser extends QueryLogin { constructor(opts: QueryLoginNodeOptsWithoutCache) { super({ ...opts, - cache: new MyCache('login'), + cache: new MyCache({ key: 'login' }), }); } }