@sjhmars/happy-bridge 0.2.3 → 0.2.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/lib/client.js CHANGED
@@ -17,21 +17,21 @@ window.__ModuleLoader__.load({
17
17
  document.head.appendChild(tag);
18
18
  }
19
19
  var HappyBridgeCard_module_css_default = {
20
+ "error": "l9rBEq_error",
20
21
  "chevron": "l9rBEq_chevron",
21
- "header": "l9rBEq_header",
22
- "select": "l9rBEq_select",
22
+ "button": "l9rBEq_button",
23
23
  "headText": "l9rBEq_headText",
24
+ "description": "l9rBEq_description",
24
25
  "body": "l9rBEq_body",
25
26
  "name": "l9rBEq_name",
26
- "error": "l9rBEq_error",
27
- "status": "l9rBEq_status",
28
27
  "card": "l9rBEq_card",
29
- "button": "l9rBEq_button",
30
- "qr": "l9rBEq_qr",
31
- "row": "l9rBEq_row",
32
28
  "label": "l9rBEq_label",
29
+ "header": "l9rBEq_header",
30
+ "select": "l9rBEq_select",
33
31
  "checkbox": "l9rBEq_checkbox",
34
- "description": "l9rBEq_description"
32
+ "qr": "l9rBEq_qr",
33
+ "status": "l9rBEq_status",
34
+ "row": "l9rBEq_row"
35
35
  };
36
36
  //#endregion
37
37
  //#region src/client/HappyBridgeCard.tsx
package/lib/index.js CHANGED
@@ -3965,6 +3965,7 @@ var HappyBridge = class {
3965
3965
  const id = req.callId;
3966
3966
  const controller = new AbortController();
3967
3967
  req.signal = req.signal === void 0 ? controller.signal : AbortSignal.any([req.signal, controller.signal]);
3968
+ this.startTool(link, id, req.toolName, req.reason === void 0 ? {} : { reason: req.reason });
3968
3969
  this.pushRequests(link);
3969
3970
  const phone = new Promise((resolve) => {
3970
3971
  link.pendingHuman = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjhmars/happy-bridge",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Pair an already-running dsh web/desktop client with Happy App so the phone remote-controls the same harness sessions",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",