@dimina-kit/electron-deck 0.1.0-dev.20260716214527 → 0.1.0-dev.20260718085557
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/{electron-deck-Bnm8LqQh.js → electron-deck-BZ9UG2eL.js} +2 -2
- package/dist/{electron-deck-Bnm8LqQh.js.map → electron-deck-BZ9UG2eL.js.map} +1 -1
- package/dist/host/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/main/disposable.d.ts +52 -3
- package/dist/main/disposable.d.ts.map +1 -1
- package/dist/main/index.d.ts +1 -1
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js +2 -2
- package/dist/{view-handle-zav25k3-.js → view-handle-guwncgRV.js} +67 -5
- package/dist/view-handle-guwncgRV.js.map +1 -0
- package/package.json +2 -2
- package/dist/view-handle-zav25k3-.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as DeckRemoteError, r as EventNotBoundError } from "./errors-NE2ig7L5.js";
|
|
2
2
|
import { i as DeckChannel, t as BRIDGE_PROTOCOL_VERSION } from "./protocol-B6TOT9AP.js";
|
|
3
|
-
import { i as createScope, r as createCompositor, t as createViewHandle } from "./view-handle-
|
|
3
|
+
import { i as createScope, r as createCompositor, t as createViewHandle } from "./view-handle-guwncgRV.js";
|
|
4
4
|
import { i as reconcile, n as dispatchOps, r as createInitialState, t as cleanSnapshot } from "./layout-CxEGC10g.js";
|
|
5
5
|
import { randomUUID } from "node:crypto";
|
|
6
6
|
//#region src/events.ts
|
|
@@ -2409,4 +2409,4 @@ function assertToolbarSourceShape(source) {
|
|
|
2409
2409
|
//#endregion
|
|
2410
2410
|
export { WireTransport as a, InMemoryTypedIpcRegistry as c, createControlBus as i, EventBus as l, startElectronDeck as n, createCapabilityRegistry as o, validateConfig as r, createTrustSet as s, electronDeck as t, defineEvent as u };
|
|
2411
2411
|
|
|
2412
|
-
//# sourceMappingURL=electron-deck-
|
|
2412
|
+
//# sourceMappingURL=electron-deck-BZ9UG2eL.js.map
|