From c6e715fb3b1d03f2d39b90be4239f7fca367d2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Sat, 18 Apr 2026 22:56:44 +0000 Subject: [PATCH] fix: deduplicate guard-core exports in index.ts --- packages/pulse/src/index.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/pulse/src/index.ts b/packages/pulse/src/index.ts index 8176a15..b0a9581 100644 --- a/packages/pulse/src/index.ts +++ b/packages/pulse/src/index.ts @@ -1017,19 +1017,13 @@ export { gcVitals, runGc, } from './gc.js'; -// ── Guard core (pure logic, no DB dependency — for Pulseflare) ── // ── Guard core (pure logic, portable — for Pulseflare / D1) ────── export { checkGuardsCore, - checkGuardsCore, - evaluateGuard, evaluateGuard, type GuardContext, - type GuardContext, - type GuardEvalResult, type GuardEvalResult, type GuardUpdate, - matchEventKindPattern as matchEventKindPatternCore, matchEventKindPattern, } from './guard-core.js'; // ── Guard projections ───────────────────────────────────────────