@ethisyscore/extension-runtime 1.15.0 → 1.16.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/{bridge-client-DNrEh9fK.d.cts → bridge-client-CIThO7jZ.d.cts} +1 -1
- package/dist/{bridge-client-CnL75dt7.d.ts → bridge-client-UK3qcGoi.d.ts} +1 -1
- package/dist/mock-host/index.d.cts +1 -1
- package/dist/mock-host/index.d.ts +1 -1
- package/dist/plugin/index.d.cts +2 -2
- package/dist/plugin/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as BridgePushThemeEnvelope, c as BridgePushLocaleEnvelope, b as BridgePushDensityEnvelope, a as BridgePushA11yEnvelope, B as BridgeNavPushEnvelope, e as BridgeSessionTokenPushEnvelope } from './bridge-envelopes-BRKGSiSC.cjs';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Transport contract used by the plugin-side React hooks
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { d as BridgePushThemeEnvelope, c as BridgePushLocaleEnvelope, b as BridgePushDensityEnvelope, a as BridgePushA11yEnvelope, B as BridgeNavPushEnvelope, e as BridgeSessionTokenPushEnvelope } from './bridge-envelopes-BRKGSiSC.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Transport contract used by the plugin-side React hooks
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode, ReactElement } from 'react';
|
|
2
2
|
import { C as ComponentRegistry } from '../registry-DpCx_LxF.cjs';
|
|
3
3
|
import { SduiNode } from '@ethisyscore/protocol';
|
|
4
|
-
import { M as McpTransport, P as PortBridgeClient, T as ThemePayload, L as LocalePayload, D as DensityPayload, A as A11yPayload, N as NavPayload, S as SessionTokenPayload } from '../bridge-client-
|
|
4
|
+
import { M as McpTransport, P as PortBridgeClient, T as ThemePayload, L as LocalePayload, D as DensityPayload, A as A11yPayload, N as NavPayload, S as SessionTokenPayload } from '../bridge-client-CIThO7jZ.cjs';
|
|
5
5
|
import '../bridge-envelopes-BRKGSiSC.cjs';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode, ReactElement } from 'react';
|
|
2
2
|
import { C as ComponentRegistry } from '../registry-DpCx_LxF.js';
|
|
3
3
|
import { SduiNode } from '@ethisyscore/protocol';
|
|
4
|
-
import { M as McpTransport, P as PortBridgeClient, T as ThemePayload, L as LocalePayload, D as DensityPayload, A as A11yPayload, N as NavPayload, S as SessionTokenPayload } from '../bridge-client-
|
|
4
|
+
import { M as McpTransport, P as PortBridgeClient, T as ThemePayload, L as LocalePayload, D as DensityPayload, A as A11yPayload, N as NavPayload, S as SessionTokenPayload } from '../bridge-client-UK3qcGoi.js';
|
|
5
5
|
import '../bridge-envelopes-BRKGSiSC.js';
|
|
6
6
|
|
|
7
7
|
/**
|
package/dist/plugin/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as McpTransport, P as PortBridgeClient, T as ThemePayload, L as LocalePayload } from '../bridge-client-
|
|
2
|
-
export { A as A11yPayload, B as BridgePortShim, D as DensityPayload, N as NavPayload, S as SessionTokenPayload, c as createPortBridgeClient } from '../bridge-client-
|
|
1
|
+
import { M as McpTransport, P as PortBridgeClient, T as ThemePayload, L as LocalePayload } from '../bridge-client-CIThO7jZ.cjs';
|
|
2
|
+
export { A as A11yPayload, B as BridgePortShim, D as DensityPayload, N as NavPayload, S as SessionTokenPayload, c as createPortBridgeClient } from '../bridge-client-CIThO7jZ.cjs';
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { ReactNode } from 'react';
|
|
5
5
|
import { SduiNode, RenderMode } from '@ethisyscore/protocol';
|
package/dist/plugin/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as McpTransport, P as PortBridgeClient, T as ThemePayload, L as LocalePayload } from '../bridge-client-
|
|
2
|
-
export { A as A11yPayload, B as BridgePortShim, D as DensityPayload, N as NavPayload, S as SessionTokenPayload, c as createPortBridgeClient } from '../bridge-client-
|
|
1
|
+
import { M as McpTransport, P as PortBridgeClient, T as ThemePayload, L as LocalePayload } from '../bridge-client-UK3qcGoi.js';
|
|
2
|
+
export { A as A11yPayload, B as BridgePortShim, D as DensityPayload, N as NavPayload, S as SessionTokenPayload, c as createPortBridgeClient } from '../bridge-client-UK3qcGoi.js';
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { ReactNode } from 'react';
|
|
5
5
|
import { SduiNode, RenderMode } from '@ethisyscore/protocol';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethisyscore/extension-runtime",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"description": "Host + plugin runtime for EthisysCore Contract A (host-rendered) and Contract B (worker remote-runtime) extensions.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|