@interactive-inc/claude-funnel 0.59.0 → 0.59.1

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.
package/dist/claude.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { a as ProcessGuard, c as ChannelResolver, i as SessionStore, n as FunnelClaude, o as McpInstaller, r as LaunchOptions, s as GatewayController, t as FileProcessGuard } from "./file-process-guard-B3IFCj_G.js";
1
+ import { a as ProcessGuard, c as ChannelResolver, i as SessionStore, n as FunnelClaude, o as McpInstaller, r as LaunchOptions, s as GatewayController, t as FileProcessGuard } from "./file-process-guard-JhFpmHYo.js";
2
2
  import { n as FunnelFileSystem } from "./file-system-DxpnnUVb.js";
3
3
  import { t as FunnelProfiles } from "./profiles-g2qGVOWv.js";
4
- import { C as profileSpecSchema, S as localConfigSchema, _ as LOCAL_CONFIG_FILENAME, b as channelSpecSchema, g as ConnectorSpec, h as ChannelSpec, i as FunnelTokenPrompter, m as FunnelLocalConfig, n as FunnelLocalConfigSync, r as LocalConfigSyncResult, t as ConnectorSyncOutcome, v as LocalConfig, x as connectorSpecSchema, y as ProfileSpec } from "./local-config-sync--f739oCJ.js";
5
- import { i as funnelJsonSchema, n as NodeFunnelTokenPrompter, r as FunnelLocalConfigWriter, t as MemoryFunnelTokenPrompter } from "./memory-token-prompter-BlFwK9k7.js";
4
+ import { C as profileSpecSchema, S as localConfigSchema, _ as LOCAL_CONFIG_FILENAME, b as channelSpecSchema, g as ConnectorSpec, h as ChannelSpec, i as FunnelTokenPrompter, m as FunnelLocalConfig, n as FunnelLocalConfigSync, r as LocalConfigSyncResult, t as ConnectorSyncOutcome, v as LocalConfig, x as connectorSpecSchema, y as ProfileSpec } from "./local-config-sync-BGPAS9Be.js";
5
+ import { i as funnelJsonSchema, n as NodeFunnelTokenPrompter, r as FunnelLocalConfigWriter, t as MemoryFunnelTokenPrompter } from "./memory-token-prompter-CcShtF8B.js";
6
6
 
7
7
  //#region lib/engine/mcp/mcp.d.ts
8
8
  declare const FUNNEL_MCP_COMMAND = "bun";
package/dist/claude.js CHANGED
@@ -1,5 +1,5 @@
1
- import { f as settingsSchema, s as resolveFunnelPort, t as gatewayLoopbackUrl } from "./gateway-base-url-6foMXfFf.js";
2
- import { a as FunnelMcp, i as FUNNEL_MCP_NAME, n as FUNNEL_MCP_ARGS, o as FileProcessGuard, r as FUNNEL_MCP_COMMAND, s as FunnelClaude, t as renderYaml } from "./yaml-render-C9Hhjk-0.js";
1
+ import { f as settingsSchema, s as resolveFunnelPort, t as gatewayLoopbackUrl } from "./gateway-base-url-DxVjjDoW.js";
2
+ import { a as FunnelMcp, i as FUNNEL_MCP_NAME, n as FUNNEL_MCP_ARGS, o as FileProcessGuard, r as FUNNEL_MCP_COMMAND, s as FunnelClaude, t as renderYaml } from "./yaml-render-cZu6CxkE.js";
3
3
  import { t as FunnelDocs } from "./funnel-docs-ng5K8w4j.js";
4
4
  import { a as FunnelLocalConfig, c as connectorSpecSchema, i as FunnelTokenPrompter, l as localConfigSchema, n as NodeFunnelTokenPrompter, o as LOCAL_CONFIG_FILENAME, r as FunnelLocalConfigSync, s as channelSpecSchema, t as funnelJsonSchema, u as profileSpecSchema } from "./local-config-json-schema-DE1zkMcb.js";
5
5
  import { t as FunnelProfiles } from "./profiles-MnXvYfZF.js";
@@ -1,5 +1,5 @@
1
1
  import { S as FunnelLogger, b as FunnelConnectorListener, o as ConnectorDiagnosticLog, x as NotifyFn } from "../diagnostic-log-Cb3v8P7p.js";
2
- import { r as FunnelProcessRunner } from "../process-runner-Cx5O_fTf.js";
2
+ import { r as FunnelProcessRunner } from "../process-runner-DIm1cy95.js";
3
3
  import { n as FunnelConnectorAdapter, t as CallInput } from "../connector-adapter-DGacCppE.js";
4
4
  import { n as ghConnectorSchema, t as GhConnectorConfig } from "../gh-connector-schema-CZzwzvqY.js";
5
5
 
@@ -1,3 +1,3 @@
1
- import { t as ghConnectorSchema } from "../gh-connector-schema-DUcZgN2Q.js";
2
- import { n as FunnelGhAdapter, t as FunnelGhListener } from "../gh-listener-Dsx6AmhH.js";
1
+ import { t as ghConnectorSchema } from "../gh-connector-schema-ClPLSYD9.js";
2
+ import { n as FunnelGhAdapter, t as FunnelGhListener } from "../gh-listener-B2I4s8qh.js";
3
3
  export { FunnelGhAdapter, FunnelGhListener, ghConnectorSchema };
@@ -1,7 +1,7 @@
1
1
  import { t as ChannelConfig } from "./settings-schema-1hh11jnN.js";
2
2
  import { n as FunnelIdGenerator } from "./settings-reader-DPwqOVUm.js";
3
3
  import { S as FunnelLogger } from "./diagnostic-log-Cb3v8P7p.js";
4
- import { r as FunnelProcessRunner } from "./process-runner-Cx5O_fTf.js";
4
+ import { r as FunnelProcessRunner } from "./process-runner-DIm1cy95.js";
5
5
  import { n as FunnelFileSystem } from "./file-system-DxpnnUVb.js";
6
6
 
7
7
  //#region lib/engine/claude/channel-resolver.d.ts
@@ -144,7 +144,7 @@ declare class FileProcessGuard implements ProcessGuard {
144
144
  acquire(profileId: string): void;
145
145
  release(profileId: string): void;
146
146
  private pidPath;
147
- private readPid;
147
+ private readRecord;
148
148
  }
149
149
  //#endregion
150
150
  export { ProcessGuard as a, ChannelResolver as c, SessionStore as i, FunnelClaude as n, McpInstaller as o, LaunchOptions as r, GatewayController as s, FileProcessGuard as t };