@spfn/core 0.2.0-beta.47 → 0.2.0-beta.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -176,7 +176,7 @@ type CacheClient = {
176
176
  set(key: string, value: string, ...args: any[]): Promise<any>;
177
177
  getdel?(key: string): Promise<string | null>;
178
178
  get(key: string): Promise<string | null>;
179
- del(key: string | string[]): Promise<number>;
179
+ del(...keys: string[]): Promise<number>;
180
180
  };
181
181
  /**
182
182
  * Stored SSE token data
@@ -1,5 +1,5 @@
1
1
  import { Context } from 'hono';
2
- import { h as SSETokenStore, S as SSETokenManager, E as EventRouterDef, I as InferEventNames, b as InferEventPayload } from './token-manager-DSwIDD-_.js';
2
+ import { h as SSETokenStore, S as SSETokenManager, E as EventRouterDef, I as InferEventNames, b as InferEventPayload } from './token-manager-CyG7la3p.js';
3
3
 
4
4
  /**
5
5
  * SSE Types
@@ -1,5 +1,5 @@
1
1
  import { Context } from 'hono';
2
- import { a as EventDef, E as EventRouterDef, h as SSETokenStore, S as SSETokenManager, I as InferEventNames, b as InferEventPayload } from './token-manager-DSwIDD-_.js';
2
+ import { a as EventDef, E as EventRouterDef, h as SSETokenStore, S as SSETokenManager, I as InferEventNames, b as InferEventPayload } from './token-manager-CyG7la3p.js';
3
3
 
4
4
  /**
5
5
  * WebSocket Types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spfn/core",
3
- "version": "0.2.0-beta.47",
3
+ "version": "0.2.0-beta.48",
4
4
  "description": "SPFN Framework Core - File-based routing, transactions, repository pattern",
5
5
  "type": "module",
6
6
  "exports": {