@noodleseed/assistant 1.23.0 → 1.24.0

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/react.d.cts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { ReactElement, RefAttributes } from 'react';
2
- import { a as AssistantThemeMode } from './appearance-Cc-eqSbp.cjs';
2
+ import { a as AssistantThemeMode } from './appearance-0nS2LFjb.cjs';
3
3
  import { AssistantAppearance, AssistantAppearanceWarning, NoodleAssistantElement } from './index.cjs';
4
- import { A as AssistantClient, a as AssistantViewAvailableDetail, b as AssistantPageContext, c as AssistantContext, f as AssistantModelContextUpdate, g as AssistantClientEvent, e as AssistantErrorDetail } from './client-uo57Swlm.cjs';
5
- import { a as AssistantAppViewErrorDetail } from './app-view-element-1i_w6FDf.cjs';
4
+ import { A as AssistantClient, a as AssistantViewAvailableDetail, b as AssistantPageContext, c as AssistantContext, f as AssistantModelContextUpdate, g as AssistantClientEvent, e as AssistantErrorDetail } from './client-By4gqB1k.cjs';
5
+ import { a as AssistantAppViewErrorDetail } from './app-view-element-DSPtyEul.cjs';
6
6
  import 'ai';
7
7
 
8
8
  interface NoodleAppViewProps {
package/dist/react.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { ReactElement, RefAttributes } from 'react';
2
- import { a as AssistantThemeMode } from './appearance-Cc-eqSbp.js';
2
+ import { a as AssistantThemeMode } from './appearance-0nS2LFjb.js';
3
3
  import { AssistantAppearance, AssistantAppearanceWarning, NoodleAssistantElement } from './index.js';
4
- import { A as AssistantClient, a as AssistantViewAvailableDetail, b as AssistantPageContext, c as AssistantContext, f as AssistantModelContextUpdate, g as AssistantClientEvent, e as AssistantErrorDetail } from './client-Bp_VKpMg.js';
5
- import { a as AssistantAppViewErrorDetail } from './app-view-element-7ZQZLYbL.js';
4
+ import { A as AssistantClient, a as AssistantViewAvailableDetail, b as AssistantPageContext, c as AssistantContext, f as AssistantModelContextUpdate, g as AssistantClientEvent, e as AssistantErrorDetail } from './client-Cf38TgwN.js';
5
+ import { a as AssistantAppViewErrorDetail } from './app-view-element-DDtXu08a.js';
6
6
  import 'ai';
7
7
 
8
8
  interface NoodleAppViewProps {
package/dist/react.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  registerNoodleAssistant
3
- } from "./chunk-X7UQDIGS.js";
3
+ } from "./chunk-6PVDV7SO.js";
4
4
  import {
5
5
  APP_VIEW_TAG_NAME,
6
6
  registerNoodleAppView
package/dist/server.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as AssistantConfiguration } from './appearance-Cc-eqSbp.cjs';
1
+ import { A as AssistantConfiguration } from './appearance-0nS2LFjb.cjs';
2
2
 
3
3
  interface AssistantSessionExchangeBase {
4
4
  readonly serviceUrl: string;
package/dist/server.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as AssistantConfiguration } from './appearance-Cc-eqSbp.js';
1
+ import { A as AssistantConfiguration } from './appearance-0nS2LFjb.js';
2
2
 
3
3
  interface AssistantSessionExchangeBase {
4
4
  readonly serviceUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/assistant",
3
- "version": "1.23.0",
3
+ "version": "1.24.0",
4
4
  "description": "Embed the Noodle Seed customer-branded assistant in your web app with managed or framework-owned UI, a framework-neutral MCP App host, a DOM-free client, and a backend session helper. Authoring and deploying the server is @noodleseed/one.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {