@nonoun/native-chat 0.5.22 → 0.5.23

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.
@@ -2,9 +2,8 @@ export type { ChatRole, ChatMessage, BootstrapResponse, SendMessageResponse, Sen
2
2
  export { isGatewayErrorLike } from './types';
3
3
  export type { GatewayAdapter, GatewayCapabilities, GatewayConfig, GatewayAuthConfig, GatewayAdapterFactoryContext, GatewayAdapterFactory, GatewayConfigValidator, GatewayRegistration, } from './adapter';
4
4
  export { LLMGatewayController, } from './controller';
5
- export { LLMGatewayController as GatewayController, LLMGatewayController as ChatGatewayController, } from './controller';
6
5
  export { DEFAULT_REQUEST_TIMEOUT_MS, DEFAULT_RETRY_DELAYS_MS, GatewayRequestError, classifyByStatus, createRequestId, fetchWithRetry, parseSseEvent, parseJsonResponse, } from './runtime';
7
6
  export { ClaudeGatewayAdapter, createClaudeGatewayAdapter, validateClaudeGatewayConfig, } from './adapter-claude';
8
7
  export { OpenAiGatewayAdapter, createOpenAiGatewayAdapter, validateOpenAiGatewayConfig, } from './adapter-chatgpt';
9
8
  export { createMockGatewayAdapter, } from './adapter-mock';
10
- //# sourceMappingURL=index.d.ts.map
9
+ //# sourceMappingURL=index.d.ts.map
package/dist/gateway.js CHANGED
@@ -30,4 +30,4 @@ var g = class {
30
30
  return this.capabilities;
31
31
  }
32
32
  };
33
- export { c as ClaudeGatewayAdapter, t as DEFAULT_REQUEST_TIMEOUT_MS, o as DEFAULT_RETRY_DELAYS_MS, m as GatewayRequestError, g as LLMGatewayController, g as GatewayController, g as ChatGatewayController, e as OpenAiGatewayAdapter, n as classifyByStatus, d as createClaudeGatewayAdapter, p as createMockGatewayAdapter, l as createOpenAiGatewayAdapter, r as createRequestId, u as fetchWithRetry, h as isGatewayErrorLike, s as parseJsonResponse, i as parseSseEvent, a as validateClaudeGatewayConfig, f as validateOpenAiGatewayConfig };
33
+ export { c as ClaudeGatewayAdapter, t as DEFAULT_REQUEST_TIMEOUT_MS, o as DEFAULT_RETRY_DELAYS_MS, m as GatewayRequestError, g as LLMGatewayController, e as OpenAiGatewayAdapter, n as classifyByStatus, d as createClaudeGatewayAdapter, p as createMockGatewayAdapter, l as createOpenAiGatewayAdapter, r as createRequestId, u as fetchWithRetry, h as isGatewayErrorLike, s as parseJsonResponse, i as parseSseEvent, a as validateClaudeGatewayConfig, f as validateOpenAiGatewayConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nonoun/native-chat",
3
- "version": "0.5.22",
3
+ "version": "0.5.23",
4
4
  "description": "Chat input and message layout components for @nonoun/native-ui",
5
5
  "license": "MIT",
6
6
  "type": "module",