@nimblebrain/synapse 0.3.0 → 0.4.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/README.md +5 -9
- package/dist/{chunk-B3T6NB32.cjs → chunk-54YIV4ZL.cjs} +112 -108
- package/dist/chunk-54YIV4ZL.cjs.map +1 -0
- package/dist/{chunk-GQ4L63CL.js → chunk-LYJHA5B2.js} +112 -108
- package/dist/chunk-LYJHA5B2.js.map +1 -0
- package/dist/codegen/index.d.cts +1 -1
- package/dist/codegen/index.d.ts +1 -1
- package/dist/connect.iife.global.js +78 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/react/index.cjs +3 -3
- package/dist/react/index.d.cts +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/dist/synapse-runtime.iife.global.js +78 -1
- package/dist/{types-DJ32F5EL.d.cts → types-Dj3Wv4hW.d.cts} +3 -0
- package/dist/{types-DJ32F5EL.d.ts → types-Dj3Wv4hW.d.ts} +3 -0
- package/package.json +1 -1
- package/dist/chunk-B3T6NB32.cjs.map +0 -1
- package/dist/chunk-GQ4L63CL.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk54YIV4ZL_cjs = require('./chunk-54YIV4ZL.cjs');
|
|
4
4
|
|
|
5
5
|
// src/store.ts
|
|
6
6
|
function createStore(synapse, config) {
|
|
@@ -80,11 +80,11 @@ function createStore(synapse, config) {
|
|
|
80
80
|
|
|
81
81
|
Object.defineProperty(exports, "connect", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunk54YIV4ZL_cjs.connect; }
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(exports, "createSynapse", {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunk54YIV4ZL_cjs.createSynapse; }
|
|
88
88
|
});
|
|
89
89
|
exports.createStore = createStore;
|
|
90
90
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.d.cts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { C as ConnectOptions, A as App, S as SynapseOptions, a as Synapse, b as ActionReducer, c as StoreConfig, d as Store } from './types-
|
|
2
|
-
export { e as AgentAction, f as AppEventName, B as BuiltinActionType, D as DataChangedEvent, g as Dimensions, F as FileResult, H as HostInfo, K as KeyForwardConfig, N as NavigatePayload, h as NotifyPayload, R as RequestFileOptions, i as StateAcknowledgement, j as StoreDispatch, k as SynapseTheme, l as Theme, m as ToolCallResult, T as ToolDefinition, n as ToolResultData, V as VisibleState } from './types-
|
|
1
|
+
import { C as ConnectOptions, A as App, S as SynapseOptions, a as Synapse, b as ActionReducer, c as StoreConfig, d as Store } from './types-Dj3Wv4hW.cjs';
|
|
2
|
+
export { e as AgentAction, f as AppEventName, B as BuiltinActionType, D as DataChangedEvent, g as Dimensions, F as FileResult, H as HostInfo, K as KeyForwardConfig, N as NavigatePayload, h as NotifyPayload, R as RequestFileOptions, i as StateAcknowledgement, j as StoreDispatch, k as SynapseTheme, l as Theme, m as ToolCallResult, T as ToolDefinition, n as ToolResultData, V as VisibleState } from './types-Dj3Wv4hW.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Connect to a MCP Apps host.
|
|
6
6
|
*
|
|
7
|
-
* Owns the full ext-apps handshake
|
|
8
|
-
*
|
|
7
|
+
* Owns the full ext-apps handshake, content parsing, resize management,
|
|
8
|
+
* and event routing. Returns a ready-to-use `App` object.
|
|
9
9
|
*/
|
|
10
10
|
declare function connect(options: ConnectOptions): Promise<App>;
|
|
11
11
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { C as ConnectOptions, A as App, S as SynapseOptions, a as Synapse, b as ActionReducer, c as StoreConfig, d as Store } from './types-
|
|
2
|
-
export { e as AgentAction, f as AppEventName, B as BuiltinActionType, D as DataChangedEvent, g as Dimensions, F as FileResult, H as HostInfo, K as KeyForwardConfig, N as NavigatePayload, h as NotifyPayload, R as RequestFileOptions, i as StateAcknowledgement, j as StoreDispatch, k as SynapseTheme, l as Theme, m as ToolCallResult, T as ToolDefinition, n as ToolResultData, V as VisibleState } from './types-
|
|
1
|
+
import { C as ConnectOptions, A as App, S as SynapseOptions, a as Synapse, b as ActionReducer, c as StoreConfig, d as Store } from './types-Dj3Wv4hW.js';
|
|
2
|
+
export { e as AgentAction, f as AppEventName, B as BuiltinActionType, D as DataChangedEvent, g as Dimensions, F as FileResult, H as HostInfo, K as KeyForwardConfig, N as NavigatePayload, h as NotifyPayload, R as RequestFileOptions, i as StateAcknowledgement, j as StoreDispatch, k as SynapseTheme, l as Theme, m as ToolCallResult, T as ToolDefinition, n as ToolResultData, V as VisibleState } from './types-Dj3Wv4hW.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Connect to a MCP Apps host.
|
|
6
6
|
*
|
|
7
|
-
* Owns the full ext-apps handshake
|
|
8
|
-
*
|
|
7
|
+
* Owns the full ext-apps handshake, content parsing, resize management,
|
|
8
|
+
* and event routing. Returns a ready-to-use `App` object.
|
|
9
9
|
*/
|
|
10
10
|
declare function connect(options: ConnectOptions): Promise<App>;
|
|
11
11
|
|
package/dist/index.js
CHANGED
package/dist/react/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk54YIV4ZL_cjs = require('../chunk-54YIV4ZL.cjs');
|
|
4
4
|
var react = require('react');
|
|
5
5
|
var jsxRuntime = require('react/jsx-runtime');
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@ function AppProvider({ children, name, version, autoResize }) {
|
|
|
11
11
|
react.useEffect(() => {
|
|
12
12
|
if (connectingRef.current) return;
|
|
13
13
|
connectingRef.current = true;
|
|
14
|
-
|
|
14
|
+
chunk54YIV4ZL_cjs.connect({ name, version, autoResize }).then((a) => {
|
|
15
15
|
setApp(a);
|
|
16
16
|
});
|
|
17
17
|
}, []);
|
|
@@ -71,7 +71,7 @@ var SynapseContext = react.createContext(null);
|
|
|
71
71
|
function SynapseProvider({ children, ...options }) {
|
|
72
72
|
const ref = react.useRef(null);
|
|
73
73
|
if (ref.current === null || ref.current.destroyed) {
|
|
74
|
-
ref.current =
|
|
74
|
+
ref.current = chunk54YIV4ZL_cjs.createSynapse(options);
|
|
75
75
|
}
|
|
76
76
|
return /* @__PURE__ */ jsxRuntime.jsxs(SynapseContext.Provider, { value: ref.current, children: [
|
|
77
77
|
/* @__PURE__ */ jsxRuntime.jsx(ThemeInjector, { synapse: ref.current }),
|
package/dist/react/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { C as ConnectOptions, A as App, l as Theme, n as ToolResultData, S as SynapseOptions, e as AgentAction, m as ToolCallResult, D as DataChangedEvent, R as RequestFileOptions, F as FileResult, b as ActionReducer, d as Store, j as StoreDispatch, a as Synapse, k as SynapseTheme } from '../types-
|
|
3
|
+
import { C as ConnectOptions, A as App, l as Theme, n as ToolResultData, S as SynapseOptions, e as AgentAction, m as ToolCallResult, D as DataChangedEvent, R as RequestFileOptions, F as FileResult, b as ActionReducer, d as Store, j as StoreDispatch, a as Synapse, k as SynapseTheme } from '../types-Dj3Wv4hW.cjs';
|
|
4
4
|
|
|
5
5
|
interface AppProviderProps extends ConnectOptions {
|
|
6
6
|
children: ReactNode;
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { C as ConnectOptions, A as App, l as Theme, n as ToolResultData, S as SynapseOptions, e as AgentAction, m as ToolCallResult, D as DataChangedEvent, R as RequestFileOptions, F as FileResult, b as ActionReducer, d as Store, j as StoreDispatch, a as Synapse, k as SynapseTheme } from '../types-
|
|
3
|
+
import { C as ConnectOptions, A as App, l as Theme, n as ToolResultData, S as SynapseOptions, e as AgentAction, m as ToolCallResult, D as DataChangedEvent, R as RequestFileOptions, F as FileResult, b as ActionReducer, d as Store, j as StoreDispatch, a as Synapse, k as SynapseTheme } from '../types-Dj3Wv4hW.js';
|
|
4
4
|
|
|
5
5
|
interface AppProviderProps extends ConnectOptions {
|
|
6
6
|
children: ReactNode;
|
package/dist/react/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { connect, createSynapse } from '../chunk-
|
|
1
|
+
import { connect, createSynapse } from '../chunk-LYJHA5B2.js';
|
|
2
2
|
import { createContext, useState, useRef, useEffect, useCallback, useSyncExternalStore, useContext } from 'react';
|
|
3
3
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
4
|
|