coakka-v2-connector-electron 1.3.2 → 1.3.4

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 CHANGED
@@ -24,6 +24,9 @@ cd coakka-samples
24
24
  bash run.sh runtime electron basic
25
25
  ```
26
26
 
27
+ No-checkout npm smoke:
28
+ https://github.com/phuong-tran/coakka-samples/blob/main/docs/first-npm-smoke.md
29
+
27
30
  The boundary is intentionally strict:
28
31
 
29
32
  - renderer JavaScript sends an intent through `ipcRenderer.invoke`
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const COAKKA_ELECTRON_CONNECTOR_VERSION = "1.3.2";
1
+ export declare const COAKKA_ELECTRON_CONNECTOR_VERSION = "1.3.4";
2
2
  export declare const COAKKA_ELECTRON_INTENT_CHANNEL = "coakka:intent";
3
3
  export interface ElectronIntentPayloadIdentity {
4
4
  messageType: string;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { DeliveryHint, EndpointFlag, NodeRuntimeClient, PayloadFormat, PayloadIdentity, RuntimeHost, } from "coakka-v2-connector-node";
2
- export const COAKKA_ELECTRON_CONNECTOR_VERSION = "1.3.2";
2
+ export const COAKKA_ELECTRON_CONNECTOR_VERSION = "1.3.4";
3
3
  export const COAKKA_ELECTRON_INTENT_CHANNEL = "coakka:intent";
4
4
  const DEFAULT_ROUTE_PORT = 19481;
5
5
  export class ElectronRuntimeIntentBridge {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coakka-v2-connector-electron",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "Electron main-process intent bridge for the CoAkka runtime v2",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "smoke:packaged": "bash scripts/smoke-packaged-package.sh"
31
31
  },
32
32
  "dependencies": {
33
- "coakka-v2-connector-node": "1.3.2"
33
+ "coakka-v2-connector-node": "1.3.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^24.0.0",